Skip to content

v0.2.0 - Renewing Rhubarb

Latest
Compare
Choose a tag to compare
@dergigi dergigi released this 24 Feb 23:03
· 9 commits to master since this release
v0.2.0
399fdda

"Raspberry, Rhubarb, Rambai juice; it really does matter what version you choose!" Jam Version 0.2.0 is out! This release adds an easy way to renew fidelity bonds, adds support for JoinMarket v0.9.11, and fixes a couple of other things.


Here's what's new:

  • You can now renew an expired fidelity bond in a straightforward manner (#678)
  • Sending funds now allows for customizable fee settings for both direct and collaborative sends (#706)
  • It's now readily apparent what version of Jam you're running, along with what version of JoinMarket (#668)

Here's what's fixed:

  • Jam now uses a proper endpoint for orderbook retrieval (#687)
  • Fixed the fee calculation for JoinMarket v0.9.10 and newer (#655)
  • Wallet import will not be allowed if a wallet with the same name already exists (#720)
  • 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.


0.2.0 (2024-02-24)

Fixed

  • fee-randomization: fix fee range in PaymentConfirmModal (#655) (31f54c8)
  • selectable ui elements (#714) (378daf5)
  • show warning on missing fee config values (#674) (5900a8c)
  • ui: adapt payment confirm size (#712) (11e2c2a)
  • use orderbook.json instead of parsing html table (#687) (df81804)

Added

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.2.0