Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.23 KB

File metadata and controls

45 lines (37 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial versioning system setup
  • Automated changelog generation
  • Semantic versioning implementation

[0.1.0] - 2025-09-21

Added

  • Complete TaskManager application
  • User authentication system
  • Task management with priorities and categories
  • Calendar integration with multiple views
  • Mobile-optimized interface
  • Dark/Light theme support
  • Advanced filtering and search
  • Real-time task updates
  • Responsive design for all devices

Features

  • Task creation, editing, and deletion
  • Task completion tracking
  • Priority and category management
  • Calendar views (monthly, weekly, mobile-optimized)
  • Task filtering by status, priority, category
  • User profile management
  • Secure authentication with JWT tokens
  • Refresh token mechanism

Technical

  • ASP.NET Core backend with Entity Framework
  • React TypeScript frontend
  • MySQL database
  • JWT authentication
  • RESTful API design
  • Mobile-first responsive design
  • Modern UI/UX with Framer Motion animations