Skip to content

Releases: microsoft/fastlane-plugin-appcenter

v1.7.1

04 Dec 10:33
Compare
Choose a tag to compare

Changes:

  • Add support for all destination groups using '*'

v1.7.0

15 Nov 07:21
Compare
Choose a tag to compare

Changes:

  • Introduced a new option upload_build_only to upload the builds and skips the symbols or mapping
  • Added support for automatic creation of Windows App by prompting the app_platform
  • Fixed the priority of :file parameter (thanks to @tommeier #156)
  • Fixed few more bugs and warnings

v1.6.0

01 Nov 07:40
Compare
Choose a tag to compare

Adds support to:

  • All known platform and file extensions for upload (see #136)
  • Integration with Azure Pipelines with nicely integrated JUnit test results
  • strict mode which will fail early an upload if the plugin detects an inconsistency

Deprecates:

  • apk:, aab:, ipa: fields. They've all been superseded by file:.

v1.5.0

14 Oct 07:20
Compare
Choose a tag to compare

Changes:

  • Added new action appcenter_fetch_devices (many thanks to @benkane)
  • Added support for dsa_signature to support Sparkle update feeds
  • Improved documentation and logs

v1.4.0

30 Aug 03:07
Compare
Choose a tag to compare

Changes:

  • Add support for macOS .app.zip, .pkg and .dmg binary uploads
  • Add support for automatic creation of macOS apps
  • Add a few safety checks for AAB uploads

v1.3.0

14 Aug 17:51
Compare
Choose a tag to compare
  • Added optional owner_type field to support automatic app creation in organizations

v1.2.1

25 Jul 14:58
Compare
Choose a tag to compare
Version 1.2.1

v1.2.0

24 Jul 04:39
Compare
Choose a tag to compare
  • Android App Bundle support #95

v1.1.1

09 Jul 16:11
Compare
Choose a tag to compare
Version 1.1.1

v1.1.0

26 Jun 16:29
a4ebc2b
Compare
Choose a tag to compare

Fixed #83