- Fixed various diff generation issues when adding empty files. (#76)
- Fixed errors produced by phabricator when trying to submit patches. (#73)
In addition, a number of changes were landed months ago, but never given a version, including:
- Support for specifying non-blocking reviwers. (#71)
- Modifying the BMO ID is now a warning, instead of error. (#69)
- Allow setting the diff description with --comment flag. (#68)
- Append to an existing revision stack without bulk updates. (#67)
- Emit a warning if a reviewer is unavailable (#65)
- Only parse reviewers if the "r" is at a word boundary. (#64)
- Avoid excessive whitespace within generated commit messages.
- Phlay should now work in the MozillaBuild shell (#57)
- Revision subranges can now be updated without breaking dependency relationships (#62)
- Phlay will no longer drop newlines when rewriting commit messages
- Fix version comparison bug which was preventing updates to 0.1.10 (#59)
- Fix another typo (thanks @djg)
- Fix a typo causing failures updating revisions.
- Handle parsing empty files correctly in change parser.
- Uses new Conduit APIs to support mutating revision edges.
- Correctly set the mode bit on newly created files.
- Added --reopen flag to re-open changesets which were closed and are being updated.
- Support for Windows paths from WSL
- Support pushing patches for private/secure bugs better
- Send addLines/delLines info for hunks (#39)
- Translate invalid utf-8 characters to replacement when generating diffs
- Preserve punctuation in commit messages for lando (#37, #38)
- Added '--version' flag and update checking
- Cleaned up error messages in some situations
- Avoid potentially-unnecessary 'git-cinnabar' handling
- Support non-cinnabar mozilla-central checkouts better
- Diff parsing support
- Improved binary & image handling
- Accurate commit information
- Fixed a bug preventing lando usage