From 11d35429c7b9184e2f6f6e17aa1f07ec3f3b91b0 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 9 Apr 2025 11:27:45 +0200 Subject: [PATCH] doc: Add initial version to CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08090e9..af98f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,3 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Create any necessary parent directories for notes directory. + +## [0.1.0] - 2025-04-01 + +### Added + +- Open task associated note files in specified editor +- Create command line interface for option setting +- Add license +- Take `taskrc` location as cli option +- Let user set `editor` or grab from `EDITOR`/`VISUAL` env vars