mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-04 12:00:10 +00:00
Bump to v2.4.12 and new release notes.
This commit is contained in:
parent
d9f0245c1b
commit
e2458454d3
@ -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
|
||||
|
@ -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)
|
||||
"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user