Releases: Inter-Raptor/raptor-todo-hub-card
Releases · Inter-Raptor/raptor-todo-hub-card
Release list
v0.1.2 – Sorting + due date + empty list color
✅ 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"v0.1.1 – UI internationalization (FR / EN)
✨ Improvements
- Full internationalization support for UI labels
- Language selection via
language: fr/language: en - Remove hardcoded UI strings (Add, Active, Completed, subtitle, etc.)
🧩 Notes
- Task titles and data are not translated (UI only)
- No breaking changes
v0.1.0
First public release of Raptor Todo Hub Card 🎉
- Multi-list todo hub (grocery, home, work, etc.)
- Tabs with progress bar and per-list color mode
- Category chips under the input field (auto-tagging)
- Auto-remove completed tasks after a delay (per list)
- Responsive layout for mobile dashboards
v1.0.1 – Mobile tap fix
Fixes
- Fix tap behavior on mobile (short tap to complete an item now works reliably).
- Prevent small tab “jump” when switching between lists.
- Keep long-press delete behavior as before (confirmation dialog).
Raptor Todo Hub Card v1.0.0
Raptor Todo Hub Card v1.0.0
First public release of Raptor Todo Hub Card – a multi-list todo hub for Home Assistant.
✨ Features
- One card, multiple
todo.*lists (grocery, house chores, personal tasks, etc.) - Per-list presets:
grocery– supermarket sections (fruits, bakery, frozen, drinks, hygiene, etc.)urgency–#urg,#soon,#norm,#long,#noduewith late color rulesrooms– house rooms (#salon,#cuisine,#sdb,#wc,#bureau, etc.)timeframe– when to do it (#today,#week,#2w,#month,#year, …)
- Category chips under the input field
→ click to auto-add the short tag when creating a new task. - Optional
default_categoryper list.
🎨 UI & colors
- Tabs for each list with:
- Done / total counter
- Progress bar with configurable colors
tab_color_mode:progress|severity|mixed
- Per-list
color_mode:category– colors based on the selected category/preseturgency_age– colors based on due date + presetmax_days
- Category pill on each task (label + color).
- Active tab highlighted with a thicker border and shadow.
🧠 Smart behaviour
- Auto-remove completed tasks after a per-list delay
→auto_remove_completed_seconds
→ delay & start time stored in the summary with#rtrm(start,delay)
→ still works after HA restarts / reloads / other devices. - Click on the item icon to toggle between active / completed.
- Long-press on an item to manually delete it, with confirmation dialog.
🌍 Languages
- Built-in labels for EN / FR / DE / ES.
- Presets are localized (category names per language).
languageoption:"en"(default),"fr","de","es".
🔧 Requirements
- Home Assistant with the
todointegration. - Custom card loaded via HACS or
resources::url: /hacsfiles/raptor-todo-hub-card/raptor-todo-hub-card.js type: module Thanks for trying Raptor Todo Hub Card 💚
Issues & feature requests welcome on GitHub!