From 2152069db9b78bf4f9b122fe1682ea355f13bd8f Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:20:35 -0700 Subject: [PATCH] docs: update changelog to v1.7.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25dfc12..b861374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [v1.7.0] - 2024-08-16 + +### Added +- Menu bar with Close and About options +- Program version in localizations.py +- Support for 32-bit builds +- Added dependency audit +- Implemented radon, dependabot, and pre-commit workflows + +### Changed +- Updated torch requirement from `~=1.13.1` to `~=2.4.0` +- Updated psutil requirement from `~=5.9.8` to `~=6.0.0` +- Refactored functions out of AutoGGUF.py and moved to ui_update.py +- Changed filenames to follow PEP 8 conventions +- Disabled .md and .txt CodeQL analysis + +### Fixed +- Optimized imports in AutoGGUF.py +- Updated README with new version and styled screenshot +- Fixed image blur in documentation + ## [v1.6.2] - 2024-08-15 ### Added