From eedd0507d9947734a3cc8f21b865c0c8752305dc Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 16 Dec 2024 16:31:08 -0500 Subject: [PATCH] chat: release version 3.5.3 (#3307) Signed-off-by: Jared Van Bortel --- gpt4all-chat/metadata/latestnews.md | 2 ++ gpt4all-chat/metadata/release.json | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/gpt4all-chat/metadata/latestnews.md b/gpt4all-chat/metadata/latestnews.md index e729893b..586062a7 100644 --- a/gpt4all-chat/metadata/latestnews.md +++ b/gpt4all-chat/metadata/latestnews.md @@ -1,5 +1,7 @@ ## Latest News +GPT4All v3.5.3 was released on December 16th. It fixes a serious issue with LocalDocs in v3.5.2 that resulted in sources not being used. + GPT4All v3.5.2 was released on December 13th. It changes the "Explore Models" page and fixes issues with the API server and cloned models. GPT4All v3.5.1 was released on December 10th and fixes several issues with the new chat templates. Additionally, it fixes a bug with the default model button as well an issue with remote models. diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index 4a45a0ef..85d87f45 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -243,5 +243,10 @@ "version": "3.5.2", "notes": "* **Model Search:** There are now separate tabs for official and third-party models.\n* **Local Server Fixes:** Several mistakes in v3.5's changes to the API server have been corrected.\n* **Cloned Model Fixes:** The chat template and system message of cloned models now manage their defaults correctly.\n* **Translation Improvements:** The Romanian and Italian translations have been updated.\n", "contributors": "* Jared Van Bortel (Nomic AI)\n* Adam Treat (Nomic AI)\n* Riccardo Giovanetti (`@Harvester62`)\n* Victor Emanuel (`@SINAPSA-IC`)" + }, + { + "version": "3.5.3", + "notes": "* **LocalDocs Fix:** A serious issue causing LocalDocs to not work properly in v3.5.2 has been fixed.\n", + "contributors": "* Jared Van Bortel (Nomic AI)\n* Adam Treat (Nomic AI)" } ]