Skip to content

Releases: airsdk/apm

1.4.0

Choose a tag to compare

@marchbold marchbold released this 24 Feb 04:58
16d52ee

feat(project): add new project command to facilitate setting build type variations of the app id, and version (resolves #157)

1.3.0

Choose a tag to compare

@marchbold marchbold released this 20 Jan 12:11
50539aa

feat(app-descriptor): ios plist merge takes highest minimum os version from packages and config
fix(install): correct install detection of local airpackage file
feat(cache): add local user cache for downloaded packages to avoid download for different projects
feat(generate): add handling of comments in plist merges for iOS info additions and entitlements
feat(templates): update android manifest and ios info addition config templates
feat(data): add ability to set different application identifiers for build types (resolves #157)
fix(windows): add overwrite flag for existing temp zip file (resolves #150)
feat(windows): improved hash code detection from certutil output on Windows server (#149)

1.2.0

Choose a tag to compare

@marchbold marchbold released this 24 Aug 01:01
a6a6254

feat(outdated): change output to only display outdated extensions with options to display all (resolves #152)
feat(update): reorder processes so only uninstall outdated packages after validation checks have been performed on the new versions
fix(update): fix issue with update where an interupted update will result in an extension being removed
feat(data): sort install packages in consistent order to make structure more consistent
feat(data): improve output format of project files to make structure more consistent
fix(matching): resolve issue with identifier matching when incorrect case in package json
fix(windows,install): fix for powershell zip command failing on windows 8 (resolves #154)

1.1.7

Choose a tag to compare

@marchbold marchbold released this 23 Jun 08:04
fe8a03a

fix(init): correct process of creating a project from an app descriptor with a localised name (resolves #136)

1.1.6

Choose a tag to compare

@marchbold marchbold released this 09 Jun 03:18
1217b17

feat(scripts): add multi-instance flag to avoid multiple instances of apm interrupting each other (resolves #142)

1.1.5

Choose a tag to compare

@marchbold marchbold released this 15 Mar 08:25

Critical bug fix for invalid variable

1.1.4

Choose a tag to compare

@marchbold marchbold released this 15 Mar 08:17

Resolve issue with manifest merging overrides not working correctly

1.1.3

Choose a tag to compare

@marchbold marchbold released this 24 Feb 07:22

Update Android manifest merge to support modification to main activity eg for deep links with url scheme
Added additional verbose log outputs for download checksum checks
Add nodebug flag to macos script (resolves #100)

1.1.2

Choose a tag to compare

@marchbold marchbold released this 15 Dec 05:18

Minor update to correct handling of beta reports entitlement on iOS

1.1.1

Choose a tag to compare

@marchbold marchbold released this 03 Dec 07:05

First minor update to apm

  • Add install lock file to store package installation state and speed up subsequent install calls
  • Add generate config command
  • Build types for config params
  • Improve WSL handling
  • New project config tools to help with configuration process
  • Range of bug fixes