TaskNotes 4.8.1
Fixed
- (#1903) Improved the Edit Task modal on iPhone-sized screens so opening a task no longer automatically focuses the title field, and the mobile layout gives the title, fields, and action buttons more usable space.
- Thanks to @3zra47 for reporting the issue and sharing the screen recording.
- (#1909) Fixed compact Kanban task cards showing oversized status and priority indicators on touch devices.
- Thanks to @pxxush for reporting the issue.
- (#1908) Restored newly generated Calendar Bases to show the full day by default and inherit the calendar start/end settings instead of hard-coding 06:00-22:00.
- Thanks to @AndreMonthy for the report.
- (#1907) Fixed calendar time labels drifting away from the left axis in narrow sidebar calendar views.
- Thanks to @kmaustral for reporting the issue.
- (#1906) Fixed NLP priority shortcuts leaving partial text in task titles when custom priority values include words like
highorlow.- Thanks to @RumiaKitinari for reporting the issue.
- (#1904, #1905) Fixed long tags in task cards wrapping instead of forcing horizontal scrolling in TaskNotes Bases views and note cards.
- Long tag pills can now wrap across lines and break within very long tag names on narrow screens.
- Thanks to @3zra47 for reporting the issue and to @zhouzhou626 for the contribution.
- (#1901) Fixed the task context menu creating an
undefinedproperty when adding or removing tags.- Hardened task property updates so invalid frontmatter property names are rejected instead of written.
- Thanks to @mgrecar for reporting the issue.
- (#1902) Fixed Markdown-style project links in task frontmatter not appearing as subtasks on project pages.
- Thanks to @minchinweb for reporting the issue.
Changed
- Improved the internal structure around service notifications, vault writes, and shared utilities to make future fixes easier to test and maintain.