Bump version and release notes for v2.7.0

Signed-off-by: Adam Treat <treat.adam@gmail.com>
pull/1946/head
Adam Treat 8 months ago
parent ec13ba2818
commit f569ae9b22

@ -18,7 +18,7 @@ endif()
set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 7)
set(APP_VERSION_PATCH 0)
set(APP_VERSION_PATCH 1)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
# Include the binary directory for the generated header file

@ -657,6 +657,32 @@
* Adam Treat (Nomic AI)
* Karthik Nair
* Community (beta testers, bug reporters, bindings authors)
"
},
{
"version": "2.7.0",
"notes":
"
* Add support for twelve new model architectures
* Including Baichuan, BLOOM, CodeShell, GPT-2, Orion, Persimmon, Phi and Phi-2, Plamo, Qwen, Qwen2, Refact, and StableLM
* Fix for progress bar colors on legacy theme
* Fix sizing for model download dialog elements
* Fix dialog sizes to use more screen realestate where available
* Fix for vram leak when model loading fails
* Fix for making the collection dialog progress bar more readable
* Fix for smaller minimum size for main screen
* Fix for mistral crash
* Fix for mistral openorca prompt template to ChatLM
* Fix for excluding non-text documents from localdoc scanning
* Fix for scrollbar missing on main conversation
* Fix accessibility issues for screen readers
* Fix for not showing the download button when not online
",
"contributors":
"
* Jared Van Bortel (Nomic AI)
* Adam Treat (Nomic AI)
* Community (beta testers, bug reporters, bindings authors)
"
}
]

Loading…
Cancel
Save