You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release addresses critical bugs with project and subtask functionality, ensuring proper field mapping support and expanding project filtering capabilities.
4
+
5
+
## New Features
6
+
7
+
### Project Property Filter Support
8
+
9
+
- Added property-based filtering for project picker dropdown
10
+
- Configure projects to appear in picker based on frontmatter properties (e.g., `type: project`)
11
+
- Complements existing folder and tag filtering options
12
+
-*Thanks to @aubreyz for requesting this feature enhancement (#660)*
13
+
14
+
## Bug Fixes
15
+
16
+
### Project/Subtask Field Mapping
17
+
18
+
- Fixed project and subtask functionality not working when users customize project field names
19
+
- ProjectSubtasksService and MinimalNativeCache now properly respect user field mapping configuration
20
+
- Resolves issue where hardcoded 'projects' field lookup ignored custom field mappings
21
+
-*Thanks to @JD2026 (#674), @anareaty, (#674) and @Volker-brdb (#672) and for reporting these subtask display issues*
22
+
23
+
### Test Infrastructure
24
+
25
+
- Added missing test mocks for `isTaskUsedAsProjectSync` and `formatDateForStorage` functions
26
+
- Ensures test suite stability for project-related functionality
0 commit comments