Skip to content

Commit 43e3070

Browse files
committed
2.3.3
Update Changelogs
1 parent aa23fec commit 43e3070

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A lightweight macOS app for displaying calendar and time
1616
- [x] Custom menubar styles (default, text, date & time)
1717
- [x] Dark mode
1818
- [x] Localization (简体中文、English)
19-
- [x] Widget
19+
- [x] Widget / KeyboardShortcut
2020
- [x] SwiftUI / Async / Await
2121

2222
## Compatibility
@@ -31,6 +31,7 @@ A lightweight macOS app for displaying calendar and time
3131

3232
<img src="assets/001.png" width=250> <img src="assets/002.png" width=250>
3333

34+
3435
- Settings - right click to show
3536

3637
<img src="assets/003.png" width=250> <img src="assets/004.png" width=250>

changelogs/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
## 2.3.3 - 2024-01-05
22

3+
### Added
4+
- Calendar View can be changed by keyboard shortcuts
5+
- ⬅️: Last month
6+
- ➡️: Next month
7+
- ⬆️: Last year
8+
- ⬇️: Next year
9+
- Space: Today
10+
311
### Fixed
4-
- macOS 14 calendar event permission issues
5-
- macOS 14 widget display issues
12+
- **macOS 14** calendar event permission issues
13+
- **macOS** 14 widget display issues
614

715
### Changed
816
- Transition animations
@@ -19,7 +27,7 @@
1927

2028
### Changed
2129
- Transition animations
22-
- Alert UI
30+
- Alert View
2331

2432
---
2533
## 2.3.1 - 2023-03-09

changelogs/CHANGELOG_SC.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
## 2.3.3 - 2024-01-05
22

3+
### Added
4+
- 日历界面可通过键盘快捷键切换年月
5+
- ⬅️:上一月
6+
- ➡️:下一月
7+
- ⬆️:上一年
8+
- ⬇️:下一年
9+
- 空格:今天
10+
311
### Fixed
4-
- macOS 14 日历事件权限问题
5-
- macOS 14 小组件显示问题
12+
- **macOS 14** 日历事件权限问题
13+
- **macOS 14** 小组件显示问题
614

715
### Changed
816
- 过渡动画

0 commit comments

Comments
 (0)