67 lines
2.3 KiB
Markdown
67 lines
2.3 KiB
Markdown
# 0.9.0
|
|
|
|
* Update kanbn dependency, markdown inside task comments will be parsed correctly (previously any markdown inside comments would be incorrectly compiled into the task description)
|
|
* Task comments will be rendered as markdown instead of raw text
|
|
* Better visual feedback when a task comment is being edited (the button icon and tooltip will change)
|
|
* Textarea inputs will automatically resize based on their contents
|
|
* Changed 'Started Column' icon to make it more consistent with the status bar icons
|
|
|
|
# 0.8.0
|
|
|
|
* Update kanbn dependency, now using auto-normalisation for burndown chart datapoints, see [here](https://github.com/basementuniverse/kanbn/blob/master/docs/commands/burndown.txt) for more information
|
|
|
|
# 0.7.3
|
|
|
|
* Speculative fix for no_case bug when parsing & converting task names
|
|
|
|
# 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
|