We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27a53a5 + 2152069 commit cae2fb9Copy full SHA for cae2fb9
CHANGELOG.md
@@ -1,5 +1,26 @@
1
# Changelog
2
3
+## [v1.7.0] - 2024-08-16
4
+
5
+### Added
6
+- Menu bar with Close and About options
7
+- Program version in localizations.py
8
+- Support for 32-bit builds
9
+- Added dependency audit
10
+- Implemented radon, dependabot, and pre-commit workflows
11
12
+### Changed
13
+- Updated torch requirement from `~=1.13.1` to `~=2.4.0`
14
+- Updated psutil requirement from `~=5.9.8` to `~=6.0.0`
15
+- Refactored functions out of AutoGGUF.py and moved to ui_update.py
16
+- Changed filenames to follow PEP 8 conventions
17
+- Disabled .md and .txt CodeQL analysis
18
19
+### Fixed
20
+- Optimized imports in AutoGGUF.py
21
+- Updated README with new version and styled screenshot
22
+- Fixed image blur in documentation
23
24
## [v1.6.2] - 2024-08-15
25
26
### Added
0 commit comments