v0.5.0 New features: - open tag with `t` or `T` - select closest tag with `gt` or `gT` - select a commit with `"hashid` in log view - open an arbitrary commit with `"hashid` in details view - open a file at the current commit with `":filename` in details view - search for regex with flag `e` (or fixed string with `f`) Changes: - jump to first line with `gg` instead of `g` (so that I can bind more select commands to g) Bugfixes: - avoid a crash which I don't know how to trigger (see 3174ed4db3da3b4884986be68f76f3bfc7d80713) - search --edit with `m` New documentation: - more examples for command line arguments - known bugs Changed documentation: - pip3 instead of pip - unspecific number of special lines in log view