This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/match
Releases · fastlane-old/match
0.6.4 Improvements
- Don’t hang on git clone command when user credentials are missing (#6068)
- Improve docs
- Update dependency on sigh (#6063)
- Improved SEO in docs (#6043)
- Update fastlane code base to use UI.input instead of ask
0.6.3 Improvements
- Add information about readonly mode when spaceship request fails (#5922)
- Add a ROOT path constant for match (#5845)
- Skip GitHub issues by default for user_error! (#5622)
- Expand match keychain search paths (#5624)
- Skip GitHub issues on some kind of errors (#5613)
- Update internal dependencies (#5925)
0.6.2 Improvements
- Allow keychain_name option to accept a fully-qualified keychain path (#5549)
0.6.0 Support for branches
match
now also supports storing certificates of multiple teams in one repo, by using separate git branches. If you work in multiple teams, make sure to set the git_branch
parameter to a unique value per team. From there, match
will automatically create and use the specified branch for you.
match(git_branch: "team1", username: "[email protected]")
match(git_branch: "team2", username: "[email protected]")
0.5.0 Improvements
- Explicitly pass the team_id given to match through to cert and sigh
- Add decrypt sub-command (Thanks @hjanuschka)
0.4.0 Improvements
- Fix shell parameter passing to openssl to escape special characters
- Add skip_docs option to match to prevent README.md generation
0.3.0 New options and improvements
- Added new
force_for_new_devices
option to automatically regenerate the profile if new devices were added - Improved error output
0.2.5 Improved enterprise support
- Improved the support for enterprise profiles
- Updated dependencies
- Added instructions on how to manually decrypt the files
0.2.4 Improvements
Preperations for enterprise profiles support in match
0.2.3 Improvements
- You'll now be asked for the password twice to avoid typos
- Fixed a bug when migrating from older versions of
match