Skip to content

v1.7.0

Compare
Choose a tag to compare
@leafspark leafspark released this 16 Aug 23:36
· 167 commits to main since this release
cae2fb9

AutoGGUF v1.7.0

Changelog:

  • Added menu bar with Close and About options
  • Introduced program version in localizations.py
  • Implemented support for 32-bit builds
  • 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
  • Optimized imports in AutoGGUF.py
  • Updated README with new version and styled screenshot
  • Fixed image blur in documentation
  • Added build workflow to CI/CD
  • Build size optimization using GitHub Actions
  • Disabled .md and .txt CodeQL analysis
  • Added dependency audit to CI/CD
  • Implemented radon, dependabot, and pre-commit workflows
  • Updated SECURITY.md
  • Updated CONTRIBUTING.md with PR instructions

Full Changelog: v1.6.2...v1.7.0