File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A lightweight macOS app for displaying calendar and time
16
16
- [x] Custom menubar styles (default, text, date & time)
17
17
- [x] Dark mode
18
18
- [x] Localization (简体中文、English)
19
- - [x] Widget
19
+ - [x] Widget / KeyboardShortcut
20
20
- [x] SwiftUI / Async / Await
21
21
22
22
## Compatibility
@@ -31,6 +31,7 @@ A lightweight macOS app for displaying calendar and time
31
31
32
32
<img src =" assets/001.png " width =250 > <img src =" assets/002.png " width =250 >
33
33
34
+
34
35
- Settings - right click to show
35
36
36
37
<img src =" assets/003.png " width =250 > <img src =" assets/004.png " width =250 >
Original file line number Diff line number Diff line change 1
1
## 2.3.3 - 2024-01-05
2
2
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
+
3
11
### 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
6
14
7
15
### Changed
8
16
- Transition animations
19
27
20
28
### Changed
21
29
- Transition animations
22
- - Alert UI
30
+ - Alert View
23
31
24
32
---
25
33
## 2.3.1 - 2023-03-09
Original file line number Diff line number Diff line change 1
1
## 2.3.3 - 2024-01-05
2
2
3
+ ### Added
4
+ - 日历界面可通过键盘快捷键切换年月
5
+ - ⬅️:上一月
6
+ - ➡️:下一月
7
+ - ⬆️:上一年
8
+ - ⬇️:下一年
9
+ - 空格:今天
10
+
3
11
### Fixed
4
- - macOS 14 日历事件权限问题
5
- - macOS 14 小组件显示问题
12
+ - ** macOS 14** 日历事件权限问题
13
+ - ** macOS 14** 小组件显示问题
6
14
7
15
### Changed
8
16
- 过渡动画
You can’t perform that action at this time.
0 commit comments