Bump version and release notes for v3.1.0 (#2726)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
pull/2731/head
AT 2 months ago committed by GitHub
parent 03d460c732
commit 34a72d6f99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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")

@ -888,6 +888,53 @@
* Adam Treat (Nomic AI)
* cosmic-snow (`@cosmic-snow`)
* Community (beta testers, bug reporters, bindings authors)
"
},
{
"version": "3.1.0",
"notes":
"
<b>&mdash; What's New &mdash;</b>
* Generate suggested follow-up questions feature (#2634)
<b>&mdash; What's Changed &mdash;</b>
* 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)
<b>&mdash; What's Removed &mdash;</b>
* Remove support for GPT-J models (#2676)
<b>&mdash; Fixes &mdash;</b>
* 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)
"
}
]

Loading…
Cancel
Save