Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

v4.1.0-beta

Compare
Choose a tag to compare
@max-mironov max-mironov released this 20 Jul 10:43
· 364 commits to master since this release

New Features and Improvements

  1. Added tvOS target for iOS (#824) Thanks @JulienKode

  2. Added an optional callback function that can be used to notify user if there are any binary updates (#920) Thanks @akki-ng and @disharmonized

Bug Fixes

  1. Fix declaration of "_installMode" to remove warnings (#922) Thanks @newyankeecodeshop

  2. Prevent Rollback crash when binary was updated (#924) Thanks @AndrewJack

Document Upgrade

  1. Added InstallMode.ON_NEXT_SUSPEND option description (#928) Thanks @disharmonized