From 5504db9a76b31fc7fe0924855eb9c150a8a6cd72 Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Tue, 26 Mar 2024 08:55:31 +0100 Subject: [PATCH] feat: release beta 0.1.1 --- CHANGELOG.md | 20 ++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4ce59..cfab51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.1.1 +Fix release for beta version. +This version is only made for testing purposes and have feedbacks. + +## Changes +Current Shares appears on P2pool column of Submenu process in Status Tab. +Parse the current shares from the status command of p2pool instead of an estimation based on shares found and time. + +## Fixes +XvB algorithm now gets the number of shares instead of 0. + +## Bundled Versions +* [`P2Pool v3.10`](https://github.com/SChernykh/p2pool/releases/tag/v3.10) +* [`XMRig v6.21.2`](https://github.com/xmrig/xmrig/releases/tag/v6.21.2) + + # v0.1.0 First beta release of Gupaxx. This version is only made for testing purposes and have feedbacks. @@ -6,8 +22,8 @@ This version is only made for testing purposes and have feedbacks. See [DIFFERENCES.md](DIFFERENCES.md) ## Fixes -See DIFFERENCES.md +See [DIFFERENCES.md](DIFFERENCES.md) ## 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 v6.21.2`](https://github.com/xmrig/xmrig/releases/tag/v6.21.2) diff --git a/Cargo.toml b/Cargo.toml index ea58e03..2d5ff51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ cargo-features = ["profile-rustflags"] [package] name = "gupaxx" -version = "0.1.0" +version = "0.1.1" authors = ["cyrix126 "] description = "Fork of Gupax integrating the XMRvsBeast Raffle " documentation = "https://github.com/cyrix126/gupaxx"