release version 0.4.0

This commit is contained in:
Wenqi Li 2021-01-12 17:03:24 +08:00
parent af598888b8
commit 61a3ed8a10
2 changed files with 15 additions and 1 deletions

View File

@ -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 ## 0.3.0
Force ```getFile``` to use high quality format for videos in iOS platform. Force ```getFile``` to use high quality format for videos in iOS platform.

View File

@ -1,6 +1,6 @@
name: photo_gallery name: photo_gallery
description: A Flutter plugin that retrieves images and videos from mobile native 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 repository: https://github.com/Firelands128/photo_gallery
environment: environment: