Skip to content

0.6

Compare
Choose a tag to compare
@bram85 bram85 released this 20 Aug 15:25
· 744 commits to master since this release
  • Recurrence patterns can be prefixed with a to indicate strict recurrence
    (i.e. based on due date rather than completion date. This syntax is inspired
    from the SimpleTask project by @mpcjanssen.
  • Colors now work on the Windows commandline (thanks to @MinchinWeb). Requires
    colorama to be installed.
  • Do not print spurious color codes when colors are disabled in the
    configuration (thanks to @MinchinWeb).
  • In prompt mode, restore old auto-completion behavior: press Tab for
    completion (instead of complete while typing).
  • Various other minor fixes (thanks to @MinchinWeb).