Skip to content

Releases: drewdeponte/git-ps-rs

5.1.1

24 May 18:50
5.1.1
58e00b5
Compare
Choose a tag to compare

Fixed

  • skipping a version in Cargo.toml

5.1.0

24 May 18:50
5.1.0
ee29fd6
Compare
Choose a tag to compare

Changed

  • new release check to a background thread

5.0.0

11 May 06:22
5.0.0
9895269
Compare
Choose a tag to compare

Added

  • check for upgrade to tail end of list command

Fixed

  • ! state modifier appearing when remote hadn't actually changed

4.1.0

11 May 00:02
4.1.0
582d8b2
Compare
Choose a tag to compare

Added

  • concept of patch being behind to list command

Fixed

  • issue where integrations weren't identified as merges by Bitbuckt/GitHub
  • bug where patches were incorrectly identified as having remote changes
  • cherry pick committer & timestamp forwarding
  • problem where GPG signatures had an extra 0a 20 hex characters

4.0.2

11 May 00:05
4.0.2
273c798
Compare
Choose a tag to compare

Added

  • detailed help info to list command explaining states

4.0.1

11 May 00:06
4.0.1
921cead
Compare
Choose a tag to compare

Added

  • request_review_post_sync example: Reopen Github if re-requesting. Also assigns yourself to the PR.

Fixed

  • issue where integrate force wasn't fetching before integrating

4.0.0

11 May 00:07
4.0.0
b09af7a
Compare
Choose a tag to compare

Added

  • isolate_post_checkout color warning messages
  • request_review_post_sync messaging in requset-review command
  • colored & human redable err output to request review command
  • color output to the list command
  • support for communal repository hooks
  • support for "y" as a valid integration user verification answer
  • local patch change detection & presentation to the list command
  • remote patch change detection & presentation to the list command
  • the unstage command to the command line interface
  • log command to the commnad line interface
  • --continue switch to the rebase command

Changed

  • integrate.require_verification config to integrate.prompt_for_reassurance
  • state storage format to support local & remote change detection

3.5.0

11 May 00:07
3.5.0
137b491
Compare
Choose a tag to compare

Added

  • the add command to the command line interface
  • status command to the command line interface
  • amend-patch (a) command to the command line interface
  • create-patch (c) command to the cli

Fixed

  • isolate commands help messaging to clarify how to get back to stack

3.4.0

11 May 00:08
3.4.0
4b48d18
Compare
Choose a tag to compare

Added

  • configurable integration verification to the integrate command
  • configuration to enable listing patches at end of the pull command
  • configurable isolation verification to request review & integrate commands
  • uncommited changes check to start of isolate command

Changed

  • pull command to explicitly drop dup commits when rebasing

Fixed

  • bug where the isolate command wasn't cleaning up it's branch

3.3.0

11 May 00:09
3.3.0
6a09215
Compare
Choose a tag to compare

Added

  • isolate_post_checkout hook to the isolate command

Changed

  • non-forced integrate command to do a fetch before verification
  • integrate command to eliminate majority of divergent branch errors