Skip to content

Releases: gensyn/task_tracker

v1.7.1

Choose a tag to compare

@gensyn gensyn released this 24 Jun 08:27

What's Changed

Small fix for an issue where todo list items would appear for tasks that are still done because they are dependent on another task.

Full Changelog: v1.7.0...v1.7.1

v1.7.0

Choose a tag to compare

@gensyn gensyn released this 08 Jun 13:00

What's Changed

  • Introduced Due Dependencies to the options. You can now add other tasks as dependencies to a task; the dependend task will then not be in a more urgent state than the dependency. States from least to most urgent: done, due_soon, due. This is useful if you have a non-critical task you always want to do together with another task.

Full Changelog: v1.6.1...v1.7.0

v1.6.1

Choose a tag to compare

@gensyn gensyn released this 05 May 13:30
e6d8d4e

What's Changed

  • fix: date display off-by-one for users west of UTC by @Copilot in #46

Full Changelog: v1.6.0...v1.6.1

v1.6.0

Choose a tag to compare

@gensyn gensyn released this 04 May 13:25
c646014

What's Changed

  • Bump pytest-homeassistant-custom-component from 0.13.324 to 0.13.325 by @dependabot[bot] in #41
  • Fix off-by-one date bug for users in timezones ahead of UTC by @Copilot in #42
  • feat: Show area, tags, and HA labels on task cards (opt-in) by @Copilot in #44

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@gensyn gensyn released this 22 Apr 10:55
ba703b1

What's Changed

The task modes "Every Nth day of the month", "Every Nth weekday of the month" and "N days before month end" now allow to set a month interval. This way you can schedule monthly, quarterly, yearly etc. tasks. Existing tasks are migrated to a month interval of 1, which can be changed in the entry's options.

  • Add configurable month interval to monthly repeat_every modes by @Copilot in #39

Full Changelog: v1.4.1...v1.5.0

v1.4.1

Choose a tag to compare

@gensyn gensyn released this 17 Apr 08:35
1842311

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@gensyn gensyn released this 15 Apr 10:05
04f69fb

What's Changed

Added four new repeat modes for schedule based tasks.

All changes

  • Added dependabot and bug report template by @gensyn in #27
  • Bump pytest-homeassistant-custom-component from 0.13.318 to 0.13.320 by @dependabot[bot] in #28
  • Add sort by name / due date (asc/desc) to the task panel by @Copilot in #26
  • Auto-update Docker and act in run_workflows_locally.sh by @Copilot in #30
  • Make panel header bar sticky by @Copilot in #29
  • Bump pytest-homeassistant-custom-component from 0.13.320 to 0.13.322 by @dependabot[bot] in #31
  • Bump pytest-homeassistant-custom-component from 0.13.322 to 0.13.323 by @dependabot[bot] in #34
  • Add repeat_every (fixed-schedule) mode with guided multi-step flow alongside existing repeat_after (completion-coupled) mode by @Copilot in #33
  • Remove mode selector from repeat_after options flow by @Copilot in #35

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@gensyn gensyn released this 26 Mar 11:17
f03bbb8

What's Changed

  • Redesign card and panel to match SSH Docker visual style
  • Rename "Todo list offset" to "Due soon" and add due_soon sensor state

Full Changelog: v1.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@gensyn gensyn released this 13 Mar 07:41
fa6ec07

Bugfix

On mobile, the new panel would hide the hamburger menu, making it impossible to switch to a different dashboard.

v1.2.0

Choose a tag to compare

@gensyn gensyn released this 12 Mar 11:55

New feature

The integration now adds a panel to the sidebar that shows all tasks in one place, without needing to manually add the cards to a dashboard. The panel also supports filtering the tasks by state.