Commit 64b40e1c authored by Bram Schoenmakers's avatar Bram Schoenmakers

Version bump to 0.12

parent 7ba9912c
0.12 (to be released)
---------------------
0.12
----
* New: The `tag` subcommand understands relative dates with the `-r` flag:
`tag -r foo value` will interpret value as a relative date and convert to an
absolute date.
* Fix: escape special characters in Dot output.
* Fix: when deleting the last column in column mode, no new columns could be
added. This is fixed by showing the column definition view to add a new
column.
* Change: output in column UI remains visible when : is pressed (instead of
Enter or Escape to discard).
......
""" Version of Topydo. """
VERSION = '0.11'
VERSION = '0.12'
LICENSE = """Copyright (C) 2014-2016 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