Commit 5e9298db authored by Bram Schoenmakers's avatar Bram Schoenmakers

Version bump and update changelog.

parent 05593058
0.6
---
* 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 @mpcjansen.
* 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).
0.5
---
......
""" Version of Topydo. """
VERSION = '0.5'
VERSION = '0.6'
LICENSE = """Copyright (C) 2014 Bram Schoenmakers
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment