"All you need is faith, trust, and a little bit of pixie dust." Jam Version v0.4.0
is out! This release adds selecting the destination jar when unlocking Fidelity Bonds, improved orderbook loading, showing timechain rescan progress (if your JoinMarket version supports it–unreleased at the time of writing), and fixes a couple of other things.
Here's what's new:
- Ability to select jar when unlocking fidelity bond (#885)
- Color-coded checkboxes for UTXO states in Send view (#878)
- Show progress during timechain rescan (#894)
- Orderbook loading improvement: reload and hard refresh (#906)
- Fast theme toggle in navbar (#904)
Here's what's fixed:
- Validate that relative fee is greater than zero (#862)
- Fixed fidelity bond UTXO row color in dark mode (#898)
- Various UI improvements and bugfixes
Refer to the individual PRs and the changelog below for details.
⚠️ Jam is still considered beta software. ⚠️
While JoinMarket is tried and tested, Jam is new and things might break. Use with caution.
Please report any issues directly on GitHub. Make sure to read the docs and consult the FAQ. For discussions and general questions, hop into the community channel on Telegram or the Matrix room.
What's Changed
- build: update node version by @theborakompanioni in #866
- chore(i18n): update splashscreen_warning_text: improve english by @MarnixCroes in #867
- fix: relative fee greater than zero by @theborakompanioni in #862
- build(deps): update dependencies by @theborakompanioni in #863
- added a note when freeze/unfreeze is disabled in Jar Details View by @nischal-shetty2 in #869
- build(deps): update dependencies by @theborakompanioni in #875
- Localization: russian translation added by @perdidor in #889
- feat: ability to select jar when unlocking fidelity bond (#574) by @nischal-shetty2 in #885
- Russian translation refactored by @perdidor in #891
- chore: update regtest deps by @theborakompanioni in #882
- added-rescan-progress-issue-744 by @18c83fd3-25ea-4ed9-8205-2abeff9b3883 in #894
- fix(ui): fidelity bond utxo row color in dark mode by @theborakompanioni in #898
- chore: small cleanup after #894 by @theborakompanioni in #899
- fix(ui): fix button alignment in jar selection modal by @theborakompanioni in #897
- feat: add color-coded checkboxes for UTXO states in Send view by @tinkerer-shubh in #878
- build(deps): update dependencies by @theborakompanioni in #903
- feat: fast theme toggle in navbar by @theborakompanioni in #904
- feat: orderbook hard refresh by @theborakompanioni in #906
- fix(regression): table header alignment by @theborakompanioni in #908
- chore(release): v0.4.0 by @theborakompanioni in #907
New Contributors
- @perdidor made their first contribution in #889
- @18c83fd3-25ea-4ed9-8205-2abeff9b3883 made their first contribution in #894
- @tinkerer-shubh made their first contribution in #878
Full Changelog: v0.3.0...v0.4.0