Navigation Menu

Skip to content

Releases: gammons/ultralist

Ultralist 1.7.0

12 Nov 18:03
Compare
Choose a tag to compare
  • Recurrence implementation (#233) (See the docs on recurrence)
  • Retired tech debt relating to handling notes, and making note management a first-class citizen in Ultralist
  • Cleanup of the help + examples in the CLI for all ultralist commands

Ultralist 1.6.3

09 Nov 11:27
Compare
Choose a tag to compare

This is a bugfix release.

Bugfixes

  • Fix an issue with authing with Ultralist pro (it was redirecting to the wrong area)
  • Merge #234, fixing an issue with adding notes in the CLI
  • #232 - Improving version output (thanks @tcassaert !)

Ultralist 1.6.2

30 Oct 10:16
Compare
Choose a tag to compare
  • Bugfix for editing projects, #230

Ultralist 1.6.1

22 Oct 12:10
Compare
Choose a tag to compare

Ultralist 1.6

21 Oct 19:13
1c034a5
Compare
Choose a tag to compare
  • Rewrote the synchronizer for Ultralist pro
  • Re-added the agenda command
  • Added up, uc and uar aliases (and updated docs)

Ultralist 1.5.1

24 Sep 10:43
Compare
Choose a tag to compare
  • Fix #219 - Ultralist was inadvertently creating a new list in a subdirectory when adding todos onto a synced list.

Ultralist 1.5

27 Aug 10:55
Compare
Choose a tag to compare
  • Complete rewrite of how input is parsed and how listing works. See #215 for details.
  • Updating sync command to be more intuitive + idempotent (See #211)

Ultralist 1.2

03 Aug 10:55
4a44e01
Compare
Choose a tag to compare
  • Tasks can now have a status (#206). This adds a new dimension for how you can organize your lists. Additionally, it allows for a kanban view when using Ultralist Pro.
  • Fix an input bug for next/last week (thanks @stuartskelton !) #208

Ultralist 1.1

14 Jul 11:29
Compare
Choose a tag to compare

New features

  • Add a --status flag to show a todo's status (has notes, is archived, is priority)

Bugfixes

  • Fix issue with CLI auth flow
  • Fix CLI to use correct heartbeat endpoint (/hb)
  • Fix crash issue with deleted synced lists #148

Ultralist 1.0

10 Jul 10:43
Compare
Choose a tag to compare

🎉 Finally, after years of development, I think Ultralist is ready for a 1.0 release.

This release includes a significant change around listing todos. See the docs for more info.