Browse Source

Tweak torq release notes formatting

main
nmfretz 5 months ago
parent
commit
1b67082127
  1. 29
      torq/umbrel-app.yml

29
torq/umbrel-app.yml

@ -51,55 +51,28 @@ gallery:
- 4.jpg - 4.jpg
- 5.jpg - 5.jpg
releaseNotes: >- releaseNotes: >-
A lot of improvements have been made in this release. It's hard to cover it all but here are some highlights:
Torq v.2.0.4:
A lot of improvements have been made in this release. It's hard to cover it all but here are som highlights.
List of changes:
- Add advanced outputs table (UTXO management), with the ability to lock/unlock individual outputs. - Add advanced outputs table (UTXO management), with the ability to lock/unlock individual outputs.
- LND v0.18 support (+ inbound fees) - LND v0.18 support (+ inbound fees)
- CLN v24.05 support - CLN v24.05 support
- Tighter CLN integration via Torq plugin - Tighter CLN integration via Torq plugin
- Fix opening a channel with CLN (missing close-to address) - Fix opening a channel with CLN (missing close-to address)
- Fix CLN+LND on-chain transaction import (this will reimport on-chain transactions) - Fix CLN+LND on-chain transaction import (this will reimport on-chain transactions)
- Torq will import transactions + transaction inputs and outputs - Torq will import transactions + transaction inputs and outputs
- We advise to configure bitcoind connection details for extra annotation - We advise to configure bitcoind connection details for extra annotation
- Ability to integrate Electrum (for unconfirmed on-chain notification support) - Ability to integrate Electrum (for unconfirmed on-chain notification support)
- System/workflow variables/templates in workflows - System/workflow variables/templates in workflows
- example 1: proportionate fee template: 2000 - ({{Channels.peerGauge}} * 2000) - example 1: proportionate fee template: 2000 - ({{Channels.peerGauge}} * 2000)
- example 2: dynamic max HTLC amount: {{Channels.localBalance}} / 2 - example 2: dynamic max HTLC amount: {{Channels.localBalance}} / 2
- Channel open interceptor workflow (LND and CLN) - Channel open interceptor workflow (LND and CLN)
- Email is now a notification type in workflows (using SMTP) - Email is now a notification type in workflows (using SMTP)
- Ability to trigger a workflow via gRPC (and specify workflow/system variables) - Ability to trigger a workflow via gRPC (and specify workflow/system variables)
- Manual and automatic emergency recovery file / SCB (for CLN and LND) - Manual and automatic emergency recovery file / SCB (for CLN and LND)
- Automatic includes: email, Github, dropbox, gdrive - Automatic includes: email, Github, dropbox, gdrive
- Beta feature: (Unauthenticated) Implementation agnostic Torq gRPC - Beta feature: (Unauthenticated) Implementation agnostic Torq gRPC
- With methods: GetActiveNodes, GetNodeInformation, ConnectPeer, DisconnectPeer, OpenChannel, CloseChannel, SendPayment, CreateInvoice, CreateAddress, TagPeer, TriggerWorkflow, GetOnChainTransactionsByAddress, GetOnChainFeeEstimates, WaitInvoiceSettledByPaymentHash, SubscribeInvoiceStatuses, WaitOnChainTransactionsByAddress, SubscribeOnChainTransactions - With methods: GetActiveNodes, GetNodeInformation, ConnectPeer, DisconnectPeer, OpenChannel, CloseChannel, SendPayment, CreateInvoice, CreateAddress, TagPeer, TriggerWorkflow, GetOnChainTransactionsByAddress, GetOnChainFeeEstimates, WaitInvoiceSettledByPaymentHash, SubscribeInvoiceStatuses, WaitOnChainTransactionsByAddress, SubscribeOnChainTransactions
- Package upgrades - Package upgrades
path: "" path: ""
defaultUsername: "" defaultUsername: ""
deterministicPassword: false deterministicPassword: false

Loading…
Cancel
Save