From 4da063342eae393a6d72a43b59add2515207add9 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Thu, 27 Jul 2023 22:35:23 +0800 Subject: [PATCH] release version 2.1.0 --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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: