Skip to content

2.7.0

Compare
Choose a tag to compare
@joseluisq joseluisq released this 18 Feb 22:58
· 35 commits to master since this release

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 of type --query for compatibility. PR #29 by @SirWrexes
  • 4409906 Github Actions as new CI

Features

Fixes

  • 181c217 Fatal matched multiple remote tracking branches on move command.