All Versions
5
Latest Version
Avg Release Cycle
63 days
Latest Release
1762 days ago
Changelog History
Changelog History
-
v0.2.2 Changes
June 30, 2020- ๐ #84 fix build with
unordered-containers
0.2.11.0 - ๐ป #81, new
--version
command line argument
- ๐ #84 fix build with
-
v0.2.1 Changes
May 02, 2020- #76 fix. ignore space in URL
- Output now includes the issue title.
-
v0.2.0 Changes
April 19, 2020- ๐ 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).
-
v0.1.0
October 23, 2019 -
v0.1.0.0 Changes
October 21, 2019- ๐ First version. Released on an unsuspecting world.
- ๐ Support for Github issues tracking