TaskNotes 4.9.0
Security
- (#1923) Restricted the HTTP API server to loopback and limited browser CORS access to loopback origins.
- Thanks to @martin-forge for reporting.
Added
- (#1932) Added middle-click support for opening task cards in a new tab.
- Thanks to @imsuck for the request.
Fixed
- (#1934) Fixed custom priority colors being overridden by default task-card priority styles in views.
- Thanks to @KittehBit for reporting.
- (#1933) Added the note path to fallback frontmatter parse warnings so malformed task YAML is easier to find.
- Thanks to @rayvermey for reporting.
- (#1931) Made the Pomodoro task chooser open from cached task data and ignore repeated clicks while it is already opening.
- Thanks to @sumiyalairu03 for reporting.
- (#1930) Fixed starting the Pomodoro timer from its hotkey without starting time tracking for the selected Pomodoro task.
- Thanks to @sumiyalairu03 for reporting.
- (#1929) Fixed the bottom Relationships widget overlapping embedded content such as Bases/Kanban views in task notes.
- Thanks to @rchaklashiya for reporting and following up with the embed case.
- (#1922) Restored the native color picker alongside manual color text entry in Create/Edit Timeblock fields.
- Thanks to @AndreMonthy for reporting.
- (#1921) Fixed direct frontmatter edits to lifecycle-relevant task fields not triggering Google Calendar sync or auto-archive side effects.
- Thanks to @martin-forge for reporting and verifying the direct-edit reproduction.
- (#1919) Fixed the Pomodoro view rapidly resizing at certain sidebar sizes.
- Thanks to @RumiaKitinari for reporting.
- (#1898, #1907) Fixed Calendar time labels shifting into the middle of Day and sidebar calendar grids after switching views.
- Thanks to @ddevaal for reporting and confirming the regression, and to @kmaustral for confirming the sidebar case in 4.8.1.
- (#1936) Added a Calendar Base drag/drop resolution option so events can snap to smaller increments than the visible time slot grid.
- Thanks to @benmartinek for suggesting this.
- Improved mobile task cards, inline widgets, modals, and settings layouts so dense controls and long labels fit more comfortably on small screens.
- (#1916) Fixed Markdown task links using Obsidian's generated filename label instead of the TaskNote title in the task link overlay.
- Thanks to @minchinweb for reporting.
- (#1911) Fixed recurrence choices starting from today instead of the selected calendar date when creating a task from Calendar view.
- Thanks to @mikhailmarka for reporting.
- (#1912) Fixed "Create subtask" pre-filling the parent task's full folder path in the Projects field instead of using the normal Obsidian link text.
- Thanks to @pkuehne for reporting and @benmartinek for confirming.