diff --git a/changelog/en-US.md b/changelog/en-US.md index 771415d..338a241 100644 --- a/changelog/en-US.md +++ b/changelog/en-US.md @@ -2,6 +2,23 @@ ## [Unreleased] +## [0.12.4] - 2024-09-22 + +### Added + +- Dark mode +- Window size and position will be saved +- New version release will be displayed in the status bar + +### Changed + +- Remove window size limit +- `Active Calendar` removes width limit and will change with width + +### Removed + +- `Moment` related pages have been removed + ## [0.12.3] - 2024-09-12 ### Added diff --git a/changelog/zh-CN.md b/changelog/zh-CN.md index 6798f5d..a4d48f9 100644 --- a/changelog/zh-CN.md +++ b/changelog/zh-CN.md @@ -2,6 +2,23 @@ ## [Unreleased] +## [0.12.4] - 2024-09-22 + +### 新增 + +- 深色模式 +- 窗口大小、位置将被保存 +- 新版本发布将会显示在状态栏 + +### 变更 + +- 解除窗口大小限制 +- `活跃状态日历`解除宽度限制,将会随宽度变化而改变 + +### 移除 + +- `瞬间`相关页面已被移除 + ## [0.12.3] - 2024-09-12 ### 新增 diff --git a/package.json b/package.json index 0529213..9603cb4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shion", "type": "module", - "version": "0.12.3", + "version": "0.12.4", "private": true, "license": "GPL-3.0-only", "scripts": {