patch: support for ppu04

ppu = PyPiUpdater 0.4.0
This commit is contained in:
Mr Finchum 2025-01-31 16:31:20 +00:00
parent 2476dd8b1f
commit 21f1d9fc01
5 changed files with 27 additions and 11 deletions

View file

@ -1,6 +1,11 @@
# Changelog
## 0.8.x
### 0.8.2: Patch for New PyPiUpdater Version
- Updated to support **PyPiUpdater 0.4.0**.
- Now stores version information locally, preventing an "unknown" state on the first updater launch.
- Users still need to press the **Update** button to verify the latest version, ensuring an internet connection is available.
### 0.8.1: Fix
- Fixed a misspelling of `PyPiUpdater` in the build file, which prevented v0.8.0 from being installed.