From 34a72d6f990c05ea3cd4294999bc855a04e8dc79 Mon Sep 17 00:00:00 2001 From: AT Date: Wed, 24 Jul 2024 12:03:10 -0400 Subject: [PATCH] Bump version and release notes for v3.1.0 (#2726) Signed-off-by: Adam Treat --- gpt4all-chat/CMakeLists.txt | 2 +- gpt4all-chat/metadata/release.json | 47 ++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 8e901e7e..a583a905 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -20,7 +20,7 @@ set(APP_VERSION_MAJOR 3) set(APP_VERSION_MINOR 1) set(APP_VERSION_PATCH 0) set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") -set(APP_VERSION "${APP_VERSION_BASE}") +set(APP_VERSION "${APP_VERSION_BASE}-dev0") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules") diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index 31f3ce3a..f6f2a8cc 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -888,6 +888,53 @@ * Adam Treat (Nomic AI) * cosmic-snow (`@cosmic-snow`) * Community (beta testers, bug reporters, bindings authors) +" + }, + { + "version": "3.1.0", + "notes": +" +— What's New — +* Generate suggested follow-up questions feature (#2634) + +— What's Changed — +* Customize combo boxes and context menus to fit the new style (#2535) +* Improve view bar scaling and Model Settings layout (#2520) +* Make the logo spin while the model is generating (#2557) +* Server: Reply to wrong GET/POST method with HTTP 405 instead of 404 (#2615) +* Update theme for menus (#2578) +* Move the \"stop\" button to the message box (#2561) +* Build with CUDA 11.8 for better compatibility (#2639) +* Make links in latest news section clickable (#2643) +* Support translation of settings choices (#2667), (#2690) +* Improve LocalDocs view's error message (by @cosmic-snow in #2679) +* Ignore case of LocalDocs file extensions (#2642), (#2684) +* Update llama.cpp to commit 87e397d00 from July 19th (#2694) + * Add support for GPT-NeoX, Gemma 2, OpenELM, ChatGLM, and Jais architectures (all with Vulkan support) + * Enable Vulkan support for StarCoder2, XVERSE, Command R, and OLMo +* Show scrollbar in chat collections list as needed (#2691) + +— What's Removed — +* Remove support for GPT-J models (#2676) + +— Fixes — +* Fix placement of thumbs-down and datalake opt-in dialogs (#2540) +* Select the correct folder with the Linux fallback folder dialog (#2541) +* Fix clone button sometimes producing blank model info (#2545) +* Fix jerky chat view scrolling (#2555) +* Fix \"reload\" showing for chats with missing models (#2520) +* Fix property binding loop warning (#2601) +* Fix UI hang with certain chat view content (#2543) +* Fix crash when Kompute falls back to CPU (#2640) +* Fix several Vulkan resource management issues (#2694) +", + "contributors": +" +* Jared Van Bortel (Nomic AI) +* Adam Treat (Nomic AI) +* cosmic-snow (`@cosmic-snow`) +* 3Simplex (`@3Simplex`) +* Community (beta testers, bug reporters, bindings authors) " } ]