Bump the version and release notes for v2.6.2.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
pull/1901/head
Adam Treat 8 months ago
parent cdf0fedae2
commit a5275ea9e7

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

@ -636,6 +636,27 @@
* Jared Van Bortel (Nomic AI)
* Adam Treat (Nomic AI)
* Community (beta testers, bug reporters, bindings authors)
"
},
{
"version": "2.6.2",
"notes":
"
* Update to latest llama.cpp
* Update to newly merged vulkan backend
* Partial GPU offloading support
* New localdocs speed increases and features
* New GUI settings option for configuring how many layers to put on GPU
* New lightmode theme, darkmode theme and legacy theme
* Lots of UI updates and enhancements
* Scores of bugfixes for stability and usability
",
"contributors":
"
* Jared Van Bortel (Nomic AI)
* Adam Treat (Nomic AI)
* Karthik Nair
* Community (beta testers, bug reporters, bindings authors)
"
}
]

Loading…
Cancel
Save