Skip to content

Tags: leeeGreat/fastlane

Tags

2.48.0

Toggle 2.48.0's commit message
Version bump to 2.48.0 (fastlane#9838)

fastlane/2.48.0

Toggle fastlane/2.48.0's commit message
Git add new options and other improvements

* Git add new options (fastlane#9576) via Anton
* Update empty archive error message for more instructions on how to solve the issue (fastlane#9830) via Felix Krause
* Properly rescue around writing the report.xml to the fastlane directory (fastlane#9832) via Mark Pirri
* Find getConfigurationMethod on IActivityManager Interface (fastlane#9716) via Andrea Falcone
* Support Regexp on `update_project_provisioning` action (fastlane#9813) via Kohki Miki
* Set TargetRubyVersion: 2.0 in .rubocop.yml to avoid unwanted autocorrect with Ruby 2.0+ (fastlane#9819) via Fumiya Nakamura
* Fix missing email method when working with Spaceship::Tunes::Member (fastlane#9797) via Mark Pirri
* Use the #defined? method to see if DidYouMean::SpellChecker is available (fastlane#9821) via Yuki Nishijima
* Fix capture_output regression (fastlane#9818) via Fumiya Nakamura
* Add precheck to vision doc (fastlane#9808) via Joshua Liebowitz
* fix: Encoded the url before passing to faraday (fastlane#9800) via Rendy Pranata

https://github.com/fastlane/fastlane/releases/tag/2.48.0

2.47.0

Toggle 2.47.0's commit message
Version bump to 2.47.0 (fastlane#9744)

fastlane/2.47.0

Toggle fastlane/2.47.0's commit message
Better error messaging and other improvements

* [fastlane] Add warning if fastlane is executed without `bundle exec` (fastlane#9756) via Felix Krause
* [gym] Improve build failure output when using an incorrect export_method (fastlane#9742) via Felix Krause
* [supply] Rollout version number verification: rollout range on Google Play Developer API is 0.0 - 1.0 (fastlane#9737) via JacobMuchow
* [supply] Check superseded tracks for `rollout` (already works for `production`, `beta`, and `alpha`). (fastlane#9736) via JacobMuchow
* [spaceship] Manage JWT / keys with Spaceship (fastlane#9560) via Stefan Natchev
* [precheck] Remove tizen from platforms rule, it's not needed and causes issues (fastlane#9766) via Joshua Liebowitz
* [precheck] Add automated testing (fastlane#9767) via Joshua Liebowitz
* [docs] Fix invalid quotes in ToolsAndDebugging.md (fastlane#9762) via Daniel Beard
* [docs] Add cert, sigh and match section to FAQs (fastlane#9738) via Felix Krause
* [docs] Update README to call out what operating systems can run fastlane (fastlane#9721) via Joshua Liebowitz

https://github.com/fastlane/fastlane/releases/tag/2.47.0

2.46.1

Toggle 2.46.1's commit message
Version bump to 2.46.1 (fastlane#9734)

fastlane/2.46.1

Toggle fastlane/2.46.1's commit message
Improved build error output

* [gym] Improve build error output to be more clear (fastlane#9727) via Felix Krause
* Fix grammer mistakes in docs (fastlane#9731) via Justin Swart
* Fix markdown formating in iTunesConnect (fastlane#9725) via Eugene Oskin
* add the word 'you' that was missing (fastlane#9713) via Tim Myers

This release will make it easier to see the raw `xcodebuild` error message when something goes wrong during code ssigning or building your app 🚀

https://github.com/fastlane/fastlane/releases/tag/2.46.1

2.46.0

Toggle 2.46.0's commit message
Version bump to 2.46.0 (fastlane#9699)

fastlane/2.46.0

Toggle fastlane/2.46.0's commit message
Overall improvements

* Catch OpenSSL SSL error as well as Faraday to show instructions (fastlane#9680) via Felix Krause
* Improve error message instructions for OpenSSL errors (fastlane#9681) via Felix Krause
* Recursively search through `apk` directory in gradle action (fastlane#9688) via Felix Krause
* Update gym runner to explicitly return the path (fastlane#9705) via Felix Krause
* Update gym action to work if no ipa path is returned (fastlane#9706) via Felix Krause
* Fix gym action and implementation when user provide path instead of hash (fastlane#9701) via Felix Krause
* Allow the slather action to accept multiple binary_basename and binary_file arguments (fastlane#9696) via Renaud Lienhart
* Fix google_play_track_version_codes options (fastlane#9693) via Pan Thomakos
* Plugin scores: follow redirects (fastlane#9659) via Felix Krause

https://github.com/fastlane/fastlane/releases/tag/2.46.0

fastlane/2.45.0

Toggle fastlane/2.45.0's commit message
Improved docs and bugfixes

* Improve documentation across all of fastlane (fastlane#9665) via Wolfgang Lutz
* Fix using the wrong team ID/Name in precheck from Appfile (fastlane#9656) via Felix Krause
* Remove Bundler.setup in favor of shelling out to the Bundler in a new plugin directory in unit tests. (fastlane#9650) via Jimmy Dee
* Add verification of Xcode version when running fastlane (fastlane#9609) via Felix Krause
* Imporve match nuke readme (fastlane#9635) via Felix Krause
* Add `google_play_track_version_codes` action (fastlane#9634) via Pan Thomakos
* Detect number of tests for fastlane plugins and score accordingly (fastlane#9632) via Felix Krause

https://github.com/fastlane/fastlane/releases/tag/2.45.0

2.45.0

Toggle 2.45.0's commit message
Improve documentation (fastlane#9665)

* Improve documentation of options

* improve description

* remove todos