docs: update changelog to v1.7.1

This commit is contained in:
BuildTools 2024-08-16 21:07:05 -07:00
parent f02fcb28de
commit ea2b365886
No known key found for this signature in database
GPG Key ID: 3270C066C15D530B
1 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,26 @@
# Changelog # Changelog
## [v1.7.1] - 2024-08-16
### Added
- Modern UI with seamless title bar
- Window resizing shortcuts (Ctrl+, Ctrl-, Ctrl+0)
- Theming support
- CPU usage bar
- Save Preset and Load Preset options in File menu
- Support for EXAONE model type
- Window size configuration through environment variables
### Changed
- Refactored window to be scrollable
- Moved save/load preset logic to presets.py
- Updated docstrings for AutoGGUF.py, lora_conversion.py, and Logger.py
- Adapted gguf library to project standards
### Fixed
- Updated version to v1.7.0
- Fixed IDE-detected code typos and errors
## [v1.7.0] - 2024-08-16 ## [v1.7.0] - 2024-08-16
### Added ### Added