diff options
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6d98f3d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## v0.1.0 + +* Initial release. +* View tasks stored in multiple TODO.TXT files. +* Add basic configuration file loading. @@ -2,6 +2,8 @@ Bunnytask is a simple TODO.TXT manager, written in [Hare](https://harelang.org/). +View release changes in the [CHANGELOG](CHANGELOG.md). + ## Configuration The config file should be located at `${XDG_CONFIG_HOME}/bunnytask/config.ini` & is required to run. The following configuration options are available: |
