TaskNotes 3.25.2
Fixed
-
(#857) Fixed Mini Calendar opening previous day's daily note when clicked
- Affects users in negative UTC offset timezones (Americas, Pacific)
- Thanks to @tsweezy for reporting
-
(#871) Fixed Bases Kanban drag-and-drop updating wrong property when grouped by custom fields
- Added support for both Bases 1.10.0+ format (
{property: string, direction: string}
) and legacy string format - Note: GroupBy is not exposed in the Bases public API (
config.get('groupBy')
returns undefined) - Known limitation: When grouping by projects, Bases groups by literal wikilink strings, not resolved file paths
- Tasks with different wikilink formats pointing to the same project file will appear in separate columns
- Example:
[[Project]]
,[[path/to/Project]]
, and[[Project|Alias]]
create separate columns - This differs from native TaskNotes Kanban which resolves all wikilinks to absolute paths
- Thanks to @kmaustral for reporting
- Added support for both Bases 1.10.0+ format (
Added
- Added date navigation configuration for Bases calendar views
- Hardcoded date option: Set a specific date (YYYY-MM-DD format) for the calendar to display on load
- Property-based navigation: Automatically navigate to dates from filtered note properties
- Three navigation strategies: First result, Earliest date, or Latest date
Changed
- Release notes now bundle all versions from current and previous minor series with collapsible sections
- Added setting to disable automatic release notes display after updates