Skip to content

Releases: rlvoyer/mxtodo

v0.4.0

02 Mar 22:58
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.

[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

v0.3.0

18 Feb 04:14
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.

[Unreleased]

[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

v0.2.2

18 Feb 04:49
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.

[Unreleased]

[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

v0.2.1

06 Dec 00:54
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.

[Unreleased]

[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

v0.2.0

11 Oct 15:17
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.

[Unreleased]

[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

v0.1.3

21 Aug 01:05
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.

[Unreleased]

[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

v0.1.2

19 Aug 05:19
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.

[Unreleased]

[0.1.2] - 2021-08-18

Added

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

[0.1.1] - 2021-08-07

Added

  • handle due date parsing errors in mxtodo-create-todo

[0.1.0] - 2021-08-07

Added

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

v0.1.1

07 Aug 19:58
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.

[Unreleased]

[0.1.1] - 2021-08-07

Added

  • handle due date parsing errors in mxtodo-create-todo

[0.1.0] - 2021-08-07

Added

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

v0.1.0

07 Aug 17:46
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.

[Unreleased]

[0.1.0] - 2021-08-07

Added

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