diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index a94eb844..8bd5becc 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 13) +set(APP_VERSION_PATCH 14) 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 7efd7d1e..7db1a227 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -416,6 +416,40 @@ * Akarshan Biswas * Adam Treat (Nomic AI) * Community (beta testers, bug reporters) +" + }, + { + "version": "2.4.13", + "notes": +" +* Fix bug with prolonging shutdown with generation +* Fix bug with update model info on deleting chats +* Fix bug with preventing closing of model download dialog +* Allows allow closing the model download dialog +* Fix numerous bugs with download of models.json and provide backup option +* Add json and c# highlighting +* Fix bug with chatgpt crashing +* Fix bug with chatgpt not working for some keys +* Fix bug with mixpanel opt outs not counting +* Fix problem with OOM errors causing crash and then repeating on next start +* Fix default thread setting and provide guardrails +* Fix tap handler in settings dialog for buttons +* Fix color of some text fields on macOS for settings dialog +* Fix problem with startup dialog not closing +* Provide error dialog for settings file not accessible +* Try and fix problems with avx-only detection +* Fix showing error in model downloads unnecessarily +* Prefer 7b models to load by default +* Add Wizard v1.1 to download list +* Rename Orca models to Mini Orca +* Don't use a system prompt unless model was trained with one by default +", + "contributors": +" +* Lakshay Kansal (Nomic AI) +* Aaron Miller (Nomic AI) +* Adam Treat (Nomic AI) +* Community (beta testers, bug reporters) " } ]