diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a2801..1f4c5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - 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 @@ - 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 @@ - 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 diff --git a/setup.py b/setup.py index 249242a..c3a20ea 100644 --- a/setup.py +++ b/setup.py @@ -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",