vscode-kanbn/CHANGELOG.md

51 lines
1.5 KiB
Markdown

# 0.7.2
* Updated kanbn dependency, task workload calculations are now working correctly on burndown chart
* Task creation events are now reported correctly on burndown chart
# 0.7.1
* Fixed bug where task editor would reset to Create mode after renaming a task
* Updated default stylesheet to make tag text easier to see on some background colours
# 0.7.0
* Markdown preview for task descriptions
* Task comments now render as comments, toggle comment editing by clicking the edit button next to each comment
# 0.6.0
* Update kanbn dependency, folder names and index filename can now be configured, see [here](https://github.com/basementuniverse/kanbn/blob/master/docs/advanced-configuration.md) for more information
# 0.5.0
* Update kanbn dependency, now using YAML front matter for index options and task metadata
# 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...
# 0.3.1
* Fixed typo in .vscodeignore file
* Pruned lots of unnecessary node_modules files
# 0.3.0
* Finished writing documentation, fixed some links and typos
* Fixed task titles from being center-aligned to left-aligned
* Description filter now includes sub-task text
# 0.2.0
* Initial release version