From dce3b48e90acc52f78ed881c8592c636a7772a6a Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Fri, 5 May 2023 23:52:26 +0800 Subject: [PATCH] release version 1.2.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe2fa2..2194157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.2.0 + +Upgrade versions of flutter, android sdk, kotlin, gradle and so on. + +Remove ORIENTATION field of video metadata because it's invalid before Android 10. + +Add default album thumbnail to show when album is empty. + ## 1.1.1 Fix a bug that "newest" argument is not working on Android 29 or below. diff --git a/pubspec.yaml b/pubspec.yaml index dfda921..6ac907c 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: 1.1.1 +version: 1.2.0 repository: https://github.com/Firelands128/photo_gallery environment: