Skip to content

Commit

Permalink
feat: Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Apr 21, 2024
1 parent 228d1e8 commit 330538c
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# v1.1.0
Stable release, bugfixes and new ures.

## Changes
### UI
- Update xmrig and p2pool only if bundle button is checked.
- Default value for bundle button depends of bundle or standalone version.
- Ask user to restart Gupaxx after updating.
- Prevent user to update twice without restart.
### Internal
- Bump deps
- Update CI to produce different Gupaxx binary for standalone and bundle version.
- Update tools release for including different default value depending of standalone and bundle version.
- Use bundled XMRig and P2Pool of Gupaxx instead of upstream version.
- Update test
### Doc
- Update DIFFERENCES and ARCHITECTURE to reflect updates differences.
## Fixes
- fix temporary directories of updates not deleted introduced in fork
- fix https://github.com/Cyrix126/gupaxx/issues/3
- fix https://github.com/Cyrix126/gupaxx/issues/4
- fix https://github.com/Cyrix126/gupaxx/issues/5

## 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)

# v1.0.0
Stable release

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cargo-features = ["profile-rustflags"]
[package]
name = "gupaxx"
version = "1.0.0"
version = "1.1.0"
authors = ["cyrix126 <[email protected]>"]
description = "Fork of Gupax integrating the XMRvsBeast Raffle "
documentation = "https://github.com/cyrix126/gupaxx"
Expand Down
2 changes: 1 addition & 1 deletion TODO_XMRvsBeast.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- [x] adapt README for XvB
- [x] beta release
- [x] stable release
- [ ] video tutorial to set up XvB Tab
- [x] video tutorial to set up XvB Tab
- [x] adapt doc for new code
- [x] cargo package metadata
- [x] pgp signatures
Expand Down

0 comments on commit 330538c

Please sign in to comment.