@@ -23,61 +23,3 @@ Example:
2323```
2424
2525-->
26-
27- ## Added
28-
29- - (#1520 ) Tag and Context fields in Edit Task modal now show all available suggestions immediately on focus
30- - Previously required typing at least one character before suggestions appeared
31- - Already-selected values are excluded from the suggestion list
32- - Thanks to @Glint-Eye for the suggestion
33-
34- - (#1506 ) Added setting to configure the default color for new timeblocks
35- - New color picker in Settings > Features > Timeblocking
36- - Previously hardcoded to indigo (#6366f1); now user-configurable
37- - Thanks to @phillipadsmith for the suggestion
38-
39- ## Fixed
40-
41- - (#1456 ) Fixed inline tasks jumping visually when marked as completed
42- - Removed scale transformation from the entrance animation to prevent distracting movement on status change
43- - Thanks to @3zra47 for reporting
44-
45- - (#1364 ) Fixed auto-stop time tracking not triggering when completing recurring task instances
46- - The auto-stop logic now detects when ` complete_instances ` grows, not just status changes
47-
48- - (#1465 ) Fixed all-day events synced to Google Calendar receiving wrong notification time
49- - All-day events now use Google Calendar's configured all-day notification defaults instead of a minutes-based reminder
50-
51- - (#1470 ) Fixed cursor showing as default instead of pointer on interactive elements
52- - Added ` pointer ` fallback to all 91 ` var(--cursor) ` declarations across 19 CSS files
53-
54- - (#1491 ) Fixed boolean property values being quoted as strings in Bases filter generation
55- - When using a boolean property (e.g. ` tasknote: true ` ) for task identification, the filter now emits unquoted booleans
56- - Thanks to @denisgorod for reporting
57-
58- - (#1494 ) Fixed Kanban swimlane resetting to "None" on initial load and after navigation
59- - Formula-based swimlane properties (e.g. dueDateCategory) were not computed before the first render
60- - Added formula computation to KanbanView, matching the existing pattern in TaskListView
61- - Thanks to @tnguyen2018 for reporting
62-
63- - Fixed [ mdbase-spec] ( https://mdbase.dev ) type definition generation not triggering when settings change
64- - Improved generated ` _types/task.md ` to use proper multi-line YAML format with field descriptions
65-
66- - (#1555 ) Fixed "Folder already exists" error when creating tasks or converting inline tasks
67- - Used adapter filesystem check instead of in-memory cache for folder existence
68- - Thanks to @jkune5 for reporting
69-
70- - (#1532 ) Fixed expanded task modal buttons being cut off when content exceeds viewport height
71- - Thanks to @willfanguy for reporting
72-
73- - (#1542 ) Fixed declined and cancelled events from ICS calendar subscriptions appearing in calendar view
74- - Events with ` STATUS:CANCELLED ` or an attendee ` PARTSTAT=DECLINED ` are now filtered out
75-
76- - (#1556 ) Fixed completion-based recurring tasks not rescheduling when INTERVAL exceeds 30 (DAILY) or ~ 12 (WEEKLY)
77- - The look-ahead window for finding the next occurrence now scales with the INTERVAL value
78- - Thanks to @kazerniel for reporting
79-
80- - (#1501 ) Fixed Google/Microsoft Calendar event colors not showing in agenda/list view
81- - Per-event and calendar-level colors now display correctly in the list view, matching grid view behavior
82- - Added today indicator highlighting to list view day headers, respecting the "Show Today Highlight" setting
83- - Thanks to @Robubble for the suggestion
0 commit comments