Skip to content

v3.0.0

Choose a tag to compare

@nutteloost nutteloost released this 17 Jul 18:23

Todo Swipe Card v3.0.0

🎉 Major Release - No More Card-Mod Required! 🎉

This version has been completely rewritten from the ground up and no longer requires card-mod to be installed. The card now has its own built-in styling system, which means better performance and more reliable styling that won't conflict with other cards.

What This Means For You ✅

Your existing configuration will continue working exactly as before, but now with better performance and no external dependencies. You can uninstall card-mod if you were only using it for this card.

New Features ✨

  • Search Functionality: The add item input field now doubles as a search box when you type. Shows results like "Showing 1 of 5 results" as you search through your todo items. Enable it with enable_search: true in your configuration. (closes #7 )

New CSS Variables 🎨

The search functionality introduces new styling options:

  • --todo-swipe-card-search-counter-font-size: Font size for search results counter (default: 12px)
  • --todo-swipe-card-search-counter-color: Color of search results counter text

Important Notes 📝

Since this is a complete rewrite, there might be minor visual differences compared to the previous version. If you notice any issues or bugs, please report them on GitHub. For feature requests, feel free to open a feature request on the GitHub repository.