2.7.0
Refactorings
- 948ce0a Config file parsing (
.gitnow
) re-written which boosts performance startup of GitNow up to 62% faster (average). - 5f8cc87 Improve performance startup of
logs
command limiting the number of maximum commits by default. - 8eb40cd Prefer
type -q
instead oftype --query
for compatibility. PR #29 by @SirWrexes - 4409906 Github Actions as new CI
Features
- b5a1ab8 Github Sponsor - https://github.com/sponsors/joseluisq
Fixes
- 181c217 Fatal matched multiple remote tracking branches on
move
command.