Releases: your-tools/tsrc
Releases · your-tools/tsrc
v0.9.0
- Add support for GitHub Enterprise: See the relevant documentation for details - patch by @sdavids13.
- Improve error message when using creating a merge request in a GitLab repository when the token cannot be found in the
tsrc
configuration file. Fix #158
- Fix crash when running
tsrc status
on a workspace with missing repositories (#160) - reported by @blastrock
v0.8.0
- Implement
tsrc sync --force
. Currently, all it does is running git fetch --force
on all repositories. Use with caution. See #152 for details.
v0.7.1
- Fix crash in
tsrc sync
when the repo
configuration in the manifest contained neither an URL nor a remote. tsrc
now aborts as soon as the misconfiguration of the manifest is detected. See #154. (reported by @jongep86)
v0.7.0
- Add a
--file
option to tsrc init
so that manifest can be read from a custom path in the file system
- Remove support for Python 3.4
- Switch from
xdg
to pyxdg
- Format the code with black
v0.6.6
- Remove raw HTML from README.rst
v0.6.5
- Use
codecov.io
to measure coveage
- Prettify README
v0.6.4
- Remove support for Python 3.3.
- Use new and shiny cli-ui package instead of old
python-cli-ui
.
v0.6.3
v0.6.3
- GitHub organization is now
TankerHQ
- We now use dmenv for dependencies management
v0.6.2
Fix crash when using tsrc push
on a GitHub repository for the first time.
v0.6.1
- Fix weird output when configuring remotes.