Skip to content

Releases: mediagrid/capacitor-native-audio

v2.2.0

18 Jun 17:21
Compare
Choose a tag to compare

What's Changed

  • feat: Add metadata update via URL on an interval by @wsamoht in #25
  • example: Improve play status and change Vite default port

Full Changelog: v2.1.1...v2.2.0

v2.1.1

30 May 21:32
Compare
Choose a tag to compare

What's Changed

  • fix: Android - duration and currentTime returning long instead of float by @mevatron in #30

Full Changelog: v2.1.0...v2.1.1

v2.1.0

06 May 14:29
Compare
Choose a tag to compare

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

11 Feb 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

v1.2.0

13 Dec 20:44
Compare
Choose a tag to compare

What's Changed

  • feat: Add ability to disable seek buttons in notification by @wsamoht in #15
  • feat: Add iOS URL artwork image support by @wsamoht in #14
  • fix: Adjust Android focus and content type settings by @wsamoht in 7cf66e2

Full Changelog: v1.1.0...v1.2.0

v1.1.0

01 Oct 14:19
Compare
Choose a tag to compare

What's Changed

  • chore: Bring ios checks to parity with android by @wsamoht in #5
  • feat: Add method to change metadata by @wsamoht in #6
  • chore: Bump Android Media3 library to v1.4.1

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

14 Aug 20:36
Compare
Choose a tag to compare

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