Commit 25fb3bfb authored by Bram Schoenmakers's avatar Bram Schoenmakers

Update changelog.

parent 1949d371
......@@ -3,18 +3,24 @@
(unreleased)
* Add 'edit' subcommand to launch an editor.
* A new 'edit' subcommand to launch an editor.
* Introduced textual identifiers in addition to line numbers.
Line numbers are still the default, textual identifiers can be enabled with
the option 'identifiers = text' in the configuration file (see topydo.conf).
The advance of these identifiers is that they are less prone to changes when
The advantage of these identifiers is that they are less prone to changes when
something changes in the todo.txt file. For example, identifiers are much more
likely to remain the same when completing a todo item (and archiving it). With
linenumbers, all todo items below the completed one would get a new
identifier.
* Relative dates with months and years are more accurate now (thanks to Jacek
Sowiński).
* Added option to automatically add the projects of the parent todo item when
adding a child todo item. Enable append_parent_projects in topydo.conf.
* `topydo help` shows a list of available subcommands. Moreover, you can run
`topydo help <subcommand>` as well.
* Let setuptools provide a `topydo` executable.
* Various other fixes.
0.1.2
-----
......
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