From 64b40e1c7cc268df199790341f0a1d91a3ce7963 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sun, 15 Jan 2017 13:00:26 +0100 Subject: [PATCH] Version bump to 0.12 --- CHANGES.md | 13 +++++++++++-- topydo/lib/Version.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4858e70e..eeb2e99e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ -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). diff --git a/topydo/lib/Version.py b/topydo/lib/Version.py index 099630ba..1fe111a3 100644 --- a/topydo/lib/Version.py +++ b/topydo/lib/Version.py @@ -1,6 +1,6 @@ """ Version of Topydo. """ -VERSION = '0.11' +VERSION = '0.12' LICENSE = """Copyright (C) 2014-2016 Bram Schoenmakers License GPLv3+: GNU GPL version 3 or later .