diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9017dfd..a7f23dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,40 @@ -# 变更日志 +# Changelog + +## [1.1.0](https://github.com/CandriaJS/karin-plugin-git/compare/v1.0.0...v1.1.0) (2025-11-09) + + +### ✨ 新功能 + +* **admin:** 添加删除订阅仓库功能 ([76302e5](https://github.com/CandriaJS/karin-plugin-git/commit/76302e5b76c6991e2ddd2859f2fe7da4f77150f3)) +* **admin:** 添加设置访问令牌命令 ([624313c](https://github.com/CandriaJS/karin-plugin-git/commit/624313c8693e09a80fb32b0c969d951355b5afdc)) +* **platform:** 支持多平台仓库订阅与推送 ([0b07a08](https://github.com/CandriaJS/karin-plugin-git/commit/0b07a08a9217c76039ece11437355bb0c3db0c96)) +* **push:** 优化GitHub客户端配置与代理支持 ([8388872](https://github.com/CandriaJS/karin-plugin-git/commit/838887284005661cf37efaca5c46986bedbcd028)) +* **push:** 实现订阅仓库推送功能 ([6791730](https://github.com/CandriaJS/karin-plugin-git/commit/6791730cbfb8829a3636fd29e30ffd358ec95530)) +* **push:** 支持渲染 Markdown 格式的推送消息 ([dce90a7](https://github.com/CandriaJS/karin-plugin-git/commit/dce90a776ff055ab2dfb23137580ba59b486f2e9)) +* 增加github 仓库推送订阅功能 ([30bd417](https://github.com/CandriaJS/karin-plugin-git/commit/30bd41732f554c0723a735b1db4ab383cb99d982)) + + +### 🐛 错误修复 + +* **admin:** 限制添加仓库命令的权限为管理员 ([ee4fbfb](https://github.com/CandriaJS/karin-plugin-git/commit/ee4fbfb9fde8efa839e758ac875f129f2be450cc)) +* **commit:** 修复作者头像参数错误 ([a07509b](https://github.com/CandriaJS/karin-plugin-git/commit/a07509b987f3420d7a09d7727e318edd9065e371)) +* **commit:** 修复提交日期显示问题 ([734e76e](https://github.com/CandriaJS/karin-plugin-git/commit/734e76ede05d0246ede6e69bedcf4c36edc472ff)) +* **date:** 修复 dayjs 插件和语言包的导入路径 ([bd4b9df](https://github.com/CandriaJS/karin-plugin-git/commit/bd4b9df4684fbca7751ae5a868e345cbbc8dcbc6)) +* version ([3c24b09](https://github.com/CandriaJS/karin-plugin-git/commit/3c24b099b1e05d8f1829bfe8989baa7c68b3b32c)) + + +### 🔧 其他更新 + +* **package:** 移除未使用的 @biomejs/biome 依赖 ([bd4b9df](https://github.com/CandriaJS/karin-plugin-git/commit/bd4b9df4684fbca7751ae5a868e345cbbc8dcbc6)) +* 初始化仓库 ([cdd4336](https://github.com/CandriaJS/karin-plugin-git/commit/cdd433659521ae8bddc4dc6c788c0423c269333f)) + + +### ♻️ 代码重构 + +* **db:** 重构数据库结构以支持多平台推送 ([51dc6f5](https://github.com/CandriaJS/karin-plugin-git/commit/51dc6f5738dc47a419457316399d5f27bc57d500)) +* **help:** 重构帮助页面为静态资源渲染 ([f0e6b11](https://github.com/CandriaJS/karin-plugin-git/commit/f0e6b1197203927d7b5f88d7b5df2660e9338088)) +* **plugin:** 重构 Markdown 渲染逻辑 ([0980b71](https://github.com/CandriaJS/karin-plugin-git/commit/0980b71666d3845791a8a88eeca7c47de7a2af4f)) +* **project:** 重构项目结构并优化样式 ([ef3c54e](https://github.com/CandriaJS/karin-plugin-git/commit/ef3c54e37f35125a41a0ab6f7bf2647e7c3d95a0)) +* **push:** 重构仓库推送逻辑 ([4d8b521](https://github.com/CandriaJS/karin-plugin-git/commit/4d8b5215fdccdea1dff19b2a9507db1d28e7b71e)) + +## 变更日志 diff --git a/package.json b/package.json index f849725..d668921 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@candriajs/karin-plugin-git", - "version": "1.0.0", + "version": "1.1.0", "description": "一个karin的git平台仓库订阅推送", "keywords": [ "karin-plugin",