## [0.1.0] - 2025-04-06

### Added
- Initial project setup using Rust and GTK 4.
- Basic window layout created with:
  - A text entry field.
  - Buttons for "Add" and "Delete".
  - Task list using `gtk::ListBox`.
- Full UI structure implemented using GTK 4.
- Basic task addition and deletion logic in place.