p4-fusion v1.11
This is a maintenance release that fixes some functionalities and adds a couple QoL changes.
- p4-fusion learned how to properly handle p4 streams. Please test p4-fusion on local Perforce streams before trying this feature in production.
- p4-fusion now understands a
SIGTERM
signal and will gracefully exit if it receives one. - 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. - p4-fusion now clones CLs 20% faster in
RelWithDebInfo
mode. About 15% faster inDebug
mode.
What's Changed
- log: Add --noColor arg to disable coloured logs by @twarit-waikar in #43
- main: Add SIGTERM handler by @twarit-waikar in #44
- p4: Fix depot path not under client error when using streams by @twarit-waikar in #47
- main: Separate out
p4 print
s in a different loop by @twarit-waikar in #48 - main: Bump p4-fusion version to v1.11.0 by @twarit-waikar in #51
Full Changelog: v1.10...v1.11