From 0ef2c91d6b6be3526915f73112fd46c07e4aa9e1 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:41:23 -0700 Subject: [PATCH 1/2] docs: update to v1.6.0 features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 182ac52..5c6e792 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ To use a specific language, set the `AUTOGGUF_LANGUAGE` environment variable to - Actual progress bar tracking - Perplexity testing - Time estimation for quantization -- `nvidia-smi` monitoring support +- ~~`nvidia-smi` monitoring support~~ (added in v1.6.0) ## Troubleshooting From 67302124f0cd386d2b463e48b9ddd7a58c6e9a08 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:43:52 -0700 Subject: [PATCH 2/2] docs: update changelog to v1.6.0 --- CHANGELOG.md | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944ec7c..77ccf57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,38 @@ All notable changes to this project will be documented in this file. +## [1.6.0] - 2024-08-08 + +### Changed +- Resolve licensing issues by using PySide6 + +### Added +- Add GPU monitoring support for NVIDIA GPUs + +## [1.5.1] - 2024-08-08 + +### Changed +- Refactor localizations to use them in HF conversion area +- Rename FAILED_LOAD_PRESET to FAILED_TO_LOAD_PRESET localization key + +### Removed +- Remove Save Preset context menu action + +### Added +- Support loading *.gguf file types + ## [1.5.0] - 2024-08-06 ### Changed -Refactor localizations to use them in HF conversion area -Organize localizations +- Refactor localizations to use them in HF conversion area +- Organize localizations ### Added -Add sha256 and PGP signatures (same as commit ones) -Add HuggingFace to GGUF conversion support +- Add sha256 and PGP signatures (same as commit ones) +- Add HuggingFace to GGUF conversion support ### Fixed -Fix scaling on low resolution screens, interface now scrolls +- Fix scaling on low resolution screens, interface now scrolls ## [1.4.3] - 2024-08-05