Skip to content

Commit 0704d0e

Browse files
author
UnstoppableSwap Botty
committed
Prepare release 1.0.0-rc.6
1 parent a051cff commit 0704d0e

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-rc.6] - 2024-11-21
11+
1012
- CLI + GUI: Tor is now bundled with the application. All libp2p connections between peers are routed through Tor, if the `--enable-tor` flag is set. The `--tor-socks5-port` argument has been removed. This feature is powered by [arti](https://tpo.pages.torproject.net/core/arti/), an implementation of the Tor protocol in Rust by the Tor Project.
1113
- CLI + GUI: At startup the wallets and tor client are started in parallel. This will speed up the startup time of the application.
1214

@@ -409,7 +411,8 @@ It is possible to migrate critical data from the old db to the sqlite but there
409411
- Fixed an issue where Alice would not verify if Bob's Bitcoin lock transaction is semantically correct, i.e. pays the agreed upon amount to an output owned by both of them.
410412
Fixing this required a **breaking change** on the network layer and hence old versions are not compatible with this version.
411413

412-
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.5...HEAD
414+
[unreleased]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.6...HEAD
415+
[1.0.0-rc.6]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.5...1.0.0-rc.6
413416
[1.0.0-rc.5]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.4...1.0.0-rc.5
414417
[1.0.0-rc.4]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.2...1.0.0-rc.4
415418
[1.0.0-rc.2]: https://github.com/UnstoppableSwap/core/compare/1.0.0-rc.1...1.0.0-rc.2

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unstoppableswap-gui-rs"
3-
version = "0.7.0"
3+
version = "1.0.0-rc.6"
44
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
55
edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "UnstoppableSwap",
3-
"version": "1.0.0-rc.5",
3+
"version": "1.0.0-rc.6",
44
"identifier": "net.unstoppableswap.gui",
55
"build": {
66
"devUrl": "http://localhost:1420",

swap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swap"
3-
version = "1.0.0-rc.5"
3+
version = "1.0.0-rc.6"
44
authors = [ "The COMIT guys <[email protected]>" ]
55
edition = "2021"
66
description = "XMR/BTC trustless atomic swaps."

0 commit comments

Comments
 (0)