From f569ae9b224118824f03ee9ad63b80268d1bf5d1 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 8 Feb 2024 12:31:59 -0500 Subject: [PATCH] Bump version and release notes for v2.7.0 Signed-off-by: Adam Treat --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 4a5252b1..ee72f846 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -18,7 +18,7 @@ endif() set(APP_VERSION_MAJOR 2) set(APP_VERSION_MINOR 7) -set(APP_VERSION_PATCH 0) +set(APP_VERSION_PATCH 1) set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") # Include the binary directory for the generated header file diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index 7c1a5bf4..bd5b9b68 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -657,6 +657,32 @@ * Adam Treat (Nomic AI) * Karthik Nair * Community (beta testers, bug reporters, bindings authors) +" + }, + { + "version": "2.7.0", + "notes": +" +* Add support for twelve new model architectures +* Including Baichuan, BLOOM, CodeShell, GPT-2, Orion, Persimmon, Phi and Phi-2, Plamo, Qwen, Qwen2, Refact, and StableLM +* Fix for progress bar colors on legacy theme +* Fix sizing for model download dialog elements +* Fix dialog sizes to use more screen realestate where available +* Fix for vram leak when model loading fails +* Fix for making the collection dialog progress bar more readable +* Fix for smaller minimum size for main screen +* Fix for mistral crash +* Fix for mistral openorca prompt template to ChatLM +* Fix for excluding non-text documents from localdoc scanning +* Fix for scrollbar missing on main conversation +* Fix accessibility issues for screen readers +* Fix for not showing the download button when not online +", + "contributors": +" +* Jared Van Bortel (Nomic AI) +* Adam Treat (Nomic AI) +* Community (beta testers, bug reporters, bindings authors) " } ]