Skip to content

20260814.1

Choose a tag to compare

@psym88 psym88 released this 14 Aug 19:51
· 7 commits to main since this release

Added

  • Added Home Assistant templates and native Markdown rendering to task descriptions, including live updates for referenced entities.
  • Added template-based problem triggers with optional static or Jinja-rendered error messages, typed problem history entries, and a current error display.
  • Added an entity helper that generated a problem-condition template from a selected binary sensor.
  • Added a task copy action that opened a new prefilled task without copying due state, history, files, or NFC assignment.

Changed

  • Unified binary-sensor and template problem triggers around Home Assistant condition and message templates with consistent status reporting across the task list, editor, and viewer.
  • Reopened unresolved problem tasks immediately after completion when their condition remained true and rendered a fresh message for each incident.
  • Improved template preview, validation, runtime refresh, popup update, and history-loading behavior.
  • Task notifications now used the task name as the title and combined the captured problem message with the currently rendered task description.
  • Expanded the problem-sensor documentation with explained condition examples, trigger-time message behavior, and updated light and dark screenshots.

Fixed

  • Excluded paused tasks from due-date filters and prevented sidebar table popovers from being clipped.
  • Reported invalid conditions and missing, unavailable, or unknown binary sensors, including for paused tasks.
  • Fixed stale problem-trigger warnings and stale incident messages after reloads, corrections, or task completion.
  • Collapsed expandable sections no longer exposed hidden contents, and action menus restored focus after being closed with Escape.