mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +00:00
feat: release 1.2.0
This commit is contained in:
parent
c3c7a28b09
commit
e497e159e0
3 changed files with 29 additions and 2 deletions
27
CHANGELOG.md
27
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:
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2182,7 +2182,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gupaxx"
|
||||
version = "1.1.1"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"benri",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
cargo-features = ["profile-rustflags"]
|
||||
[package]
|
||||
name = "gupaxx"
|
||||
version = "1.1.1"
|
||||
version = "1.2.0"
|
||||
authors = ["cyrix126 <gupaxx@baermail.fr>"]
|
||||
description = "Fork of Gupax integrating the XMRvsBeast Raffle "
|
||||
documentation = "https://github.com/cyrix126/gupaxx"
|
||||
|
|
Loading…
Reference in a new issue