Skip to content

v0.1.2 – Sorting + due date + empty list color

Latest

Choose a tag to compare

@Inter-Raptor Inter-Raptor released this 28 Dec 11:52
aa782e8

✅ v0.1.2

✨ New

  • Per-list task sorting with sort_by:
    • none (default)
    • due (sort by real HA due date)
    • urgency (sort by urgency tags: URGENT → SOON → NORMAL → LONG TERM → NO DUE)
  • Due date badge on items: show_due_date: true (only if the item has a due date)
  • Neutral empty-list color: empty_list_color (prevents empty lists from showing as “0% / red”)

🖼️ Docs / Demo

  • README updated with the new options + explanations
  • New demo GIF added: trieetcomplTODO.gif

🔧 Example

lists:
  - entity: todo.taches_myriam_demo
    preset: urgency
    sort_by: urgency
    show_due_date: true
    empty_list_color: "#9ca3af"