This release fixes a bug introduced in the previous 0.14.0 release. Please use this version instead of 0.14.0.
Release notes from previous release for convenience.
What's New!
This release majorly helps the users who have a large number of repositories to sync and often run into rate limiting issues.
git-sync now supports passing multiple personal access tokens to avoid this issue. The new option is named tokens
in the config file, more details can be found in the Wiki.
For simplicity, the token
option is deprecated and will be removed in the future during v1.0 release. You can still use it for now but it's recommended to use the tokens
option instead.
Apart from this, you will also start seeing warning logs in the console for any invalid configurations that might cause issue after the release of v1.0, so it is advised to fix them as soon as possible.