From 27c3b93ff90725f83034d06056420e81e6e96147 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Tue, 6 May 2025 19:12:09 +0200 Subject: [PATCH] Raise version to 0.14.5 --- basicswap/__init__.py | 2 +- doc/release-notes.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/basicswap/__init__.py b/basicswap/__init__.py index 926f2c7..9b20891 100644 --- a/basicswap/__init__.py +++ b/basicswap/__init__.py @@ -1,3 +1,3 @@ name = "basicswap" -__version__ = "0.14.4" +__version__ = "0.14.5" diff --git a/doc/release-notes.md b/doc/release-notes.md index 3b663f7..9e9278b 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,3 +1,15 @@ +0.14.5 +============== + +- ui: Fixed incorrect swap direction shown on active swaps page. +- ui: Fixed incorrect amounts shown on active swaps page for reverse swaps. +- cores: Firo v0.14.14.1 + - Required for hardfork on 2025-05-28. +- Allow starting with a subset of configured coins. + - New `--withcoin` and `--withoutcoin` options for basicswap-run. +- Timeout waiting for mutex on shutdown. + - Waits a maximum of 5 seconds for any processing to complete. + 0.14.2 ==============