Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@mark-pitblado mark-pitblado released this 11 Nov 16:28
· 2 commits to main since this release
89a7074

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.