v0.1.97 is a fairly minor update that mostly works on improving the UX of adding new nodes, editing existing nodes and switching between nodes.
-
The app will now automatically navigate back to the home screen and refresh the home table around node stats whenever any of the above actions take place.
-
The home table will now visually refresh so all old data is removed rather then waiting for the new data.
-
Fixes a bug where the QR scanner may have have tried to add a node more then once, this bug was introduced during a recent major refactoring of all QR scanning code.
-
Fixes #116 where the suggested default port showed bitcoind rpc port instead of the suggested c-lightning rpc port which our recommended c-lightning http plug in utilizes.
-
Fixes a minor UX bug where updating a lightning node may have navigated back to the Bitcoin Core node home table.
-
The psbt textview on the "Sign & Verify" view is no longer directly editable on macOS, to paste use the paste button and to clear use the clear button. This prevents a possible bug where the psbt would not get processed properly and results in improved UX.
-
Fixes a minor UI bug where the biometrics button may have been visible on macOS on the unlock view.