Release notes for v2.4.18 and bump the version.

This commit is contained in:
Adam Treat 2023-09-16 10:21:50 -04:00
parent e6e724d2dc
commit ecf014f03b
2 changed files with 13 additions and 1 deletions

View File

@ -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 18) set(APP_VERSION_PATCH 19)
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

View File

@ -506,6 +506,18 @@
" "
* Adam Treat (Nomic AI) * Adam Treat (Nomic AI)
* Aaron Miller (Nomic AI) * Aaron Miller (Nomic AI)
"
},
{
"version": "2.4.18",
"notes":
"
* Bugfix for devices to show up in the settings combobox on application start and not just on model load
* Send information on requested device and actual device on model load to help assess which model/gpu/os combos are working
",
"contributors":
"
* Adam Treat (Nomic AI)
" "
} }
] ]