This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/credentials_manager
Releases · fastlane-old/credentials_manager
0.11.0 Support for Dev Portal and iTC specific credentials
- Added support for
apple_dev_portal_id
- Added support for
itunes_connect_id
0.10.0 Android Support
Added support for Android projects in the Appfile
0.9.1 Improvement
Fixed loading the Appfile
when in a hidden .fastlane
folder
0.9.0 Improved account manager
Added return value to invalid_credentials
method
0.8.4 Bugfix
Fixed dependency to fastlane_core
0.8.3 Improvements
- Added automatic correcting of invalid quotes in
Appfile
- Support for nil values in the
Appfile
- Support for non Mac machines to not store the password in the keychain
0.8.2 Improved initial login
Improved handling of the first login
0.8.1 Improved support with no Appfile
Added support for fallback environment variables when no Appfile is available
0.8.0 New AccountManager
- Added a new
AccountManager
which is much better than the oldPasswordManager
- Improved internal code base, with lots of new tests and a new code style
0.7.4 Improved Appfile parsing
Improved the handling of various Appfiles