diff --git a/gpt4all-chat/metadata/latestnews.md b/gpt4all-chat/metadata/latestnews.md index cfd893e0..99df6276 100644 --- a/gpt4all-chat/metadata/latestnews.md +++ b/gpt4all-chat/metadata/latestnews.md @@ -1,20 +1,16 @@ ## Latest News -GPT4All v3.4.1 was released on October 11th, and fixes several issues with LocalDocs from the previous release. +GPT4All v3.5.0 was released on December 9th. Changes include: -GPT4All v3.4.2 was released on October 16th, and fixes more issues with LocalDocs. - -**IMPORTANT NOTE:** If you are coming from v3.4.0, be sure to "Rebuild" your collections at least once after updating! - ---- - -GPT4All v3.4.0 was released on October 8th. Changes include: - -* **Attached Files:** You can now attach a small Microsoft Excel spreadsheet (.xlsx) to a chat message and ask the model about it. -* **LocalDocs Accuracy:** The LocalDocs algorithm has been enhanced to find more accurate references for some queries. -* **Word Document Support:** LocalDocs now supports Microsoft Word (.docx) documents natively. - * **IMPORTANT NOTE:** If .docx files are not found, make sure Settings > LocalDocs > Allowed File Extensions includes "docx". -* **Forgetful Model Fixes:** Issues with the "Redo last chat response" button, and with continuing chats from previous sessions, have been fixed. -* **Chat Saving Improvements:** On exit, GPT4All will no longer save chats that are not new or modified. As a bonus, downgrading without losing access to all chats will be possible in the future, should the need arise. -* **UI Fixes:** The model list no longer scrolls to the top when you start downloading a model. -* **New Models:** LLama 3.2 Instruct 3B and 1B models now available in model list. +* **Message Editing:** + * You can now edit your any message you sent by clicking the pencil icon below it. + * You can now redo earlier responses in the conversation. +* **Templates:** Chat templates have been completely overhauled! They now use Jinja-style syntax. You may notice warnings or errors in the UI. Read the linked docs, and if you have any questions, please ask on the Discord. +* **File Attachments:** + * Markdown and plain text files are now supported as file attachments. +* **System Tray:** + * There is now an option in Application Settings to allow GPT4All to minimize to the system tray instead of closing. +* **Local API Server:** + * The API server now supports system messages from the client and no longer uses the system message in settings. + * You can now send messages to the API server in any order supported by the model instead of just user/assistant pairs. +* **Translations:** The Italian and Romanian translations have been improved. diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index 36e1de87..96f0fa66 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -228,5 +228,10 @@ "version": "3.4.2", "notes": "* **LocalDocs Fixes:** Several issues with LocalDocs, some of which were introduced in v3.4.0, have been fixed.\n * Fixed the possible use of references from unselected collections.\n * Fixed unnecessary reindexing of files with uppercase extensions.\n * Fixed hybrid search failure due to inconsistent database state.\n * Fully fixed the blank Embeddings Device selection in LocalDocs settings.\n * Fixed LocalDocs indexing of large PDFs making very slow progress or even stalling.\n", "contributors": "* Adam Treat (Nomic AI)\n* Jared Van Bortel (Nomic AI)" + }, + { + "version": "3.5.0", + "notes": "* **Message Editing:**\n * You can now edit your any message you sent by clicking the pencil icon below it.\n * You can now redo earlier responses in the conversation.\n* **Templates:** Chat templates have been completely overhauled! They now use Jinja-style syntax. You may notice warnings or errors in the UI. Read the linked docs, and if you have any questions, please ask on the Discord.\n* **File Attachments:**\n * Markdown and plain text files are now supported as file attachments.\n* **System Tray:**\n * There is now an option in Application Settings to allow GPT4All to minimize to the system tray instead of closing.\n* **Local API Server:**\n * The API server now supports system messages from the client and no longer uses the system message in settings.\n * You can now send messages to the API server in any order supported by the model instead of just user/assistant pairs.\n* **Translations:** The Italian and Romanian translations have been improved.\n", + "contributors": "* Jared Van Bortel (Nomic AI)\n* Adam Treat (Nomic AI)\n* Benjamin Gallois (`@bgallois`)\n* Riccardo Giovanetti (`@Harvester62`)\n* Victor Emanuel (`@SINAPSA-IC`)" } ]