From e497e159e00486af2284fb3b177a506170c0a73b Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Fri, 28 Jun 2024 11:38:11 +0200 Subject: [PATCH] feat: release 1.2.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf44f1..25efc92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# v1.2.0 +Stable release, bugfixes and new features. + +## Changes +### UI +- new big feature: integrate Xmrig-Proxy: New Tab, new status column, new action buttons. +### Internal +- new big feature: integrate Xmrig-Proxy: interact with XMRig and XvB processes. +- improve algorithm debugging +- add more CI checks +- update tests +### Doc +- Update [DIFFERENCES](https://github.com/Cyrix126/gupaxx/blob/main/DIFFERENCES.md) and add [NOTES_XMRIG-PROXY.md](https://github.com/Cyrix126/gupaxx/blob/main/NOTES_XMRIG-PROXY.md) to reflect updates hanges. +## Fixes +- fix https://github.com/Cyrix126/gupaxx/issues/8 +- fix https://github.com/Cyrix126/gupaxx/issues/9 + +## Notes +### Do not use built in updates to upgrade to this version +This update bump the 1.x.0 number, which would mean breaking changes. However, it is only because updating previously from Gupaxx (in =<1.0.0) without manually downloading from github release would upgrade P2Pool and XMRig from upstream, which is a behaviour that has been modified in this release. +No configuration file change is needed, just update from github for this release. + +## Bundled Versions +* [`P2Pool v3.10`](https://github.com/SChernykh/p2pool/releases/tag/v3.10) +* [`XMRig v6.21.1`](https://github.com/xmrig/xmrig/releases/tag/v6.21.1) +* [`XMRig-Proxy v6.21.1](https://github.com/xmrig/xmrig-proxy/releases/tag/v6.21.1) + # v1.1.2 ## Changes * [Remote Node](https://github.com/hinto-janai/gupax#remote-monero-nodes) changes: diff --git a/Cargo.lock b/Cargo.lock index e13fc2d..e47b0fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2182,7 +2182,7 @@ dependencies = [ [[package]] name = "gupaxx" -version = "1.1.1" +version = "1.2.0" dependencies = [ "anyhow", "benri", diff --git a/Cargo.toml b/Cargo.toml index 9425ded..f34b3a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ cargo-features = ["profile-rustflags"] [package] name = "gupaxx" -version = "1.1.1" +version = "1.2.0" authors = ["cyrix126 "] description = "Fork of Gupax integrating the XMRvsBeast Raffle " documentation = "https://github.com/cyrix126/gupaxx"