Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

71 lines (46 loc) · 3.79 KB

Changelog

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

5.4.0 (2023-12-19)

  • Add getAlbumsPath() to Android for getting path where albums are stored for more accurate album identification

5.3.1 (2023-12-05)

  • Fix runtime error when downloading file from the Internet on older Android versions

5.3.0 (2023-10-30)

  • Catch copyFile() crash when downloading file from the Internet

5.2.2 (2023-08-23)

  • Fix bug in getAlbums() with only videos in albums

5.2.1 (2023-08-13)

  • Add custom filenames on Android
  • Fix bug in getAlbums() with trashed items in folder

5.2.0 (2023-08-13)

  • Allow add-only photo permissions on iOS 14+

5.1.0 (2023-08-04)

  • Keep EXIF data when saving images with savePhoto()

5.0.1 (2023-06-01)

  • Fixes permissions on Android 13 (API 33+)

5.0.0 (2023-05-11)

  • Updates to Capacitor 5
  • Returns album identifiers on Android
  • BREAKING: Requires album identifiers instead of album name to add media to albums on Android
  • Returns empty album names on Android

4.2.0 (2023-03-17)

This update:

  • Standardizes APIs: the iOS and Android versions of this plugin should have feature parity, bar getMedias.
  • Updates documentation: the README is now generated via docgen.
  • Gives code examples: almost all of the plugin's functionality can be tested using a new demo app.

4.1.0 (2023-02-20)

Features

  • get-medias/sort: add option to customize sort on getMedias (#37) (187b253)

1.0.1 (2020-07-01)

Features

Bug Fixes

  • android: revamp platform. fixes #6 (ebdce5b)

1.0.0 (2020-06-28)

Features

  • android: update to capacitor v2 (42b5620)
  • release capacitor plugin for medias (62a47e1)

Bug Fixes

  • album: media definition (bc07a5a)
  • android: add app compat (b7f8834)
  • android: enable api 29 for saveMedia (e446af5)
  • capacitor implementation (024ce37)