You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native package upload (pushy package upload / publish --package): the slim package is now built by copying the bundle and asset entries byte-for-byte from the APK / IPA / APP instead of re-deflating each of them, so it is bound by disk I/O rather than CPU. Archives that would need ZIP64 keep the previous repack path.
Dropped the semver dependency (version comparisons use compare-versions).