From 041b01b963783efbadbe292ae4a1036eb13b5080 Mon Sep 17 00:00:00 2001 From: "hinto.janai" <hinto.janai@protonmail.com> Date: Sun, 19 Nov 2023 13:05:11 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0629e..7ab52b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# v1.3.3 +## Updates +* Crashes will now create a file on disk with debug information ([#59](https://github.com/hinto-janai/gupax/pull/59)) + | OS | Path | + |----------|------| + | Windows | `C:\Users\USER\AppData\Roaming\Gupax\crash.txt` | + | macOS | `/Users/USER/Library/Application Support/Gupax/crash.txt` | + | Linux | `/home/USER/.local/share/gupax/crash.txt` | + +## Fixes +* XMRig `[Simple]` tab slider overflow ([#60](https://github.com/hinto-janai/gupax/pull/60)) + +## Bundled Versions +* [`P2Pool v3.9`](https://github.com/SChernykh/p2pool/releases/tag/v3.9) +* [`XMRig v6.20.0`](https://github.com/xmrig/xmrig/releases/tag/v6.20.0) + + +--- + + # v1.3.2 ## Updates * Added window scaling option (`0.1..2.0` pixel scaling multiplier)