Skip to content

p4-fusion v1.11

Compare
Choose a tag to compare
@twarit-waikar twarit-waikar released this 26 Aug 12:13
· 41 commits to master since this release
7f8c81d

This is a maintenance release that fixes some functionalities and adds a couple QoL changes.

  1. p4-fusion learned how to properly handle p4 streams. Please test p4-fusion on local Perforce streams before trying this feature in production.
  2. p4-fusion now understands a SIGTERM signal and will gracefully exit if it receives one.
  3. p4-fusion can now optionally output bland outputs with no colour coding. This can be done by passing in --noColor true. This argument is disabled by default. The intended use case for this feature is to make p4-fusion logs more readable when its stdout logs are saved to a file on disk.
  4. p4-fusion now clones CLs 20% faster in RelWithDebInfo mode. About 15% faster in Debug mode.

What's Changed

Full Changelog: v1.10...v1.11