Commit 847b2132 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Update the changelog for the upcoming release.

parent 8eff0f0c
0.4
---
* A new prompt mode with autocompletion. To enable, run `pip install
prompt-toolkit`, then `topydo prompt`.
* Support for Python 3.2, 3.3 and 3.4 (note that the `ical` subcommand does not
work in Python 3.2)
* Better Unicode support.
* `add` command has the `-f` flag to add todo items from a file (or use `-` to
read from standard input) (Jacek Sowiński - @mruwek)
* Customizable colors + additional highlighting of tags and URLs (Jacek
Sowiński (@mruwek) and @kidpixo).
* `json` subcommand introduced which dumps the todo items in JSON format.
* Make sure that the `edit` subcommand always uses the correct todo.txt file.
* Resolve `~` to home directory if used in a configuration file
(@robertvanbregt).
* Various minor fixes.
Again, I'd like to thank Jacek (@mruwek) for his assistance and contributions
in this release.
0.3 0.3
--- ---
...@@ -16,7 +37,7 @@ ...@@ -16,7 +37,7 @@
* Fix assignment of dependency IDs: in some cases two distinct todos get the * Fix assignment of dependency IDs: in some cases two distinct todos get the
same dependency ID. same dependency ID.
Big thanks to Jacek for his contributions in this release. Big thanks to Jacek (@mruwek) for his contributions in this release.
0.2 0.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