Skip to content

Releases: mark-pitblado/vikunja-tui

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.