Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/match

0.6.4 Improvements

13 Sep 18:01
Compare
Choose a tag to compare
  • 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

29 Aug 02:54
Compare
Choose a tag to compare
  • 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

03 Aug 18:32
Compare
Choose a tag to compare
  • Allow keychain_name option to accept a fully-qualified keychain path (#5549)

0.6.0 Support for branches

17 May 17:06
Compare
Choose a tag to compare

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

27 Apr 16:28
Compare
Choose a tag to compare
  • Explicitly pass the team_id given to match through to cert and sigh
  • Add decrypt sub-command (Thanks @hjanuschka)

0.4.0 Improvements

17 Mar 22:03
Compare
Choose a tag to compare
  • 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

11 Feb 00:50
Compare
Choose a tag to compare
  • 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

21 Jan 17:48
Compare
Choose a tag to compare
  • Improved the support for enterprise profiles
  • Updated dependencies
  • Added instructions on how to manually decrypt the files

0.2.4 Improvements

02 Jan 05:33
Compare
Choose a tag to compare

Preperations for enterprise profiles support in match

0.2.3 Improvements

01 Jan 14:54
Compare
Choose a tag to compare
  • You'll now be asked for the password twice to avoid typos
  • Fixed a bug when migrating from older versions of match