Releases: the1ts/todo.txt-plugins
Releases · the1ts/todo.txt-plugins
v3.3.1 bash completion and other fixes for new style actions
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
v3.2.2 - Bugfix notes action
Bugfix: notes action fix, enotes variable in notes action.
Full Changelog: v3.2.1...v3.2.2
v3.2.1
- Fix one missed eval of our_cmd
Full Changelog: v3.2.0...v3.2.1
v3.2.0 - New list unsorted action (lsu)
- 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
- 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
- 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
Full Changelog: v2.4.2...v3.0.0
Sort notes lists
- Different OS's giving different order on find for archived notes, added sort to fix this ordering issue.
Documentation Improvements
- Improvements of documentation
- Documentation Split per action
- Makefile changes for documentation splits
Rewrite of many addons and moved to test driven
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