Releases: capacitor-community/media
Releases · capacitor-community/media
v7.0.0
v6.0.0
- Update to Capacitor 6
- Fix missing source maps
- Add
getMediaByIdentifier()
to get full-size media to web layer on iOS - Improve error handling on Android
- Improve download performance on Android
- Add error codes to promise rejections
- Handle image URLs without extensions properly on Android
- Remove
saveGif
-- functionality is now insavePhoto
v5.4.1
- Update
getMedias()
to also return video thumbnails - Save images in their source format when using
savePhoto()
to save space on iOS
v5.4.0
- Add
getAlbumsPath()
to Android for getting path where albums are stored for more accurate album identification
v5.3.1
- Fix runtime error when downloading file from the Internet on older Android versions
v5.3.0
- Catch
copyFile()
crash when downloading file from the Internet
v5.2.2
- Fix bug in
getAlbums()
with only videos in albums
v5.2.1
- Add custom filenames on Android
- Fix bug in
getAlbums()
with trashed items in folder
v5.2.0
- Allow add-only photo permissions on iOS 14+
v5.1.0
- Keep EXIF data when saving images with
savePhoto()