From 69370628b1477cc52ef219c33a1a081d16ff633d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Dec 2025 06:35:19 +0000 Subject: [PATCH] docs(changelog): sync full changelog from tego-standard --- docs/en/changelog/changelog.md | 27 +++++++++++++++------------ docs/zh/changelog/changelog.md | 27 +++++++++++++++------------ 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/docs/en/changelog/changelog.md b/docs/en/changelog/changelog.md index 0a17326..497026a 100644 --- a/docs/en/changelog/changelog.md +++ b/docs/en/changelog/changelog.md @@ -7,25 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + + +## [1.6.2] - 2025-12-22 + ### ✨ Added -- **plugin-database-clean**: db clean ([#238](https://github.com/tegojs/tego-standard/pull/238)) [3340a43](https://github.com/tegojs/tego-standard/commit/3340a437aa1eb44111978d3411df411c3c962ab4) (@TomyJan) -- **module-error-handler**: translation of jwt expire and permission denied ([#325](https://github.com/tegojs/tego-standard/pull/325)) [9e7d2e5](https://github.com/tegojs/tego-standard/commit/9e7d2e516287686e184888b1a5e8160cadf419a6) (@TomyJan) -- add deprecation warning for legacy commands ([#317](https://github.com/tegojs/tego-standard/pull/317)) [f8de79c](https://github.com/tegojs/tego-standard/commit/f8de79ceb61b4db22112456923fd016de816915b) (@TomyJan) +- **plugin-database-clean**: db clean ([#238](https://github.com/tegojs/tego-standard/pull/238)) (@TomyJan) +- **module-error-handler**: translation of jwt expire and permission denied ([#325](https://github.com/tegojs/tego-standard/pull/325)) (@TomyJan) +- add deprecation warning for legacy commands ([#317](https://github.com/tegojs/tego-standard/pull/317)) (@TomyJan) ### 🐛 Fixed -- missing plugin metadata ([#324](https://github.com/tegojs/tego-standard/pull/324)) [9a8e0b7](https://github.com/tegojs/tego-standard/commit/9a8e0b78162322a089dd082dcfd2d502805966b8) (@TomyJan) -- missing plugin metadata ([#323](https://github.com/tegojs/tego-standard/pull/323)) [419aee9](https://github.com/tegojs/tego-standard/commit/419aee95126d1669154fbe75a006377e563056fd) (@TomyJan) -- repo url ([#321](https://github.com/tegojs/tego-standard/pull/321)) [1b90ed4](https://github.com/tegojs/tego-standard/commit/1b90ed406cd368a66ad49b4794c9ea00aed927c7) (@TomyJan) -- **workflow-approval**: fixed workflow not found when workflow is revision ([#320](https://github.com/tegojs/tego-standard/pull/320)) [c1c0676](https://github.com/tegojs/tego-standard/commit/c1c06765d27e5dff11352c5c7b74fb5ef4b9cffd) (@bai.zixv) +- missing plugin metadata ([#324](https://github.com/tegojs/tego-standard/pull/324)) (@TomyJan) +- missing plugin metadata ([#323](https://github.com/tegojs/tego-standard/pull/323)) (@TomyJan) +- repo url ([#321](https://github.com/tegojs/tego-standard/pull/321)) (@TomyJan) +- **workflow-approval**: fixed workflow not found when workflow is revision ([#320](https://github.com/tegojs/tego-standard/pull/320)) (@bai.zixv) ### 🔄 Changed -- **module-auth**: move user status control to core ([#263](https://github.com/tegojs/tego-standard/pull/263)) [2d0eb9e](https://github.com/tegojs/tego-standard/commit/2d0eb9e514ab47a954adb6ba4d334bf8231cf6eb) (@TomyJan) -- disable lazy compilation ([#322](https://github.com/tegojs/tego-standard/pull/322)) [de1c0c0](https://github.com/tegojs/tego-standard/commit/de1c0c03d85f6c691e3db5530cd9f14503c2b89c) (@TomyJan) - - +- **module-auth**: move user status control to core ([#263](https://github.com/tegojs/tego-standard/pull/263)) (@TomyJan) +- disable lazy compilation ([#322](https://github.com/tegojs/tego-standard/pull/322)) (@TomyJan) ## [1.6.1] - 2025-12-05 @@ -2892,7 +2894,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - update readme ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday) -[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.1...HEAD +[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.2 [1.6.1]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.1 [1.6.0]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.0 [1.5.1]: https://github.com/tegojs/tego-standard/releases/tag/v1.5.1 diff --git a/docs/zh/changelog/changelog.md b/docs/zh/changelog/changelog.md index d9fecca..1c54dc0 100644 --- a/docs/zh/changelog/changelog.md +++ b/docs/zh/changelog/changelog.md @@ -7,25 +7,27 @@ ## [未发布] + + +## [1.6.2] - 2025-12-22 + ### ✨ 新增 -- **plugin-database-clean**: 数据库清理 ([#238](https://github.com/tegojs/tego-standard/pull/238)) [3340a43](https://github.com/tegojs/tego-standard/commit/3340a437aa1eb44111978d3411df411c3c962ab4) (@TomyJan) -- **module-error-handler**: jwt 过期和权限被拒绝的翻译 ([#325](https://github.com/tegojs/tego-standard/pull/325)) [9e7d2e5](https://github.com/tegojs/tego-standard/commit/9e7d2e516287686e184888b1a5e8160cadf419a6) (@TomyJan) -- 添加旧命令的弃用警告 ([#317](https://github.com/tegojs/tego-standard/pull/317)) [f8de79c](https://github.com/tegojs/tego-standard/commit/f8de79ceb61b4db22112456923fd016de816915b) (@TomyJan) +- **plugin-database-clean**: 数据库清理 ([#238](https://github.com/tegojs/tego-standard/pull/238)) (@TomyJan) +- **module-error-handler**: jwt 过期和权限被拒绝的翻译 ([#325](https://github.com/tegojs/tego-standard/pull/325)) (@TomyJan) +- 添加旧命令的弃用警告 ([#317](https://github.com/tegojs/tego-standard/pull/317)) (@TomyJan) ### 🐛 修复 -- 缺少插件元数据 ([#324](https://github.com/tegojs/tego-standard/pull/324)) [9a8e0b7](https://github.com/tegojs/tego-standard/commit/9a8e0b78162322a089dd082dcfd2d502805966b8) (@TomyJan) -- 缺少插件元数据 ([#323](https://github.com/tegojs/tego-standard/pull/323)) [419aee9](https://github.com/tegojs/tego-standard/commit/419aee95126d1669154fbe75a006377e563056fd) (@TomyJan) -- 仓库地址 ([#321](https://github.com/tegojs/tego-standard/pull/321)) [1b90ed4](https://github.com/tegojs/tego-standard/commit/1b90ed406cd368a66ad49b4794c9ea00aed927c7) (@TomyJan) -- **workflow-approval**: 修复了工作流程修订时找不到工作流程的问题 ([#320](https://github.com/tegojs/tego-standard/pull/320)) [c1c0676](https://github.com/tegojs/tego-standard/commit/c1c06765d27e5dff11352c5c7b74fb5ef4b9cffd) (@bai.zixv) +- 缺少插件元数据 ([#324](https://github.com/tegojs/tego-standard/pull/324)) (@TomyJan) +- 缺少插件元数据 ([#323](https://github.com/tegojs/tego-standard/pull/323)) (@TomyJan) +- 仓库地址 ([#321](https://github.com/tegojs/tego-standard/pull/321)) (@TomyJan) +- **workflow-approval**: 修复了工作流程修订时找不到工作流程的问题 ([#320](https://github.com/tegojs/tego-standard/pull/320)) (@bai.zixv) ### 🔄 变更 -- **module-auth**: 将用户状态控制移至核心([#263](https://github.com/tegojs/tego-standard/pull/263)) [2d0eb9e](https://github.com/tegojs/tego-standard/commit/2d0eb9e514ab47a954adb6ba4d334bf8231cf6eb) (@TomyJan) -- 禁用延迟编译 ([#322](https://github.com/tegojs/tego-standard/pull/322)) [de1c0c0](https://github.com/tegojs/tego-standard/commit/de1c0c03d85f6c691e3db5530cd9f14503c2b89c) (@TomyJan) - - +- **module-auth**: 将用户状态控制移至核心([#263](https://github.com/tegojs/tego-standard/pull/263)) (@TomyJan) +- 禁用延迟编译 ([#322](https://github.com/tegojs/tego-standard/pull/322)) (@TomyJan) ## [1.6.1] - 2025-12-05 @@ -2892,7 +2894,8 @@ - 更新自述文件 ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday) -[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.1...HEAD +[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.2 [1.6.1]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.1 [1.6.0]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.0 [1.5.1]: https://github.com/tegojs/tego-standard/releases/tag/v1.5.1