Application Changelog

DateChangeVersion
2025-05-17Implemented task sorting options (by Due Date, Creation Date, Priority, Description).1.4.0
2025-05-17Added sort dropdown to user interface.1.4.0
2025-05-17Implemented responsive design for improved usability on all devices.1.3.0
2025-05-17Enhanced error handling and user feedback with styled, auto-hiding messages.1.3.0
2025-05-17Centralized user-facing messages in JavaScript for better maintainability.1.3.0
2025-05-17Implemented Task Prioritization (High, Medium, Low).1.2.0
2025-05-17Tasks can be added and edited with priority.1.2.0
2025-05-17Tasks list now visually indicates priority and sorts by it.1.2.0
2025-05-17Implemented 'Edit Existing Tasks' functionality (description and due date).1.1.0
2025-05-17Added 'Edit' button to each task item.1.1.0
2025-05-17Created `edit_task.php` for backend task updates.1.1.0
2025-05-17Enhanced `script.js` for inline editing UI (save/cancel).1.1.0
2025-05-17Added CSS styles for task editing mode.1.1.0
2025-05-17Created dedicated `changelog.php` page to display version history.1.1.0
2025-05-17Styled `changelog.php` with a retro table format.1.1.0
2025-05-17Linked `changelog.php` from the footer.1.1.0
2025-05-17Initial functional To-Do List application created.1.0.0
2025-05-17Features: Add, complete/undo, and delete tasks.1.0.0
2025-05-17Tasks stored in MySQL database.1.0.0
2025-05-17Dynamic UI updates using JavaScript and AJAX.1.0.0
2025-05-17Implemented version display in footer.1.0.0
2025-05-17Dynamic year calculation for footer.1.0.0