Bump the version and release notes for v2.6.2.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-01-31 23:25:48 -05:00
parent cdf0fedae2
commit a5275ea9e7
2 changed files with 22 additions and 1 deletions

View File

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

View 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)
"
}
]