Skip to content

Releases: mark-pitblado/vikunja-tui

v0.2.0

23 Feb 16:21
237f881
Compare
Choose a tag to compare

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.

Added

  • Ability to add due dates to tasks from the task addition menu. The syntax is according to the ISO 8601 standard, without the time. For example due:2025-02-23. Future work may be done to support specific times.

v0.1.0

11 Nov 16:28
89a7074
Compare
Choose a tag to compare

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.

General

The application was published on crates.io as vikunja-tui.

Added

  • Ability to view tasks from any vikunja instance through a configuration file.
  • Ability to see task labels, priority, due date, and description for any task
  • Toggle between completed and uncompleted tasks using t.
  • Add a task. Supports adding a title, priority through quick add magic, and description.
  • Unit tests for the priority parser.