From e2458454d3e8de959be438674fadb4ebccc5b394 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sun, 9 Jul 2023 13:33:07 -0400 Subject: [PATCH] Bump to v2.4.12 and new release notes. --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index f0baba2c..b98989e2 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -17,7 +17,7 @@ endif() set(APP_VERSION_MAJOR 2) set(APP_VERSION_MINOR 4) -set(APP_VERSION_PATCH 12) +set(APP_VERSION_PATCH 13) 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 de0b2171..7efd7d1e 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -400,6 +400,22 @@ * Aaron Miller (Nomic AI) * Adam Treat (Nomic AI) * Community (beta testers, bug reporters) +" + }, + { + "version": "2.4.12", + "notes": +" +* Fix bad bug that was breaking numerous current installs (sorry folks!) +* Fix bug with 'browse' button in settings dialog +* Wayland support on linux +* Reduce template ui size in settings dialog +", + "contributors": +" +* Akarshan Biswas +* Adam Treat (Nomic AI) +* Community (beta testers, bug reporters) " } ]