Skip to content

Kanri v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 12:18
5feff29

After quite some while, we're back with another release of Kanri!
This time, it's mostly a lot of bug fixes and some small but useful features, so make sure to update!

New features

  • Multilanguage support: Kanri now supports different languages. (English and German for now, contributions for other languages are welcome.)
  • Right-click on cards for quick actions
  • Added searchbar reset button
  • Added a dropdown to allow exporting an individual board from the import/export menu
  • Highlight today in due date picker
  • Added floating menu in card descriptions for more intuitive editing (appears when selecting text)
  • Imports from GitHub Projects (board view)
  • Allow editing tag names (and add shortcut button to quickly open the popup for editing board tags)

Bugfixes & other miscellaneous fixes

  • Prevented an edge case where pressing enter would delete boards with no confirmation (please update ASAP to receive this fix!)
  • Rounding up dates for relative countdowns
  • Slightly adjusted how tabs look in the import/export menu
  • Fixed contrast of tags inside the tags input
  • Fixed some styling issues in card descriptions
  • Fixed cards not being under the mouse cursor correctly in boards with a scrollbar

Contributions made by others

  • Add card duplication context menu by @PwshLab in #677
  • Add Internationalization Proof of Concept by @gitoak in #676
  • Added Internationalization for the settings and import pages and all affected components by @gitoak in #678
  • feat: Add vitest configuration and unit tests for index page by @gitoak in #680
  • Prettier eslint integration by @gitoak in #681
  • feat: Add prototype board pins to sidebar by @PwshLab in #683
  • colorUtils refactor and test coverage + minor fixes by @gitoak in #684

New Contributors

  • @PwshLab made their first contribution in #677
  • @gitoak made their first contribution in #676
    Thanks a lot for contributing to Kanri! Any help is appreciated.

Full Changelog: app-v0.7.1...app-v0.8.0