Releases: zapomatic/bitwatch
Releases · zapomatic/bitwatch
v1.7.2 - Privacy
v1.7.1: e2e tests and new websocket/queue logic
This release completely rebuilds the websocket and API request queue logic and includes bug, performance, and UX fixes.
- new method for mempool.space websocket subscription management
- now managed per address to prevent hundreds of websocket subscriptions
- improved websocket logic for adding/editing/deleting addresses
- showing websocket subscription status in address row
- clearer UI for zero balances (opacity reduction)
- tighter UI (reduced margin/padding)
- fix auto-acceptance bug (failing to alert telegram when alert is set in some cases)
- descriptor and extended key rows now show balance summary of address lists
- more robust e2e tests
v1.7.0 - Queue and Websocket Improvements
This release completely rebuilds the websocket and API request queue logic and includes bug, performance, and UX fixes.
- new method for mempool.space websocket subscription management
- now managed per address to prevent hundreds of websocket subscriptions
- improved websocket logic for adding/editing/deleting addresses
- showing websocket subscription status in address row
- clearer UI for zero balances (opacity reduction)
- tighter UI (reduced margin/padding)
- fix auto-acceptance bug (failing to alert telegram when alert is set in some cases)
- descriptor and extended key rows now show balance summary of address lists
- more robust e2e tests
v1.6.13 - Descriptors and Taproot
This release adds support for taproot extended keys and descriptors and a complete e2e test suite.
- Adds support for taproot extended keys (vpub)
- Adds support for descriptors (e.g. multiSig: wsh(multi(2,xpub...,...))
- Allows saving default monitor settings
- Refresh buttons on addresses and descriptor/extended key sets
- fix bug in reloading on sub-pages
v1.5.6 - Extended Keys Solidified
- bug fixes for extended key handling
- lots of UI updates around buttons and uniformity, code modularization, etc
v1.5.2 - Extended Key Improvements
- bug fixes for extended key editing
- now manages keeping the gap when extended key addresses receive funds
- more project modularization
v1.5.0 - Extended Keys
- Now supports xpub/ypub/zpub with skip and gap
- lots of cleanup and bug fixes
- button style consistency
- better rate limit handling for public mempool api