Skip to content

Commit

Permalink
🔖 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 26, 2024
1 parent b875673 commit 3f49ed8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3f49ed8

Please sign in to comment.