Skip to content

Commit ecf014f

Browse files
committed
Release notes for v2.4.18 and bump the version.
1 parent e6e724d commit ecf014f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

gpt4all-chat/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818

1919
set(APP_VERSION_MAJOR 2)
2020
set(APP_VERSION_MINOR 4)
21-
set(APP_VERSION_PATCH 18)
21+
set(APP_VERSION_PATCH 19)
2222
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
2323

2424
# Include the binary directory for the generated header file

gpt4all-chat/metadata/release.json

+12
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,18 @@
506506
"
507507
* Adam Treat (Nomic AI)
508508
* Aaron Miller (Nomic AI)
509+
"
510+
},
511+
{
512+
"version": "2.4.18",
513+
"notes":
514+
"
515+
* Bugfix for devices to show up in the settings combobox on application start and not just on model load
516+
* Send information on requested device and actual device on model load to help assess which model/gpu/os combos are working
517+
",
518+
"contributors":
519+
"
520+
* Adam Treat (Nomic AI)
509521
"
510522
}
511523
]

0 commit comments

Comments
 (0)