Skip to content

2.5.0

Compare
Choose a tag to compare
@joseluisq joseluisq released this 07 Sep 10:59
· 83 commits to master since this release

Features

  • f45e396 Upgrade show command to display also diff patches. Resolves issue #15

Move command

  • f346963 Add Fish completions for move command making possible to navigate across branches names. PR #18.
  • 00f75c0 Include upstream and --no-apply-stash completions for move command.
  • fbbd3e9 Add --help option fag for move command.

Tag command (new)

  • e5bcb28 Add tag command with Semver support (major, minor, patch). See also 07ef5a1, 739b064. PR #19
  • ca66720 Only release version format support for tag command (no pre-releases for now). More details on tag command documentation.

Logs command

  • 3b08ad8 Display GPG signed commits on logs command. It also adds better ANSI "color" sequences display with less command on Linux and Macos. PR #20

Refactors

  • 90ffbb5 Allow dashes and uppercase chars in Gitflow branch names. PR #14.

Documentation

  • 7d7c9a7 Clarify installation from the master branch.
  • 751030a tag command documentation.