diff --git a/changelog/en-US.md b/changelog/en-US.md index a82f4be..b65e000 100644 --- a/changelog/en-US.md +++ b/changelog/en-US.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [0.11.12] - 2024-06-27 + +### Changed + +- Add autostart delay + +### Fixed + +- `Overview` active status calendar with diary cannot switch date + ## [0.11.11] - 2024-06-25 ### Added diff --git a/changelog/zh-CN.md b/changelog/zh-CN.md index 4403d6b..f9138dd 100644 --- a/changelog/zh-CN.md +++ b/changelog/zh-CN.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [0.11.12] - 2024-06-27 + +### 变更 + +- 增加开机启动延迟 + +### 修复 + +- `总览`活跃状态日历带日记一格无法切换日期 + ## [0.11.11] - 2024-06-25 ### 新增 diff --git a/package.json b/package.json index 378087b..8f5bfe7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shion", "type": "module", - "version": "0.11.11", + "version": "0.11.12", "private": true, "license": "GPL-3.0-only", "scripts": {