Update Torq to v1.4.3 (#860)

This commit is contained in:
ohenrik 2023-11-21 18:03:11 +01:00 committed by GitHub
parent 98a440b3d0
commit 94c4e7e66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 21 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 7028
web:
image: lncapital/torq:1.4.1@sha256:9282faadf06beaef5943ed6ed5b365be41802b7c7e781dd6fe57478d2b7b274a
image: lncapital/torq:1.4.3@sha256:3aec9ef341588f34de72167a5a69021a4680e2ee62ff78c85edd3b1f75f8913c
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: torq
category: bitcoin
name: Torq
version: "v1.4.1"
version: "v1.4.3"
tagline: Scalable Node Management Software
description: >-
Operating a Lightning node requires a lot of work. You need to monitor your channels, rebalance them, keep track of your fees and much more.
@ -52,33 +52,21 @@ gallery:
- 5.jpg
releaseNotes: >-
Torq v.1.4.1:
Torq v.1.4.3:
List of changes:
- You can now duplicate views
- Improve CLN's funds performance
- Add payment request to payments page
- Fix CLN payments import
- Closed channels sometimes reappeared as active when delayed gossip was processed
- Fix DST problem in profit chart
- Pagination indicated to many pages when filtering
- Update of packages i.e. Open-Telemetry, gRPC, cobra, ...
- You can now choose refresh interval for each list view
- Reduce logging
- Fix turnover layout and calculation
- Channel filter "Active" is now true when both sides of the channel are active (used to be local side only)
- Improvements on channel inspect page:
- Show channel open and close dates on charts
- Added basic channel info
- Indicators if data is loading
Note: This release contains database migrations and cannot be rolled back to a previous version.
- Fix UUID bug on payment page
path: ""