Releases: gammons/ultralist
Releases · gammons/ultralist
Release 0.7
Release 0.6
The biggest change is that you can now edit todos straight from the command line. It maintains backwards compatibility with how it previously functioned as well:
todolist e 25 due tom
- Updates due date, but leaves subject alonetodolist e 25 visit dad due tom
- Updates due date and subjecttodolist e 25 visit dad
- Updates subject, but leaves due date alone
Other notable changes:
CompletedDate
is now stored for completed todos, in .todos.json. Credit: @ingorichter- Inspiration for editing todos C/O @mikezter
- Better support + documentation for running todolist in Docker Credit: @mikezter
- support for
due last week
, Credit: @initrd
Release 0.5.3
- Fix issue where the web view would not be able to save.
Release 0.5.2
Finds .todos.json in this order:
.todos.json in current directory
.todos.json in home directory
otherwise returns an error.
This way you can use todolist
in any directory.
Release 0.5.1
Revert using .todos.json in home directory temporarily
Release 0.5
- Add concept of prioritizing todos
- Add garbage collect command
- Expand todo feature
- Support for unicode characters for projects and contexts
- Remove dependency on jinzhu/now
- Open browser when requesting
todo web
Release 0.3.1
- running
todolist web
will now open the browser window automatically.
v0.3.0
0.2.0
Release 0.1.0
This is the first release ever!