Skip to content

Commit

Permalink
🔖 2.2.0 (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Aug 13, 2022
1 parent 21101c0 commit f596d29
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 34 deletions.
44 changes: 12 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,32 @@ 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

- Improve assets change notify with better methods signature and checks. (#790)
- 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

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: 2.2.0+12
version: 2.2.0+13
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 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"
Expand Down

0 comments on commit f596d29

Please sign in to comment.