Skip to content

v0.25.0

Compare
Choose a tag to compare
@zaquestion zaquestion released this 27 Jun 14:46
· 58 commits to master since this release
1b0bf5c

Changelog

Features

  • New --no-edit flag to not open the editor for editing commit logs, but use the auto-generated text on commands with such behavior.
  • On --debug mode the flags for the given command are now printed.

Major bugfixes

  • Fix homebrew test case where a git command was being used as lab's after the passthrough feature was removed.
  • Ignore forked projects' branches when looking up an MR ID for a specific source branch name.
  • Fix empty diff on mr show command when used with --patch on already merged MRs.
  • Fix panic when creating an MR assigned to a non-existent user ID.
  • Fix exact match for milestones.
  • Fix several test codes misbehaving due to the "wrong" repo state caused by previous failed test runs.