Bump to v2.4.12 and new release notes.

This commit is contained in:
Adam Treat 2023-07-09 13:33:07 -04:00
parent d9f0245c1b
commit e2458454d3
2 changed files with 17 additions and 1 deletions

View File

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

View File

@ -400,6 +400,22 @@
* Aaron Miller (Nomic AI)
* Adam Treat (Nomic AI)
* Community (beta testers, bug reporters)
"
},
{
"version": "2.4.12",
"notes":
"
* Fix bad bug that was breaking numerous current installs (sorry folks!)
* Fix bug with 'browse' button in settings dialog
* Wayland support on linux
* Reduce template ui size in settings dialog
",
"contributors":
"
* Akarshan Biswas
* Adam Treat (Nomic AI)
* Community (beta testers, bug reporters)
"
}
]