Skip to content

Releases: the1ts/todo.txt-plugins

v3.3.1 bash completion and other fixes for new style actions

24 Nov 12:27
Compare
Choose a tag to compare

bash completion was using old action names
new style actions moved to 100%
list unsorted action added

Full Changelog: v3.2.2...v3.3.1

v3.3.0

10 Jun 09:50
Compare
Choose a tag to compare

Complete move to single notes and enotes action with sub-actions and remove old specific single actions and stubs.
Documentation, Completions and Tests all updated to reflect removal of old methods

v3.2.2 - Bugfix notes action

10 May 18:07
127adbe
Compare
Choose a tag to compare

Bugfix: notes action fix, enotes variable in notes action.
Full Changelog: v3.2.1...v3.2.2

v3.2.1

05 May 18:43
Compare
Choose a tag to compare

v3.2.0 - New list unsorted action (lsu)

05 May 16:54
Compare
Choose a tag to compare
  • new list unsorted action (lsu)
  • various bash_completion fixes
    Full Changelog: v3.1.1...v3.2.0

Fixes for timetracker, bash_completion and tests driven

29 Jun 12:40
Compare
Choose a tag to compare
  • Make stub actions for enotes, notes and timetracker use the single two stage action
  • Fix Readme files to show deprecation of stub actions in the future
  • Bash_completion for new single two stage actions
  • Modernize timetracker logic and more complex bash v4 use over sed/awk/tr
  • Fix bash_completion tests

Full Changelog: v3.0.0...v3.1.1

Single notes and enotes actions

12 Jun 20:46
Compare
Choose a tag to compare
  • Rewrite of notes and enotes actions into single multi function actions
  • Snippet style actions for old naming scheme
  • Test suite for all actions

What's Changed

  • Merge Develop to master - Single Notes and Enotes actions by @the1ts in #17

Full Changelog: v2.4.2...v3.0.0

Sort notes lists

13 Jan 09:55
Compare
Choose a tag to compare
  • Different OS's giving different order on find for archived notes, added sort to fix this ordering issue.

Documentation Improvements

12 Jan 15:48
Compare
Choose a tag to compare
  • Improvements of documentation
  • Documentation Split per action
  • Makefile changes for documentation splits

Rewrite of many addons and moved to test driven

19 Dec 13:02
Compare
Choose a tag to compare

What's Changed

  • Rewrite of much logic to be simpler and easier to read
  • Move away from sed to bash search and replace.
  • Cleanup logic and usage function
  • Die function to control messaging on failed tests
  • Development moved to test driven

Full Changelog: v2.3.0...v2.4.0