Skip to content

Releases: zapomatic/bitwatch

v1.7.2 - Privacy

11 Oct 18:07

Choose a tag to compare

This release addresses privacy concerns:

- when a local mempool instance is configured, address links open to that service url

v1.7.1: e2e tests and new websocket/queue logic

11 Oct 17:56

Choose a tag to compare

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

16 May 14:36

Choose a tag to compare

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

12 May 00:30

Choose a tag to compare

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

29 Apr 15:25

Choose a tag to compare

  • bug fixes for extended key handling
  • lots of UI updates around buttons and uniformity, code modularization, etc

v1.5.2 - Extended Key Improvements

23 Apr 19:34

Choose a tag to compare

  • 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

23 Apr 15:41
f3fb198

Choose a tag to compare

  • 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