Skip to content

Release v0.1.0

Latest

Choose a tag to compare

@ChiR24 ChiR24 released this 21 Apr 13:43
· 9 commits to main since this release

Changelog

0.1.0 - 2025-04-21

Added

  • Initial release
  • User authentication with Supabase
  • Task management (create, read, update, delete)
  • Task status tracking (pending, completed)
  • Task categories (Work, Personal, Shopping, Health, Education, Finance, Other)
  • Task priorities (Low, Medium, High)
  • Due dates for tasks
  • Task filtering by status, category, and priority
  • Task sorting by creation date, due date, priority, or alphabetically
  • Modern dark UI with yellow accent colors
  • Responsive design for web and mobile
  • Cross-platform support (Web and Android)
  • Real-time updates
  • Data persistence with Supabase
  • Clean architecture and comprehensive documentation