Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@rlvoyer rlvoyer released this 02 Mar 22:58
· 1 commit to main since this release

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]

[0.4.0] - 2024-03-02

  • fix bug in todo tag serialization
  • ensure version-specific searcher module

[0.3.0] - 2024-02-17

  • enable tagging of todos
  • sort completed todos by completion date

[0.2.2] - 2022-02-17

  • make links styled and clickable
  • fix issue with native searcher module installation
  • add tracking for todo completion date
  • enable showing only completed items

[0.2.1] - 2021-12-05

  • fixed downloading of searcher native module release artifact
  • fixed release script

[0.2.0] - 2021-10-11

  • replaced use of ripgrep and jq via shell command from elisp with ripgrep-backed native module
  • reverted to using ts timestamps for all time fields

[0.1.3] - 2021-08-20

  • fixed bug affecting todo creation
  • added a release script

[0.1.2] - 2021-08-18

  • added logic to ensure that note file has not been modified since last write before updating

[0.1.1] - 2021-08-07

  • improved handling of due date parsing errors in mxtodo-create-todo

[0.1.0] - 2021-08-07

  • added this CHANGELOG file
  • added initial README
  • added basic functionality for listing and managing Markdown TODOs