Skip to content

Releases: codemagic-ci-cd/cli-tools

v0.60.2

28 Aug 14:29
5a632c9
Compare
Choose a tag to compare

Bugfixes

  • Fix TypeError in firebase-app-distribution actions if Firebase release response is missing displayVersion attribute. PR #474

v0.60.1

25 Aug 09:47
468b39e
Compare
Choose a tag to compare

Bugfixes

  • Fix action firebase-app-distribution get-latest-build-version by supporting new updateTime and expireTime timestamps for releases. PR #473

v0.60.0

16 Jun 10:16
6d48649
Compare
Choose a tag to compare

This release contains changes from PR #469.

Features

  • Add option --delete-stale-profiles to action app-store-connect fetch-signing-files to delete encountered stale provisioning profiles. Those profiles are not shown in Apple Developer Portal and cannot be queried using normal App Store Connect API profiles read and listing endpoints.

Docs

  • Update docs for app-store-connect fetch-signing-files.

v0.59.1

12 Jun 09:58
667ac8a
Compare
Choose a tag to compare

Bugfix

  • Fix --type argument for google-play deobfuscation-files upload. PR #470

v0.59.0

06 Jun 07:56
7a88237
Compare
Choose a tag to compare

This release contains changes from PR #467.

Breaking

  • Enumeration value DEVELOPER_ID_APPLICATION_G2 is removed from codemagic.apple.resources.CertificateType.

Bugfixes

  • Fix action app-store-connect fetch-signing-files when fetching signing files for macOS apps that use direct distribution provisioning profiles (invoked with either option --type=MAC_APP_DIRECT or --type=MAC_CATALYST_APP_DIRECT).
  • Fix action app-store-connect certificates list when listing certificates for macOS direct distribution provisioning profiles or explicitly with type DEVELOPER_ID_APPLICATION_G2 (either invoked with --profile-type=MAC_APP_DIRECT, --profile-type=MAC_CATALYST_APP_DIRECT or --type=DEVELOPER_ID_APPLICATION_G2).
  • Fix action app-store-connect certificates create when invoked with --type=DEVELOPER_ID_APPLICATION_G2.

Docs

  • Update docs for app-store-connect certificates create.
  • Update docs for app-store-connect certificates list.

v0.58.3

28 May 09:28
Compare
Choose a tag to compare
  • Fix parsing datetime in Apple API response that contains nanoseconds. PR #465.

v0.58.2

27 May 09:08
Compare
Choose a tag to compare

Improvements

  • Add missing App Store Connect locale definition for Vietnamese language. PR #466

Special thanks for contribution to @xalanq.

v0.58.1

14 Apr 12:03
8612665
Compare
Choose a tag to compare
  • Fix google-play apks publish and google-play apks upload actions on Windows. PR #463.

v0.58.0

14 Apr 09:49
18de07b
Compare
Choose a tag to compare

This release contains changes from PR #461.

Features

  • Added support for a new configuration option to define a custom bundletool.jar path.
  • Add option to specify custom bundletool jar for android-app-bundle via --bundletool argument.
  • New action android-app-bundle bundletool info to show information about used Bundletool (Java runtime, Bundletool path and Bundletool version).

Deprecations

  • Action android-app-bundle bundletool-version was deprecated and shows a warning message when invoked. It is replaced by android-app-bundle bundletool version.

Development

  • codemagic.shell_tools.Bundletool now accepts optional keyword argument jar to specify bundletool jar path that should be used.

Bugfixes

  • Fix using non-built-in types for CLI arguments that can be defined via environment variables.

Docs

  • Update docs for tool android-app-bundle.

v0.57.9

14 Apr 09:42
c5a5ef5
Compare
Choose a tag to compare

Bugfixes

  • Fix empty release notes text usage for Google Play release tracks. PR #462

Improvements

  • Speed up Androguard installation with codemagic-cli-tools ensure-androgurad on hosts where uv is present. PR #463s