krank v0.2.0 Release Notes

Release Date: 2020-04-19 // about 4 years ago
    • ๐Ÿ‘ GHC 8.10 support
    • Output is more compact and more detailed.
    • Output is now colored (can be disabled with --no-colors).
    • ๐Ÿ‘€ Gitlab support. See --issuetracker-gitlabhost for host / api key pairs.
    • ๐ŸŽ Huge performance improvement. Parsing a huge codebase should only be a matter of a few seconds.
    • Parallel request execution. Requests to the issue tracker host are not sequential anymore. This can dramatically reduce the runtime.
    • Ignore line. Add krank:ignore-line in your comments and the associated closed issue won't be seen as an error anymore.
    • Failure mode: krank will return non 0 exit code if an issue is closed (an not ignored).