docs: update CHANGELOG.md

- update CHANGELOG.md
- bump version in setup.py
This commit is contained in:
BuildTools 2024-09-04 17:36:48 -07:00
parent 44f69b2b99
commit 8c333b0ffe
No known key found for this signature in database
GPG Key ID: 3270C066C15D530B
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@ ### Added
- API key authentication support for the local server
- HuggingFace upload/download class
- OpenAPI docs for endpoints
- Added new showcase image
### Changed
- Replaced Flask with FastAPI and Uvicorn for improved performance
@ -21,6 +22,7 @@ ### Changed
- Now binding to localhost (127.0.0.1) instead of 0.0.0.0
- Upadted Spanish localizations
- Updated setuptools requirement from ~=68.2.0 to ~=74.0.0
- Updated .env.example with new configuration parameters
### Fixed
- Web page not found error
@ -29,6 +31,7 @@ ### Fixed
- Improved window moving smoothness
- Prevention of moving window below taskbar
- Optimized imports in various files
- Remove aliased quant types
## [v1.8.0] - 2024-08-26

View File

@ -5,7 +5,7 @@
setup(
name="AutoGGUF",
version="v1.7.1",
version="v1.8.1",
packages=[""],
url="https://github.com/leafspark/AutoGGUF",
license="apache-2.0",