- Minimum Node version is now 0.12
- Fix command quoting issues on Windows
- New
clean
command to remove merged topic branches - Improved Bash completion
- Fix reviewer assignment failing on occasion
- Increased speed of
gerrit completion
- Added log level options
--debug
,--verbose
,--loglevel <level>
- Added unit tests
- New alias
tp
fortopic
- New commands
add-remote
andinstall-hook
to set up existing repository - New option
--no-hook
forclone
command - Improve
recheckout
command reliability - Better handling of drafts
- Autocomplete prompter for
clone
command - Tweaked default output format of
patches
command - Fix querying by change number
- Exit with non-zero code on error
- Various minor fixes
- Remove requiring squad to exists when adding
- Allow gerrit topic from dirty index
- Fixed 'gerrit squad delete'
- New 'squads' commands to group reviewers
- Include tab completion for 'ger' alias
- Fixed 'recheckout' command to check out current patch instead of current topic
- Fixed '--assign' option when multiple patches detected
- Renamed 'push' command to 'up' to avoid accidental mix up with git command.
- Renamed 'status' command to 'patches', plus various display improvements.
- Renamed 'browser' command to 'web'.
- New command 'topic' to help create topic branch.
- New '--comment' option for 'up' command.
- Re-appropriated 'status' command to show detailed status of a patch had their base_branch argument moved to a '--branch' option.
- Commands that push patches (up, drafts...) now use upstream's remote and have option.
- Moved config argument of 'projects' and 'clone' commands to a '--config'.
- Removed the need for the url config value.
- Add missing interactive options for submit and abandon commands.
- Better documentation, including better 'help' command.