CHANGES
=======

0.1.0
-----

* make taskforge use ~/.taskforgerc
* add a command to run all enabled plugins

0.0.1
-----

* Make URL Shortener plugin use configurable max_length
* configure default for URL shortener
* update license preamble
* Add license header
* License under AGPL3
* find and shorten URLs in the sample plugin
* fix taskwarrior interface
* add plugins module and update config file
* stub out URL shortening plugin
* add PID lock for running plugins
* improve func docs
* enhance dummy plugin
* add run_plugin method
* add taskw wrapper
* add pre and post hooks
* add load_plugin method
* update sample config w/ module in addition to entrypoint
* add basic plugin loading to the `run` command
* add dep on `six`
* get rid of demo command
* Add config reader and validator
* sketch out config file format
* add silly fake command
* add CLI entry points
* initial commit
