docs: update changelogs

This commit is contained in:
nocobase[bot]
2025-12-19 10:38:46 +00:00
parent ee469c57fc
commit f8346e19b7
2 changed files with 38 additions and 0 deletions
+19
View File
@@ -5,6 +5,25 @@ 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.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.9.30](https://github.com/nocobase/nocobase/compare/v1.9.29...v1.9.30) - 2025-12-19
### 🚀 Improvements
- **[Workflow]** Improve description of `changed` field in collection event ([#8216](https://github.com/nocobase/nocobase/pull/8216)) by @mytharcher
### 🐛 Bug Fixes
- **[cli]** license-kit is compatible with the case where DB_PASSWORD is empty ([#8220](https://github.com/nocobase/nocobase/pull/8220)) by @jiannx
- **[database]** Fix date field query inconsistency between main and external data sources ([#8181](https://github.com/nocobase/nocobase/pull/8181)) by @cgyrock
- **[License settings]** Fix the abnormal display of the licensed plugin ([#8214](https://github.com/nocobase/nocobase/pull/8214)) by @jiannx
- **[Workflow: Approval]**
- Fix the issue where approving makes association to creating new record by @mytharcher
- Fix the issue where approving makes to-many association to creating new records by @mytharcher
## [v1.9.29](https://github.com/nocobase/nocobase/compare/v1.9.28...v1.9.29) - 2025-12-18
### 🐛 Bug Fixes
+19
View File
@@ -5,6 +5,25 @@
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),
并且本项目遵循 [语义化版本](https://semver.org/spec/v2.0.0.html)。
## [v1.9.30](https://github.com/nocobase/nocobase/compare/v1.9.29...v1.9.30) - 2025-12-19
### 🚀 优化
- **[工作流]** 优化数据表事件“发生变动的字段”配置项的描述,以避免误解 ([#8216](https://github.com/nocobase/nocobase/pull/8216)) by @mytharcher
### 🐛 修复
- **[cli]** license-kit 适配 DB_PASSWORD 为空的情况 ([#8220](https://github.com/nocobase/nocobase/pull/8220)) by @jiannx
- **[database]** 修复主数据源与外部数据源之间日期字段查询结果不一致的问题 ([#8181](https://github.com/nocobase/nocobase/pull/8181)) by @cgyrock
- **[授权设置]** 修复授权插件显示异常 ([#8214](https://github.com/nocobase/nocobase/pull/8214)) by @jiannx
- **[工作流:审批]**
- 修复审批通过时对关系字段创建了新数据的问题 by @mytharcher
- 修复审批通过时对对多关系字段创建了新数据的问题 by @mytharcher
## [v1.9.29](https://github.com/nocobase/nocobase/compare/v1.9.28...v1.9.29) - 2025-12-18
### 🐛 修复