- 4cc44dd: Adding a new App API, as well as app badge manipulation methods to the Notifications API
- 36d9a61: Fixing typo in CapacitorWatch interface name
- 3194a7d: Updates to support Capacitor 6
- 7adb608: (Android) Adding support for Content-Length in fetch requests
- 4957271: (iOS) Fixing task repeat functionality
-
142e96d: (iOS) KV: calling
get
on an non-existent key returns null instead of empty object (iOS) Fixed an issue within Runner that could potentially cause EXC_BAD_ACCESS crashes -
18f72b6: More reliability fixes for the JS Engine used in the Background Runner:
- (Android) Fixes in runtime during background execution
- (Android) Improvements in native lib handling for testing
When updating, if you have an existing Android app, be sure to delete the
android-js-engine-release.aar
fromandroid/src/main/libs
, and add the following toandroid/app/build.gradle
:... repositories { flatDir{ dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs' + dirs '../../node_modules/@capacitor/background-runner/android/src/main/libs', 'libs' } } ...
-
d6511b2: (Android): Fixing issue that disabled
appStateChange
events -
b09f30e: Reliability fixes for the JS Engine used in the Background Runner:
- (Android) Improvements to QuickJS integration
- (Android / iOS) Improvements in the handling of multiple dispatched events
- 174f2fe: Fixing incorrect method name in CapacitorGeolocation
- 11124d2: (iOS): Removing unnecessary run loop thread causing spike in CPU while the app was in the foreground
1.0.5 (2023-08-17)
- using fully qualitifed class name for TimedNotificationPublisher (c4b3bd8)
1.0.4 (2023-08-10)
Note: Version bump only for package @capacitor/background-runner
1.0.3 (2023-08-10)
Note: Version bump only for package @capacitor/background-runner
1.0.2 (2023-08-10)
Note: Version bump only for package @capacitor/background-runner
1.0.1 (2023-08-09)
- setting JavaVersion to 17 (#14) (5844d0c)
- Supporting post install script on Windows (#12) (75b4ed0)
- Updating to Gradle 8 (#17) (353dbe3)