浏览代码

doc: changelog

Timothy J. Baek 7 月之前
父节点
当前提交
5361896411
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. 9 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 9 - 0
CHANGELOG.md

@@ -5,6 +5,15 @@ 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/),
 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).
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 
+## [0.3.30] - 2024-09-26
+
+### Fixed
+
+- **🍞 Update Available Toast Dismissal**: Enhanced user experience by ensuring that once the update available notification is dismissed, it won't reappear for 24 hours.
+- **📋 Ollama /embed Form Data**: Adjusted the integration inaccuracies in the /embed form data to ensure it perfectly matches with Ollama's specifications.
+- **🔧 O1 Max Completion Tokens Issue**: Resolved compatibility issues with OpenAI's o1 models max_completion_tokens param to ensure smooth operation.
+- **🔄 Pip Install Database Issue**: Fixed a critical issue where database changes during pip installations were reverting and not saving chat logs, now ensuring data persistence and reliability in chat operations.
+
 ## [0.3.29] - 2023-09-25
 ## [0.3.29] - 2023-09-25
 
 
 ### Fixed
 ### Fixed

+ 1 - 1
package.json

@@ -85,4 +85,4 @@
 		"node": ">=18.13.0 <=21.x.x",
 		"node": ">=18.13.0 <=21.x.x",
 		"npm": ">=6.0.0"
 		"npm": ">=6.0.0"
 	}
 	}
-}
+}