Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark committed Aug 16, 2024
2 parents 27a53a5 + 2152069 commit cae2fb9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cae2fb9

Please sign in to comment.