Fastlane Plugin Changelog
[2.7.0] - 2024-09-24
- Add utility for checking for unmerged release branches before deployments
[2.6.1] - 2024-01-09
- Fix: missing blank? method because ActiveSupport requires you to load the extensions explicitly from 7.1
- Fix: Add null check to mapping path before file check
[2.6.0] - 2023-09-20
- Add option to expand ADO tickets with additional information
- Add ability to assign users to ADO tickets
[2.5.0] - 2023-09-20
- Added more options to the ADO queries for more in granular filtering.
- Save path to Android mapping file in lane context for easier access
[2.4.0] - 2023-09-04
- Copy the android mapping files as well as binaries after a build.
- Bump core library version dependency
[2.3.2] - 2023-04-06
- Add build variant suffix to android artifact names to reduce the chance of conflicting file names.
- Bump core library version dependency
[2.3.1] - 2023-04-05
- Fix issue with apk generation where path was returned incorrectly
- Bump core library version dependency
[2.3.0] - 2023-04-03
- Added utility for building APKs and AABs through fastlane.
[2.2.3] - 2023-01-26
- Bump core library version dependency
[2.2.2] - 2022-08-24
- Bump core library version dependency
[2.2.1] - 2022-08-21
- Reduce ruby version to match what bitrise has installed
[2.2.0] - 2022-08-16
- Bumped min ruby version to 3.0.0 to prevent subtle bugs
- Bump core library version dependency
[2.1.0] - 22-07-26
- Bump core library version dependency
[2.0.0] - 2022-05-25
- Implement ADO support for all relevant existing actions
[1.2.0] - 2022-05-17
- Automatically save generated release notes to a file on disk.
[1.1.0] - 2022-05-12
- Support allowing tickets that aren't assigned to a sprint to be moved.
- Create action for obtaining iOS deployment target
[1.0.0] - 2022-05-09 - Initial release
- Fastlane wrappers for new core functionality
Back to top