Skip to content

v1.6.1

Choose a tag to compare

@nutteloost nutteloost released this 26 May 13:00
f22c744

Todo Swipe Card v1.6.1

New Features ✨

  • Added Per-List Item Sorting:
    • Users can now configure the display order of items within each individual todo list.
    • New display_orders configuration option and corresponding UI in the visual editor.
    • Supported sort modes, passed directly to the underlying todo-list card:
      • Default (no specific sorting by this card, uses underlying todo-list default)
      • Alphabetical (Ascending/Descending)
      • Due Date (Ascending/Descending)

Improvements 🛠️

  • Enhanced Text Readability:
    • Fixed Text Truncation: Todo list items with long text now correctly wrap to multiple lines instead of being cut off.
    • Improved Multiline Item Layout: Better vertical alignment of checkboxes and text, especially for items that span multiple lines (e.g., those with due dates), ensuring a cleaner presentation.
    • Styling for Due Dates: Added specific styling for due date text within list items for better visual distinction.

Bug Fixes 🩹

  • Fixed Due Date Item Misalignment: Resolved an issue where list items containing a due date were misaligned compared to other items in the list. (closes #2 )