Skip to content

Releases: basementuniverse/kanbn

0.8.0

15 May 22:11
Compare
Choose a tag to compare
  • Task comments can now contain markdown
  • Fixed bug when running kanbn status -uq (would complain about trying to use .join(...) on a null value)
  • Fixed bug when using kanbn edit command to add tags (new tags are now added correctly instead of ignored)
  • Fixed bug when adding duplicate columns using kanbn init (adding the same column more than once wouldn't be recognised as duplicate)
  • Task ids now support non-latin characters. Kanbn should generate task ids (and filenames) the same as before, but be aware that there might be edge-cases where it doesn't. In these cases, you might need to manually rename some files (and update their links in index.md accordingly). Use kanbn validate to quickly identify any issues
  • Added more tests

0.6.0

23 Apr 23:24
Compare
Choose a tag to compare
  • Main folder, index filename and tasks folder can now be configured via kanbn.json or kanbn.yml

0.5.0

21 Apr 20:07
Compare
Choose a tag to compare
  • Convert embedded YAML (index Metadata heading and task Options heading) to YAML front matter

0.4.0

19 Apr 01:06
Compare
Choose a tag to compare
  • Added documentation on linking custom date fields to columns
  • Burndown data includes full task data

0.3.0

17 Apr 23:36
Compare
Choose a tag to compare
Bump minor version