diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0a6a1..16fb02d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 2.1.0 + +Add deleting medium functionality. + +Add light weight option of listing media. + +Catch exception of getting medium thumbnail failed then show default image. + +Add requestLegacyExternalStorage flag back to be compatible with Android 10. + +Use photos permission for iOS14+. + +Improve performance of getting medium full information on iOS platform. + ## 2.0.2 Add some default value of models' property. diff --git a/pubspec.yaml b/pubspec.yaml index 8eb02fe..efd647b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_gallery description: A Flutter plugin that retrieves images and videos from mobile native gallery. -version: 2.0.2 +version: 2.1.0 repository: https://github.com/Firelands128/photo_gallery environment: