v2.4.0
Highlights
-
All of
tsrccommands can now be run in parallel. Try for instancetsrc sync -j auto. -
tsrc foreachnow sets a bunch of environment variables. This allows
developers to add new behaviors to tsrc without having to change its source code. See
the relevant guide for more information. -
Augment documentation with more use cases and examples (still a work in progress)
Breaking changes
-
Remove
tsrc version- Usetsrc --versioninstead. -
The 'parallel' feature caused the output of some commands like
foreachorlogto change slightly. Hopefully
tsrcoutput is now more consistent.
Bug fixes
-
Fix crash when running
tsrcwithout any arguments -
Fix crash when trying to clone repositories in some rare corner cases
(like the destination existing but not being a directory)
Internal changes
- Make all
tsrcimports consistent - Fix error when calling
reprontsrcErrors.