Releases: gammons/ultralist
Ultralist 0.9.7
- Fix bug when canceling syncing a list
- Add cool unicode checkboxes
- Add
--color
and--unicode
options (bothtrue
by default)
Ultralist 0.9.6
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
- Fixes the dimming issue (thanks @timorunge !)
Ultralist 0.9.4
- Fix #143 windows coloring issue
Ultralist 0.9.3
- Small bugfix where help text showed
todolist init
rather thanultralist 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
Test release
Ultralist 0.9.1
Fixes a small bug where synchronization would not occur, because it was looking for a todolist
binary, not ultralist
.
Ultralist 0.9
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
Version 0.8
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