From d2af8d254b6fbc348de7a31840d4a1b0aa8460b2 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Wed, 21 Apr 2021 22:19:20 +0800 Subject: [PATCH] release version 1.0.1 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffe67e..afeaac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.1 + +Add "mimeType" parameter in "getFile" API to allow specifying image format when get full image on both platforms. + +Add optional "hideIfEmpty" parameter in "listAlbums" API to show empty albums, only available on iOS platform. + +Accept "highQuality" parameter in "getThumbnail" and "getAlbumThumbnail" API on Android platform. + ## 1.0.0 Add null safety support. diff --git a/pubspec.yaml b/pubspec.yaml index ec79eb5..8dcba54 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.0.0 +version: 1.0.1 repository: https://github.com/Firelands128/photo_gallery environment: