Skip to content

v0.5.0

Compare
Choose a tag to compare
@aik099 aik099 released this 30 Mar 10:03
· 168 commits to master since this release

Added

  • Added group_by_bug merge template for ci command, that allows grouping merged revisions by their bug ids.
  • Added automatic update checker.
  • Added support for display merged revision number as a link to Phabricator instance (when project has .arcconfig file).

Changed

  • Include source branch project name in commit message, when merge source project differs from merge target project.
  • Default merge template for commit command changed from group_by_revision into group_by_bug.
  • Use short inline grouping header for merge commit message, when merging single bug/revision.
  • When using --with-full-message option with log and merge commands, then extra table separator is added between revisions to ease reading of large/wrapped commit messages.

Fixed

  • Attempt to use --help option on any command resulted in the exception.
  • Greatly improved speed of working copy location by aggregate command via ignoring of known dependency folders (node_modules and vendor).
  • The svn info command no longer fails on folders, that have @ in their name, e.g. node_modules/@gulp-sourcemaps.
  • Attempt to merge non-existing bugs would now result in an error (before list of unmerged revisions were shown).