Skip to content

Releases: gammons/ultralist

Release 0.7

05 Aug 12:24
Compare
Choose a tag to compare

Features

Bugfixes

  • parsing Europe-style dates was broken (Fixes #64)
  • Completed todos will no longer show in agenda mode (Fixes #65)
  • Other code refactors and cleanup

Release 0.6

25 May 14:05
Compare
Choose a tag to compare

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 alone
  • todolist e 25 visit dad due tom - Updates due date and subject
  • todolist 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

29 Mar 12:42
Compare
Choose a tag to compare
  • Fix issue where the web view would not be able to save.

Release 0.5.2

14 Mar 20:44
Compare
Choose a tag to compare

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

07 Mar 20:47
Compare
Choose a tag to compare

Revert using .todos.json in home directory temporarily

Release 0.5

07 Mar 16:31
Compare
Choose a tag to compare
  • 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

07 Sep 14:40
Compare
Choose a tag to compare
  • running todolist web will now open the browser window automatically.

v0.3.0

27 Aug 20:20
Compare
Choose a tag to compare

This release uses the new todolist frontend.

0.2.0

03 Jul 14:54
Compare
Choose a tag to compare

Add an awesome web app, which is available by running todolist web.

Release 0.1.0

17 May 12:57
Compare
Choose a tag to compare

This is the first release ever!