From f9f9e04bca301f07d840c78496fe782ddd293aed Mon Sep 17 00:00:00 2001 From: Gordon Date: Tue, 20 Apr 2021 20:17:13 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d7437..396bf34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.4.0 + +* Added button to clear filters +* Added configuration setting to hide status bar icon when uninitialised +* Added configuration setting to hide task notifications +* Added button for starting a new sprint, shows current sprint +* Added burndown chart +* Fixed id field one-change-behind bug in task editor + # 0.3.2 * Fixed issue with pruned node_modules files, turns out some of them actually _were_ necessary...