taskcafe/CHANGELOG.md
2020-09-02 20:40:56 -05:00

724 B

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

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