Releases: mediagrid/capacitor-native-audio
Releases · mediagrid/capacitor-native-audio
v2.2.0
v2.1.1
v2.1.0
What's Changed
- feat: Add album title and artist name by @wsamoht in #24
- Bump Android Media3 library to v1.6.1 in e62d224b
Possible breaking change
When calling changeMetadata()
, any params not sent will now explicitly be set to an empty value. Before we didn't touch them.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
v1.2.0
v1.1.0
v1.0.0
Initial release 🤩🚀🎉
If coming from the local plugin, please note the following items:
- Android: Service declaration and permissions were updated (see the README)
- Android: The notification
icon ic_stat_icon_default
is no longer being used, if you are using the same icon for local/push notifications, you’ll want to keep it around - Android: A new
artworkSource
option was added in lieu of the notification icon