Skip to content

1.2.9.4

Latest

Choose a tag to compare

@Vlad3Design Vlad3Design released this 22 Jul 07:59
· 3 commits to main since this release
30c1e66

[1.2.9.4] - 2025-07-22

Added

  • Reminder Reordering
    • Reminders can now be reordered using ↑↓ arrow buttons, identical to the system for tasks and habits
    • Buttons are automatically disabled for the first/last active reminder
    • Drag-and-drop remains as a fallback option
  • Custom Habit Color
    • You can now pick any custom color for a habit using a color picker, both when adding and editing habits. If you are not satisfied with the preset colors, simply choose your own!

Fixed

  • Delete Confirmation Modal
    • The confirmation popup for deleting a reminder now closes instantly after confirming, just like for tasks and habits

Technical

  • Added functions: moveReminderUp(), moveReminderDown(), setupRemindersReordering()
  • New CSS styles for .reminder-reorder, .reminder-move-up, .reminder-move-down (identical to tasks/habits)
  • deleteReminder is now async for consistency and better UX

Changed

  • Task Addition Order
    • New tasks are now added at the top of the list (first), instead of at the end, for a more intuitive workflow