From 11db71e0a7deeabd39111eebe1c51365360d3944 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 11 Mar 2024 14:44:14 -0400 Subject: [PATCH] Bump version and release notes for v2.7.3 Signed-off-by: Adam Treat --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 416fa162..f8065152 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 3) +set(APP_VERSION_PATCH 4) 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 34e2eeb0..2a014778 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -724,6 +724,34 @@ * Jared Van Bortel (Nomic AI) * Adam Treat (Nomic AI) * Community (beta testers, bug reporters, bindings authors) +" + }, + { + "version": "2.7.3", + "notes": +" +* Fix for network reachability unknown +* Fix undefined behavior with resetContext +* Fix ChatGPT which was broken with previous release +* Fix for clean up of chat llm thread destruction +* Display of model loading warnings +* Fix for issue 2080 where the GUI appears to hang when a chat is deleted +* Fix for issue 2077 better responsiveness of model download dialog when download is taking place +* Fix for issue 2092 don't include models that are disabled for GUI in application default model list +* Fix for issue 2087 where cloned modelds were lost and listed in download dialog erroneously +* Fix for MPT models without duplicated token embd weight +* New feature with api server port setting +* Fix for issue 2024 where combobox for model settings uses currently used model by default +* Clean up settings properly for removed models and don't list stale model settings in download dialog +* Fix for issue 2105 where the cancel button was not working for discovered model downloads +", + "contributors": +" +* Christopher Barrera +* Daniel Alencar +* Jared Van Bortel (Nomic AI) +* Adam Treat (Nomic AI) +* Community (beta testers, bug reporters, bindings authors) " } ]