mirror of https://github.com/leafspark/AutoGGUF
docs: update CHANGELOG.md
- update CHANGELOG.md - bump version in setup.py
This commit is contained in:
parent
44f69b2b99
commit
8c333b0ffe
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue