From 5e7d997e69cf97cfb9ad764a469021abd79135a8 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 8 Apr 2025 20:54:38 +0200 Subject: [PATCH] doc: Start CHANGELOG --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..08090e9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Place notes into `notes` subdirectory of taskwarrior data directory by default +- Only annotate tasks for which a note has actually been created + +### Changed + +- Default to same paths as taskwarrior defaults (e.g. `~/.taskrc` and `~/.task/`) +- Look for taskrc file both in xdg location and in home directory + +### Fixed + +- Create any necessary parent directories for notes directory.