This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/spaceship
Releases · fastlane-old/spaceship
0.10.3 Better handing of iTC server errors
Automatic retry when iTunes Connect returns a server error
0.10.2 Fixed issue with Apple TV
- Fixed an issue with provisioning profiles when the user has a registered Apple TV
- Fixed editing iTunes Connect metadata for apps waiting for Review
0.10.1 Improvements
- Improved the detection of the app status
latest_version
will now always return a version
0.10.0 New iTC APIs
- Added support to set app age ratings on iTC
- Added support for creating new languages
- Changed version updates to the new API endpoint
- Added new
ensure_version!
method to either create or modify a given version - Updated
create_version!
to work with the new iTunes Connect
0.9.1 Bugfix
Fixed an issue with collecting builds
0.9.0 Asset Uploads for iTC
spaceship
can now upload all kinds of assets to iTunes Connect like screenshots, videos, app icon and more. Special thanks to @lacostej- Support for selecting builds to submit the app for review
- Added support for setting and receiving the price tier
- Automatic removal of alpha channels for png images
- Improved error handling
- Added user information to the client
0.7.0 Updated to the new iTunes Connect
A big refactor of spaceship
to work with the new iTunes Connect which was deployed on 24th September 2015.
This update introduces breaking changes to the iTunes Connect part of spaceship
- there was no way to avoid this. Also, since spaceship
is not at version 1.0 yet, I couldn't do a major version bump
Take a look at the diff to see what has changed
0.6.1 Improved API Key caching
Fixed an issue where an invalid API got cached
0.6.0 Updated to the new AccountManager
spaceship
now uses the newAccountManager
to manage your credentials- Code Style Improvements
0.5.3 Improved output when login failed
Improved the output when the login failed