Tags

Tags give the ability to mark specific points in history as being important
  • 0.1.1

    Release: v0.0.1
    ## [0.1.1] - 2025-04-17
    
    ### Added
    - Initial navigation system between views.
    
    ### Changed
    - Refactored the data layer for better separation of concerns.
    - Introduced repository abstractions as an intermediary between data logic and the user interface (UI).
  • 0.1.0

    Release: v0.1.0
    ## [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.