Skip to content

Commit 97d5050

Browse files
authored
chore: updated changelog for v2
1 parent 93daedc commit 97d5050

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

3+
## [v2.0.0] - 2025-01-27
4+
5+
### Added
6+
- Clipboard support for save/load preset functionality with shift-click option
7+
- Support for shift-clicking to get quantization command
8+
- AUTOGGUF_BACKEND_REPO environment variable for custom GitHub repository fetching
9+
- New HF to GGUF conversion types: `tq1_0` and `tq2_0`
10+
11+
### Changed
12+
- Updated multiple dependencies:
13+
- PySide6, PyTorch, Transformers, FastAPI, uvicorn, and other core libraries to their latest compatible versions
14+
- Adjusted monitoring intervals from 0.2s to 0.5s
15+
- Updated copyright year to 2025
16+
- Bundled llama.cpp licensing text in About menu
17+
- Removed x86 build matrix from CI
18+
- Removed Import Model confirmation dialog
19+
20+
### Fixed
21+
- Resolved PySide6 segfault issue
22+
- Fixed error when deleting models from list
23+
- Corrected incorrect menu bar name for Load Preset
24+
325
## [v1.9.1] - 2024-10-13
426

527
### Added

0 commit comments

Comments
 (0)