From f71ab8827d28c7f8fdb16ae61bb44446938525a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Fri, 2 Sep 2016 19:13:14 +0200 Subject: [PATCH] Improve NEWS of 1.1.0, update release date --- NEWS | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index b0258886..04fd1dc5 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,18 @@ -v1.1.0 2016/09/02 +v1.1.0 2016/09/03 - New features & Improvements: - - New command: t_medit. t_medit lets you edit all tasks of a project in one go. - - Reworked alias commands: alias can now be modified. The name of the alias can be modified with a_edit_name and the command with a_edit_command. - - Improved update process: it's now much easier (just run `yokadi -u`) and faster to update your database. - - Task lists has been improved: + - A new command has been added: `t_medit`. `t_medit` lets you edit all tasks of a project in one go. + - Aliases can now be modified. The name of the alias can be modified with `a_edit_name` and the command with `a_edit_command`. + - Database format updates are now easier to run: just run `yokadi -u`, no more separate `update.py` command. Updates are also much faster. + - Task lists have been improved: - Borders look nicer. - Some bugs in the rendering of the title column have been fixed (wrong width, badly cropped text). - Yokadi now uses standard paths by default: the database is stored in ~/.local/share/yokadi/yokadi.db and non-essential data is in ~/.cache/yokadi/. - Reviewed and improved documentation. Moved developer documentation to a separate dir (doc/dev). - Bug fixes: - - The code handling rrecurrences has been made more robust and they are now stored in a more future proof way. - - Fixed bug_edit crash. + - The code handling recurrences has been made more robust. + - Recurrences are now stored in a more future proof way. + - Fixed `bug_edit` crash. - Fixed negative keyword filter: A task with two keywords k1 and k2 would not be excluded by a filter !k1. v1.0.2 2016/03/28