Skip to content

Releases: ZeusLN/zeus

v0.3.0

08 Jul 03:39
0967324
Compare
Choose a tag to compare

Zeus v0.3.0

New Features:

  • lndhub support
  • c-lightning Spark support
  • new onboarding tour
  • add option to force system verification of self-signed certs
  • added ability to change units on the Send view
  • added ability to change units when drafting an invoice
  • display WhatTheFee table when making on-chain transactions
  • detect lndconnect strings on the user's clipboard and prompt to import
  • handle multisig on-chain addresses
  • new app launcher icon

Bug Fixes:

  • fix case when app would crash when pulling up an unconfirmed transaction
  • fix case where on-chain addresses would carry across nodes
  • removed ability for users to move channel balance sliders
PGP Key

Google Play Release commit: eb699f1

v0.2.2

10 May 03:43
79a23c1
Compare
Choose a tag to compare

Zeus v0.2.2

New Features:

  • Keysend support
    • lnd users can send and receive keysends if enabled by your node. c-lightning-REST users can receive keysends and will be able to send in a later release
  • More detailed path information
    • lnd users will now see the node alias for each hop in their route if they already have a channel open with them. lnd v0.10.0+ users will also see the amount forward and fee paid at each hop. We’re looking to iterate and expand on this view moving forward.
  • Force close support
    • lnd users were previously unable to close channels when the counter-party was inactive. They will now how the option to force close when closing channels.

Bug Fixes:

  • Users were losing their fiat, passphrase, and lurker mode settings when switching nodes
  • Users with devices with smaller resolutions were unable to see the entirety of the node configuration page. They now have the ability to scroll on that view.
  • An API change in lnd v0.9.1+ was unhandled and caused the app to crash right after completing payment of a lightning invoice. That has been remedied.

v0.2.1

08 Mar 17:46
9a3eb5c
Compare
Choose a tag to compare

Zeus v0.2.1

Updates:

-Fiat currency support
-Lurker mode
-lnd: set fee when closing channels
-Faster node switching
-Connect to BTCPay Server instances running c-lightning
-Fee estimates and success probability listed for lnd users
-Prompts to open Zeus when you come across a bitcoin, lightning, or lnurl link in a web browser

v0.2.0

18 Jan 22:47
a87b6e3
Compare
Choose a tag to compare

Zeus v0.2.0

Major updates:

-c-lightning support through c-lightning-REST
-lnurl-pay support
-lnurl-withdraw support
-Fee report
-Set channels fee all at once or channel-by-channel

Minor updates:

-Regtest support
-Node list screen now shows ports
-Zeus version number now displayed in app
-lnd API updates

Special thanks to everyone who made this release possible including @saubyk (@Ride-The-Lightning), @fiatjaf, @k3tan172, and the rest of the early-bird testers.

v0.1.2

29 Oct 02:53
2242122
Compare
Choose a tag to compare

Zeus v0.1.2 release notes

-Feature: better scan and send workflow
-Feature: add private and inactive labels to the channels list
-Feature: autopopulate fee on Send On-chain view to avoid confusion
-Bug fix: prefixed ln invoices that were pasted in were not loading properly
-Bug fix: properly catch and display routing failures
-Bug fix: clear out old payment request before fetching a new one
-Performance: decrease chance of calls failing when changing nodes
-Performance: cache channel names
-Layout: new main view tab layout: LN Payments - Invoices - Transactions - Channels
-Layout: rename tabs: LN Payments -> Payments, Transactions -> On-chain
-Layout: Receive > Swap position of Lightning and On-chain tabs
-Layout: Payment Request > Move 'Pay Custom Amount' button to the top

v0.1.1

19 Oct 21:53
3d6cb60
Compare
Choose a tag to compare

v0.1.1 changes
-Feature: allow Android users to use a dedicated QR scanner app
-Feature: add Scan button to the main pane
-Feature: handle IPv6 lndconnect hosts
-Feature: handle amounts embedded in QR codes from BTCPay Server
-Feature: prompt user to import Node URI when found in the clipboard
-Feature: allow user to copy and paste invoices prefixed with bitcoin: and lightning: on the Send view
-Performance: remove frame from in-app QR scanner for better results
-Bug fix: users connected to BTCPay were always shown an on-chain balance of 0
-Bug fix: payment request lookup errors were crashing the app
-Bug fix: amount paid was not properly displayed on paid invoices
-Bug fix: some users were enabled to pay a custom amount on an invoice because the button was cut off
-Design: point arrow on Send button on the main pane upwards
-Release: add PGP key for verifying GitHub release

v0.1.0

17 Jun 04:43
d79aaa5
Compare
Choose a tag to compare

v0.1.0 changes

-Feature: Tipping support
-Feature: WhatTheFee.io fee table
-Feature: Multiple Node Support
-Feature: Passphrase lockscreen
-Maintenance: update dependencies

v0.1.0 GM changes

-General stability updates

NOTE: Zeus v0.1.0 uses a new profile data structure to support multiple nodes, so you will have to re-enter your node config information. Please make sure you have your macaroons and hosts backed up before updated.

v0.1.0-beta-2

05 Jun 00:49
5e9231c
Compare
Choose a tag to compare
v0.1.0-beta-2 Pre-release
Pre-release

v0.1.0 changes

-Feature: Tipping support
-Feature: WhatTheFee.io fee table
-Feature: Multiple Node Support
-Feature: Passphrase lockscreen
-Maintenance: update dependencies

v0.1.0-beta-2 changes

-Bug fix: fix scanning on invoices that are prefaced with LIGHTNING: in all-caps (as seen in BTCPayServer)
-Bug fix: fix scanning of lndconnect and BTCPayServer config QR codes to support new multi-node setup
-Maintenance: upgrade Android gradle
-Maintenance: restore accidentally reverted code

NOTE: Zeus v0.1.0 uses a new profile data structure to support multiple nodes, so you will have to re-enter your node config information. Please make sure you have your macaroons and hosts backed up before updated.

v0.1.0-beta

03 Jun 02:14
0145f1e
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

-Feature: Tipping support
-Feature: WhatTheFee.io fee table
-Feature: Multiple Node Support
-Feature: Passphrase lockscreen
-Maintenance: update dependencies

NOTE: Zeus v0.1.0 uses a new profile data structure to support multiple nodes, so you will have to re-enter your node config information. Please make sure you have your macaroons and hosts backed up before updated.

v0.0.9

09 Apr 00:40
6f73673
Compare
Choose a tag to compare

zeus-v009-screenshots

-Feature: Channels show remote node alias
-Feature: Channels visually display local/remote balance ratio (new component: BalanceSlider)
-Feature: add QR option when you make an invoice
-Bug 'Fix': QRs collapsed by default to help performance
-Maintenance: Upgrade react-native 0.58.3 -> 0.59.3
-Maintenance: Upgrade react-native-elements 0.19.1 -> 1.1.0
-Maintenance: Upgrade Android build tools and gradle version