|
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
+## [0.2.3] - 2024-06-03
|
|
|
+
|
|
|
+### Added
|
|
|
+
|
|
|
+- **📁 Export Chat as JSON**: You can now export individual chats as JSON files from the navbar menu by navigating to 'Download > Export Chat'. This makes sharing specific conversations easier.
|
|
|
+- **✏️ Edit Titles with Double Click**: Double-click on titles to rename them quickly and efficiently.
|
|
|
+- **🧩 Batch Multiple Embeddings**: Introduced 'RAG_EMBEDDING_OPENAI_BATCH_SIZE' to process multiple embeddings in a batch, enhancing performance for large datasets.
|
|
|
+- **🌍 Improved Translations**: Enhanced the translation quality across various languages for a better user experience.
|
|
|
+
|
|
|
+### Fixed
|
|
|
+
|
|
|
+- **🛠️ Modelfile Migration Script**: Fixed an issue where the modelfile migration script would fail if an invalid modelfile was encountered.
|
|
|
+- **💬 Zhuyin Input Method on Mac**: Resolved an issue where using the Zhuyin input method in the Web UI on a Mac caused text to send immediately upon pressing the enter key, leading to incorrect input.
|
|
|
+- **🔊 Local TTS Voice Selection**: Fixed the issue where the selected local Text-to-Speech (TTS) voice was not being displayed in settings.
|
|
|
+
|
|
|
## [0.2.2] - 2024-06-02
|
|
|
|
|
|
### Added
|