Skip to content

Commit e307a4d

Browse files
committed
chore: bump version to v1.8.0
1 parent 624949b commit e307a4d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [v1.8.0] - 2024-08-26
4+
5+
### Added
6+
- .env.example file added
7+
- Sha256 generation support added to build.yml
8+
- Allow importing models from any directory on the system
9+
- Added manual model import functionality
10+
- Verification for manual imports and support for concatenated files
11+
- Implemented plugins feature using importlib
12+
- Configuration options for AUTOGGUF_MODEL_DIR_NAME, AUTOGGUF_OUTPUT_DIR_NAME, and AUTOGGUF_RESIZE_FACTOR added
13+
14+
### Changed
15+
- Moved get helper functions to utils.py
16+
- Added type hints
17+
- Reformat TaskListItem.py for better readability
18+
- Separate macOS and Linux runs in CI/CD
19+
- Updated .gitignore for better file management
20+
- Updated numpy requirement from <2.0.0 to <3.0.0
21+
22+
### Fixed
23+
- Fixed sha256 file format and avoided overwriting
24+
- Updated regex for progress tracking
25+
- Arabic and French localizations fixed
26+
- Only count valid backends instead of total backend combos
27+
- Import missing modules
28+
329
## [v1.7.2] - 2024-08-19
430

531
### Added

src/Localizations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
AUTOGGUF_VERSION = "v1.7.3"
3+
AUTOGGUF_VERSION = "v1.8.0"
44

55

66
class _Localization:

0 commit comments

Comments
 (0)