aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--README.md2
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.
diff --git a/README.md b/README.md
index 47b57d0..e22a35e 100644
--- a/README.md
+++ b/README.md
@@ -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: