Releases: avanderw/todo
Releases · avanderw/todo
v2021-08-02.11.03
[v2021-08-02.11.03] (Maintenance release)
Released on 2021-08-02
Fixed
- Fix update command to use current jar last modified date in comparison
[v21.05.14] Performance release
[v21.05.14] (Performance release)
Released on 2021-05-14
Added
- Add update feature
- Add notes extension
- Add 'now' usage for date filtering
- Add --since alias to --after date mixin
- Add relative date manipulation e.g. --before due:+1w
- Add plan selector with numeric mapper for sorting
- Add recur post done addon
- Add list --projects functionality
- Add new command 'todo status...' to show other known lists
Changed
- Change library versions
- Change dependency injection to dagger
- Change date --before to be exclusive and --after to be inclusive
- Change date filter to collapse the options
- Change color scheme to be more simple
- Change recur to handle 'rec:ask' field
- Change link command to dependency
- Change browse to handle --directory option
- Change ls to limit with '--top' option
- Change 'sort --func' to 'sort --by'
- Change 'todo do' to use boolean filters
- Change moscow to inform on what the enum numeric values are
- Change replace to update done.txt as well
- Change status to list number priority items
- Change 'sort --func' description to give an example function
Removed
- Remove change extension
- Remove maven modal dependency
- Remove commons-math3 dependency
- Remove explore command, use browse instead
Fixed
- Fix init not creating a local folder when the global folder exists
- Fix post done recur addon not changing addition date
- Fix 'todo do' completing parked, removed and done items
- Fix moscow not displaying any output when the selection is empty
v3.0.0 (Test release)
This is a test release created for the purpose of testing the update command.