This commit is contained in:
Mr Finchum 2025-01-31 17:28:40 +01:00
parent 11a9d6914c
commit a8970337f7

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.