- Bug fix: default separator for `settings.scanner` Pattern setting was space separated not comma separated - Fix Image for kanban configure to show right Pattern
0.3.3
- Push lower bound Version of `platformdirs` dependency to be 3 or higher to include `ensure_exists` argument in `user_data_dir` and `user_config_dir`. - Update User Action Options with new option `Show Task Details` - Change coloring and order of User Actions - Added another Menu to configure settings when using `[6] Show Current Settings` or `kanban configure` - Update DOCS/README and Images - Bugfix for data type of min col width setter
0.3.2
- Add `^D` besides `^C` as option to close app (on windows pwsh its `^Z`). - App closes now on `KeyboardInterrupt` and `EOFError`
0.3.1
- Bug fix: On first use the kanban_boards folder was not created. And therefore Board creation failed
0.3.0
- Move to XDG Path convention, utilize `platformdirs` to write the config file to `user_config_dir` and the task files to `user_data_dir`. - added constants.py file for constants like the above mentioned Paths - added more Tests - added `platformdirs` <4 dependency - Updated the docs
0.2.2
- BUGFIX settings.scanner keys not capitalized - New Image for Readme