This commit is contained in:
hinto.janai 2024-05-19 15:43:36 -04:00
parent ad6da37601
commit f75165ca18
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
3 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,15 @@
# v1.3.8
## Fixes
- Visual bug on Windows (thanks @Cyrix126)
## Bundled Versions
* [`P2Pool v3.10`](https://github.com/SChernykh/p2pool/releases/tag/v3.10)
* [`XMRig v6.21.3`](https://github.com/xmrig/xmrig/releases/tag/v6.21.3)
---
# v1.3.7
## Fixes
- Not starting on Windows if CPU does not support `>= OpenGL 3.3` (thanks @Cyrix126 [#78](https://github.com/hinto-janai/gupax/issues/78))

2
Cargo.lock generated
View file

@ -2755,7 +2755,7 @@ dependencies = [
[[package]]
name = "gupax"
version = "1.3.7"
version = "1.3.8"
dependencies = [
"anyhow",
"arti-client",

View file

@ -1,6 +1,6 @@
[package]
name = "gupax"
version = "1.3.7"
version = "1.3.8"
authors = ["hinto-janai <hinto.janai@protonmail.com>"]
description = "GUI for P2Pool+XMRig"
documentation = "https://github.com/hinto-janai/gupax"