Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 789 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 789 Bytes

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.

[Unreleased]

Added

  • Task sorting & filtering
  • Redesigned the Task Details UI
  • Implement task group actions (duplicate/delete all tasks/sort)

Fixed

  • removed CORS middleware to fix security issue
  • Added 3 retries with backoff to initial database connection (#47)
  • Can now actually set a due date

[0.1.1] - 2020-08-21

Fixed

  • fix panic(nil) when loading config if config file actually exists

[0.1.0] - 2020-08-21

Added

  • first "stable" alpha release