-
Use the compact alphanumeric QR encoding mode for bech32 addresses
-
Accept "slow", "normal" and "urgent" as feerate values
-
Various UI improvements to the deposit page
-
Enable cookie file by default, persists random login credentials to
~/.spark-wallet/cookie
. -
Add
--pairing-url
CLI option -
bugfix: Properly parse boolean args in RPC console
-
ui: Add a new interface for making on-chain deposits
-
Update npm dependencies
-
docker: Update c-lightning to v0.6.3
-
docker: Update Bitcoin Core to v0.17.1
-
docker: Verify digital signature for c-lightning
-
docker: Fix missing dependency in standalone mode (#53)
-
ui: Improve invoice description word break
-
ui: Hide peers debug information in node info page
-
ui: Skip to manual BOLT11 entry on non-touch devices
-
docker: Improve docker handling of SIGTERM signals
-
Add
--cookie-file/-C <path>
to persist randomly generated login credentials to<path>
(similar to the cookie file feature in bitcoind) -
Add
--public-url
CLI option -
Add standalone docker image variant available as shesek/spark-wallet:x.y.z-standalone and shesek/spark-wallet:standalone
-
Prevent access-key from being saved to browser history when pairing with query string
-
Accept access-key as request body parameter
-
Channel management: display how much more we need to receive in order to spend
-
Now available on Google Play: https://play.google.com/store/apps/details?id=com.spark.wallet
-
Channel management: display available on-chain balance and add "fund max" option
-
Channel management: display channel age in number of blocks and estimated fuzzy time duration
-
Cordova: build signed APK files
-
Bug fix: calculate off-chain balance correctly
-
Docker: update c-lightning and Bitcoin Core
-
Channel management GUI
-
Update Electron to v3.0.10
-
Update Cordova to v8.1.2
-
Various fixes for BOLT11 payment request parsing (#28, #35, 1489777f6)
-
Update npm, build and cordova dependencies
-
Bug fix: plain HTTP to TLS redirection under nodejs v9.6+ (#10, aef8693ded25a956bc)
-
Bug fix: treat socket errors as warnings instead of crashing the process (#23, 56635b8af3fb54)
-
Docker: Update to Bitcoin Core v0.16.3 (e718bf8324599)
-
Docker: Rename {SPARK,BITCOIND}_OPTS to {SPARK,BITCOIND}_OPT (#18, 4a66cb0b6c24)
-
Electron: Rename desktop app executable to
spark-desktop
, to prevent confusion with thespark-wallet
server daemon (shesek#24 (comment), 9f81f14c9344) -
Improve balance calculation (#26, 8bda5984131fe6)
- Android: don't generate release builds
Public release! 🎇 🎉 🎈
- Improve reproducibility of
apk
,snap
and npm package builds - Bug fix: don't display payments twice
First versioned release.