diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6c1a28..423e28ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,31 +4,14 @@ that can be found in the LICENSE file. --> # CHANGELOG -## 2.2.0-dev.5 +## 2.2.0 -### Fixes - -- Fix invalid `RELATIVE_PATH` obtains with cursors on Android Q-. (#810) - -## 2.2.0-dev.4 - -### Improvements - -- Improve assets count assignments. (#804) -- Improve cursors conversion on Android. (#806) - -## 2.2.0-dev.3 - -### Improvements - -- Improve `MD5Utils` on iOS. (#802) -- Improve cache container mutations on iOS. (#803) - -### Fixes - -- Fix not replied method calls (#800). +### Breaking changes -## 2.2.0-dev.2 +- Introduce `AssetPathEntity.assetCountAsync` getter, + which improves the speed when loading paths mainly on iOS, also: + - Deprecate `AssetPathEntity.assetCount`. + - Remove `FilterOptionGroup.containsEmptyAlbum`. ### Improvements @@ -36,20 +19,17 @@ that can be found in the LICENSE file. --> - Add `PermissionState.hasAccess` getter for better condition judgement. (#792) - Remove unnecessary assets fetch in `getMediaUrl` on iOS. (#793) - Improve `AssetEntity.obtainForNewProperties` on iOS. (#794) +- Improve `MD5Utils` on iOS. (#802) +- Improve cache container mutations on iOS. (#803) +- Improve assets count assignments. (#804) +- Improve cursors conversion on Android. (#806) ### Fixes - Purpose video creation correctly on iOS. (#791) - Mark assets as favorite on iOS. (#794) - -## 2.2.0-dev.1 - -### Breaking changes - -- Introduce `AssetPathEntity.assetCountAsync` getter, - which improves the speed when loading paths mainly on iOS, also: - - Deprecate `AssetPathEntity.assetCount`. - - Remove `FilterOptionGroup.containsEmptyAlbum`. +- Fix not replied method calls (#800). +- Fix invalid `RELATIVE_PATH` obtains with cursors on Android Q-. (#810) ## 2.1.4 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0f1988ba..552e46d8 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: 2.2.0+12 +version: 2.2.0+13 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index d50ddd4d..e5417466 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: photo_manager description: A Flutter plugin that provides assets abstraction management APIs on Android, iOS, and macOS. repository: https://github.com/fluttercandies/flutter_photo_manager -version: 2.2.0-dev.5 +version: 2.2.0 environment: sdk: ">=2.13.0 <3.0.0"