Add version 2.4.15 and bump the version number.

pull/1417/head
Adam Treat 10 months ago
parent 4b9a345aee
commit 0458c9b4e6

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

@ -464,6 +464,22 @@
" "
* Lakshay Kansal (Nomic AI) * Lakshay Kansal (Nomic AI)
* Adam Treat (Nomic AI) * Adam Treat (Nomic AI)
"
},
{
"version": "2.4.15",
"notes":
"
* Add Vulkan GPU backend which allows inference on AMD, Intel and NVIDIA GPUs
* Add ability to switch font sizes
* Various bug fixes
",
"contributors":
"
* Adam Treat (Nomic AI)
* Aaron Miller (Nomic AI)
* Nils Sauer (Nomic AI)
* Lakshay Kansal (Nomic AI)
" "
} }
] ]

Loading…
Cancel
Save