Skip to content

Commit

Permalink
2.3.3
Browse files Browse the repository at this point in the history
Update Changelogs
  • Loading branch information
ZzzM committed Jan 4, 2024
1 parent aa23fec commit 43e3070
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A lightweight macOS app for displaying calendar and time
- [x] Custom menubar styles (default, text, date & time)
- [x] Dark mode
- [x] Localization (简体中文、English)
- [x] Widget
- [x] Widget / KeyboardShortcut
- [x] SwiftUI / Async / Await

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

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


- Settings - right click to show

<img src="assets/003.png" width=250> <img src="assets/004.png" width=250>
Expand Down
14 changes: 11 additions & 3 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## 2.3.3 - 2024-01-05

### Added
- Calendar View can be changed by keyboard shortcuts
- ⬅️: Last month
- ➡️: Next month
- ⬆️: Last year
- ⬇️: Next year
- Space: Today

### Fixed
- macOS 14 calendar event permission issues
- macOS 14 widget display issues
- **macOS 14** calendar event permission issues
- **macOS** 14 widget display issues

### Changed
- Transition animations
Expand All @@ -19,7 +27,7 @@

### Changed
- Transition animations
- Alert UI
- Alert View

---
## 2.3.1 - 2023-03-09
Expand Down
12 changes: 10 additions & 2 deletions changelogs/CHANGELOG_SC.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## 2.3.3 - 2024-01-05

### Added
- 日历界面可通过键盘快捷键切换年月
- ⬅️:上一月
- ➡️:下一月
- ⬆️:上一年
- ⬇️:下一年
- 空格:今天

### Fixed
- macOS 14 日历事件权限问题
- macOS 14 小组件显示问题
- **macOS 14** 日历事件权限问题
- **macOS 14** 小组件显示问题

### Changed
- 过渡动画
Expand Down

0 comments on commit 43e3070

Please sign in to comment.