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

View File

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