Skip to content

Releases: gammons/ultralist

Ultralist 0.9.7

06 Jul 10:55
Compare
Choose a tag to compare
  • Fix bug when canceling syncing a list
  • Add cool unicode checkboxes
  • Add --color and --unicode options (both true by default)

Ultralist 0.9.6

06 Jun 11:30
Compare
Choose a tag to compare

This is mainly a cleanup release.

  • I added a nicer auth workflow between the CLI and the webapp.
  • Added better messaging after auth flow is completed.

Ultralist 0.9.5

23 Apr 11:14
Compare
Choose a tag to compare

Ultralist 0.9.4

17 Dec 12:57
c1a6408
Compare
Choose a tag to compare
  • Fix #143 windows coloring issue

Ultralist 0.9.3

05 Mar 21:26
Compare
Choose a tag to compare
  • Small bugfix where help text showed todolist init rather than ultralist init
  • Show correct version everywhere (thanks @timorunge !)
  • Updates and organization to usage screen
  • add check_auth command for syncing with Ultralist Pro
  • Bugfix when using ultralist web to route to correct todolist
  • Change how background sync works so it is compatible with all platforms
  • fix the windows build (yay!)

Ultralist 0.9.2.1

12 Feb 14:34
Compare
Choose a tag to compare

Test release

Ultralist 0.9.1

12 Feb 11:39
Compare
Choose a tag to compare

Fixes a small bug where synchronization would not occur, because it was looking for a todolist binary, not ultralist.

Ultralist 0.9

05 Feb 19:34
Compare
Choose a tag to compare

This is the first release of the newly-renamed Ultralist (previously known as Todolist).

This release only adds features associated with the new name. Namely, authorizing + synchronizing your list with ultralist.io, and having the ability to seamlessly bi-directionally sync your lists with multiple machines, and the webapp.

Release v0.8.1

03 Aug 10:42
7788887
Compare
Choose a tag to compare

This is a maintenance release with the following fixes:

  1. The todolist web frontend works again! Thanks to @wy15 's #115 PR
  2. Updated all dependencies to be up-to-date
  3. Renamed todo.go to main.go to conform to golang conventions.

Version 0.8

26 Sep 12:19
Compare
Choose a tag to compare

This release includes the following:

  • New Notes feature by @NonerKao (thanks for this!). Add notes for individual todos.

  • Allow for ranged ids for some commands by @stuartskelton

  • Major reworking of how todos are fetched under the hood by @stuartskelton

  • Lots of other code cleanup by @stuartskelton

  • Bugfix for parsing a blank todo by @NonerKao