- more concise naming of cli arguments - more concise reporting - documentation of plugin feature and included plugins in the README.md - make `clifs.ClifsPlugin` directly importable from top level
0.5.1
- update pylint to v3.0.1 - CI: - add more thorough checks on release requirements to release pipeline - run testing and linting via Hatch - update version of checkout and setup-python actions
0.5.0
- Some refactoring: - use Counter class for all counters - use Enum class for storage of color constants - some other minor refactors