< eigenwallet logo


Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

3.1.0 - 2025-10-07

3.0.7 - 2025-10-04

3.0.6 - 2025-10-02

3.0.4 - 2025-09-26

3.0.3 - 2025-09-24

3.0.2 - 2025-09-21

3.0.1 - 2025-09-19

3.0.0-beta.10 - 2025-08-14

3.0.0-beta.9 - 2025-08-12

3.0.0-beta.8 - 2025-08-10

3.0.0-beta.6 - 2025-08-07

3.0.0-beta.5 - 2025-08-04

3.0.0-beta.4 - 2025-08-03

3.0.0-beta.3 - 2025-08-01

3.0.0-beta.2 - 2025-07-27

3.0.0-beta - 2025-07-18

2.5.6 - 2025-07-18

2.4.5 - 2025-07-17

Some of these CHANGELOG entires have beeb merged from 2.0.3 - 2.4.3 into this release because those releases were missing Github releases.

2.0.3 - 2025-06-12

2.0.2 - 2025-06-12

2.0.0 - 2025-06-12

2.0.0-beta.2 - 2025-06-11

2.0.0-beta.1 - 2025-06-11

1.1.7 - 2025-06-04

1.1.4 - 2025-06-04

1.1.3 - 2025-05-31

1.1.2 - 2025-05-24

1.1.1 - 2025-05-20

1.1.0 - 2025-05-19

1.1.0-rc.3 - 2025-05-18

1.0.0-rc.21 - 2025-05-15

1.0.0-rc.20 - 2025-05-14

1.0.0-rc.19 - 2025-04-28

1.0.0-rc.18 - 2025-04-28

1.0.0-rc.17 - 2025-04-18

1.0.0-rc.16 - 2025-04-17

1.0.0-rc.14 - 2025-04-16

1.0.0-rc.13 - 2025-01-24

1.0.0-rc.12 - 2025-01-14

1.0.0-rc.11 - 2024-12-22

1.0.0-rc.10 - 2024-12-05

1.0.0-rc.7 - 2024-11-26

1.0.0-rc.6 - 2024-11-21

1.0.0-rc.5 - 2024-11-19

1.0.0-rc.4 - 2024-11-17

1.0.0-rc.2 - 2024-11-16

1.0.0-rc.1 - 2024-11-15

1.0.0-alpha.3 - 2024-11-14

1.0.0-alpha.2 - 2024-11-14

GUI

1.0.0-alpha.1 - 2024-11-14

0.13.2 - 2024-07-02

0.13.1 - 2024-06-10

0.13.0 - 2024-05-29

0.12.3 - 2023-09-20

0.12.2 - 2023-08-08

Changed

0.12.1 - 2023-01-09

Changed

0.12.0 - 2022-12-31

Changed

Added

0.11.0 - 2022-08-11

Changed

Added

0.10.2 - 2021-12-25

Changed

0.10.1 - 2021-12-23

Added

0.10.0 - 2021-10-15

Removed

Changed

Fixed

0.9.0 - 2021-10-07

Changed

Database migration guide

Delete old data

The simplest way to migrate is to accept the loss of data and delete the old database.

  1. Find the location of the old database using the config subcommand.
  2. Delete the database
  3. Run xmr-btc-swap xmr-btc swap will create a new sqlite database and use that from now on.
Preserve old data

It is possible to migrate critical data from the old db to the sqlite but there are many pitfalls.

  1. Run xmr-btc-swap as you would normally xmr-btc-swap will try and automatically migrate your existing data to the new database. If the existing database contains swaps for very early releases, the migration will fail due to an incompatible schema.
  2. Print out the swap history using the history subcommand.
  3. Print out the swap history stored in the old database by also passing the --sled flag. eg. swap-cli --sled history
  4. Compare the old and new history to see if you are happy with migration.
  5. If you are unhappy with the new history you can continue to use the old database by passing the --sled flag

Added

Removed

0.8.3 - 2021-09-03

Fixed

0.8.2 - 2021-09-01

Added

Fixed

0.8.1 - 2021-08-16

Fixed

0.8.0 - 2021-07-09

Added

Fixed

Changed

Removed

0.7.0 - 2021-05-28

Fixed

0.6.0 - 2021-05-24

Added

Fixed

Changed

0.5.0 - 2021-04-17

Changed

Fixed

Added

0.4.0 - 2021-04-06

Added

Changed

Fixed

Security