Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 22:20
· 14 commits to main since this release

What's changed

  • Add Button to open data directory to RpcControlBox in file explorer
  • Convert debug switch into an icon button on swap dialog
  • Display individual update release files as clickable links on updater dialog
  • Display a different text on ProcessExitedAndNotDonePage depending state of swap
  • Enable user to submit feedback while swap is running
  • Update electron to 26.2.1
  • Show Stepper Step 1 as completed as soon as Bitcoin lock transaction is published
  • Update swap-cli to 0.13.2

See comit-network/xmr-btc-swap@0.13.1...0.13.2 for the changes that were introduced to the swap-cli since the last update.

GPG Signing

All the relevant release files have been GPG signed by @binarybaron. His GPG key can be found here or here.

For example to check the validitiy of the AppImage release file you need to important @binarybaron public key and then run this command:

curl https://unstoppableswap.net/binarybaron.asc | gpg --import
gpg --verify UnstoppableSwap-0.6.2.AppImage.asc UnstoppableSwap-0.6.2.AppImage