From 3f49ed8b5e6c242e5ac5e5c8441198591c123206 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 26 Sep 2024 11:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=203.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e32d502f..8a211870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ To know more about breaking changes, see the [Migration Guide][]. ## Unreleased +*None.* + +## 3.5.0 + ### Features - Provide `PMDarwinAVFileType` to help convert entities' files on iOS and macOS by making explicit exports. @@ -17,11 +21,11 @@ To know more about breaking changes, see the [Migration Guide][]. - Improve cache output path equality on iOS and macOS. - Get the current resource filename rather than the raw one on iOS and macOS. Also the plugin expands the ability when getting titles. -- Use `PHCachingImageManager` to improve images memory caches on iOS and macOS. +- Use `PHCachingImageManager` to improve image memory caches on iOS and macOS. ### Fixes -- Fix incorrect download finished predication during iCloud file downloading. +- Fix incorrect download finished prediction during iCloud file downloading. ## 3.4.0 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 6f6dca1e..432a98c8 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_manager_example description: Demonstrates how to use the photo_manager plugin. -version: 3.4.0+32 +version: 3.5.0+33 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 39633f68..4e7ea8d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: photo_manager description: A Flutter plugin that provides album assets abstraction management APIs on Android, iOS, macOS, and OpenHarmony. repository: https://github.com/fluttercandies/flutter_photo_manager -version: 3.4.0 +version: 3.5.0 environment: sdk: ">=2.13.0 <4.0.0"