Skip to content

Commit

Permalink
update to 2.0.4 (#15)
Browse files Browse the repository at this point in the history
* update to 2.0.4

* add missing html tag
  • Loading branch information
grubles authored Apr 24, 2024
1 parent 2aabdbd commit 7fb9cb6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
18 changes: 13 additions & 5 deletions com.blockstream.Green.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,25 @@
<launchable type="desktop-id">com.blockstream.Green.desktop</launchable>
<url type="homepage">https://blockstream.com/green</url>
<releases>
<release version="2.0.3" date="2024-3-28">
<release version="2.0.4" date="2024-4-22">
<description>
<p>Added</p>
<ul>
<li>Notice when Jade is configured with a custom oracle server</li>
<li>Show mismatch warning on the setup PIN view</li>
<li>BIP39 passphrase login</li>
<li>Handle external BIP21 payment on macOS and Windows</li>
<li>Support signing message with software wallet</li>
</ul>
<p>Changed</p>
<ul>
<li>Updates Qt to 6.7.0</li>
<li>Updates GDK to 0.71.0</li>
</ul>
<p>Fixed</p>
<ul>
<li>Better GUI around login with Jade</li>
<li>Usage with Tor</li>
<li>QR Code for Authenticator app in Two-Factor authentication settings</li>
<li>Only show fee amount for redeposits</li>
<li>Sign Liquid transaction with Ledger Nano S</li>
<li>Show insufficient funds for fee error</li>
</ul>
</description>
</release>
Expand Down
10 changes: 5 additions & 5 deletions com.blockstream.Green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ modules:

sources:
- type: archive
url: https://github.com/Blockstream/green_qt/releases/download/release_2.0.3/BlockstreamGreen-linux-x86_64.tar.gz
sha256: ec51979a71c665291b3c8f25abf32845bb2f0111d6c5e05a8335a3ec5eb154b6
url: https://github.com/Blockstream/green_qt/releases/download/release_2.0.4/BlockstreamGreen-linux-x86_64.tar.gz
sha256: 3553e6c29319fb9032373b25e2ace74c312b0a33c422cc20741560ab2c161e62
strip-components: 0

- type: file
url: https://github.com/Blockstream/green_qt/raw/release_1.2.9/assets/icons/green.png
url: https://github.com/Blockstream/green_qt/raw/release_2.0.4/assets/icons/green.png
sha256: c5d093a7a630ed480aafeec91289f00150eb90423c2928f8a47b8db2d9440079

- type: file
url: https://github.com/Blockstream/green_qt/raw/release_1.2.9/green.desktop
sha256: eab0b86a7fad244b5f7d5ccd39f929d75c6a63c8a428c4b7bd40358917106e0e
url: https://github.com/Blockstream/green_qt/raw/release_2.0.4/green.desktop
sha256: 4fbac60cdf275ff7c5bbf3070f47f60b00b81e4d042a789cc68d2fbf79d74b09

- type: file
path: com.blockstream.Green.metainfo.xml

0 comments on commit 7fb9cb6

Please sign in to comment.