Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (27 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

58 lines (27 loc) · 2.53 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • This plugin now only supports Capacitor 5. Also, on Android 13, you now have to call requestPermissions().

Features

0.3.0 (2023-03-14)

⚠ BREAKING CHANGES

  • The following permission must be added to your AndroidManifest.xml before or after the application tag: <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

Features

  • add methods moveToForeground, requestManageOverlayPermission and checkManageOverlayPermission (7ef8d91)

0.2.0 (2023-03-12)

⚠ BREAKING CHANGES

  • The following receiver must be added to your AndroidManifest.xml in the application tag: <receiver android:name="io.capawesome.capacitorjs.plugins.foregroundservice.NotificationActionBroadcastReceiver" />

Features

  • support notification buttons (#3) (46f448c)

0.1.0 (2022-12-09)

⚠ BREAKING CHANGES

  • The following permission must be added to your AndroidManifest.xml before the application tag: <uses-permission android:name="android.permission.WAKE_LOCK" />

Features

0.0.2 (2022-09-25)

Features

  • open app on notification click (#1) (5754816)

0.0.1 (2022-09-05)

Initial release 🎉