From ecf014f03b52f573d98e8d3bd4627cfb65fe1928 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sat, 16 Sep 2023 10:21:50 -0400 Subject: [PATCH] Release notes for v2.4.18 and bump the version. --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 4ed62fc7..5c7386ea 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 4) -set(APP_VERSION_PATCH 18) +set(APP_VERSION_PATCH 19) 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 dbebcb9a..1a9c6364 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -506,6 +506,18 @@ " * Adam Treat (Nomic AI) * Aaron Miller (Nomic AI) +" + }, + { + "version": "2.4.18", + "notes": +" +* Bugfix for devices to show up in the settings combobox on application start and not just on model load +* Send information on requested device and actual device on model load to help assess which model/gpu/os combos are working +", + "contributors": +" +* Adam Treat (Nomic AI) " } ]