Commit fcd7367
authored
V1.2.3 (#75)
* Add start date feature for tasks and enhance calendar settings
- Introduced a start date feature for tasks, allowing users to specify when a task becomes active. Tasks with future start dates will not appear in focus mode, and auto-scheduling respects these dates.
- Added visual indicators for upcoming tasks and a filter option to hide them in the task list view.
- Implemented a week start day setting in the Calendar Settings UI, enabling users to choose between Monday and Sunday.
- Expanded timezone options in user settings to provide a more comprehensive global list.
- Fixed various issues related to start date handling for recurring tasks and date display inconsistencies.
* Release version 1.2.3 with significant updates
- Introduced a task start date feature, allowing users to specify when tasks become active, with future dates hidden in focus mode.
- Added bulk resend invitations functionality and a "Resend Invitation" button for user management.
- Enhanced calendar settings with a week start day option and expanded timezone options.
- Fixed multiple issues related to all-day events in Google Calendar and Outlook, ensuring correct date handling and display.
- Updated sorting for waitlist entries and replaced Google Fonts CDN with a self-hosted font to improve build reliability.
- Removed outdated CLAUDE.md file and added a new task synchronization implementation plan document.1 parent 15e857f commit fcd7367
File tree
47 files changed
+1282
-172
lines changed- docs
- prisma
- migrations/20250319140154_add_task_start_date
- src
- app
- (common)
- auth/signin
- calendar
- setup
- (open)
- api
- calendar
- google
- events
- outlook/events
- tasks
- [id]
- components
- auth
- calendar
- settings
- setup
- tasks
- components
- lib
- auth
- commands/groups
- services/scheduling
- __tests__
- store
- types
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1282
-172
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
13 | 32 | | |
14 | 33 | | |
15 | 34 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | | - | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
20 | | - | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
26 | | - | |
27 | 21 | | |
28 | 22 | | |
29 | 23 | | |
| |||
0 commit comments