From 61a3ed8a109f9dd109c99e71044d0e0e3c79c5bc Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Tue, 12 Jan 2021 17:03:24 +0800 Subject: [PATCH] release version 0.4.0 --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02be14c..fd644bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.4.0 + +Add ```cleanCache``` api to clean the cache directory. + +Add ```mimeType``` attribute of ```Medium```. + +Add alternative media query syntax to support Android 11. + +Cache original image data to a cached file and keep original medium file extension in iOS. + +Fix a problem of collection possibly be nil. + +Update .gitignore file. + ## 0.3.0 Force ```getFile``` to use high quality format for videos in iOS platform. diff --git a/pubspec.yaml b/pubspec.yaml index 481e865..923359e 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: 0.3.0 +version: 0.4.0 repository: https://github.com/Firelands128/photo_gallery environment: