feat: Added local update functions

This commit is contained in:
Mr Finchum 2025-02-03 16:21:01 +01:00
parent 3587ce1317
commit cb568730d8
2 changed files with 55 additions and 0 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## 0.6.0: New Local Update Feature
- Added support for updating from a local folder containing package files.
- Scans a specified folder for available updates.
- Installs updates directly from local package files.
- **Note:** Local version handling depends on how dependencies are managed.
- Example: If a package requires **PyPiUpdater 0.6.0**, but the installed version is **0.0.1** (e.g., from a dev environment), **OptimaLab35 v0.9.1** may not install correctly.
- This is due to **pip's dependency checks**, ensuring all required versions are satisfied before installation.
---
## 0.5.0: Rework (BREAKING CHANGE)
- Improved code consistency: return values are now always **lists** when containing multiple objects.
- **Simplified the package**: Removed the default waiting period for update checks.