Skip to content

Commit d0e3473

Browse files
committed
🔖 9.6.0
1 parent 2ac2e30 commit d0e3473

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ that can be found in the LICENSE file. -->
99
1010
## Unreleased
1111

12+
*None.*
13+
14+
## 9.6.0
15+
1216
**New features**
1317

14-
- Expose more route settings. Users are now be able to control the route settings for the picker and viewer.
18+
- Expose more route settings.
19+
Users will now be able to control the route settings for the picker and viewer.
1520

1621
**Improvements**
1722

@@ -23,6 +28,7 @@ that can be found in the LICENSE file. -->
2328

2429
- Fix semantics with the close button.
2530
- Fix `selectPredicate` not being called when selecting the video asset under the WeChat Moment mode.
31+
- Manually dispose memory leak objects.
2632

2733
## 9.5.1
2834

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker_demo
22
description: The demo project for the wechat_assets_picker package.
3-
version: 9.5.1+66
3+
version: 9.6.0+67
44
publish_to: none
55

66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_assets_picker
2-
version: 9.5.1
2+
version: 9.6.0
33
description: |
44
An image picker (also with videos and audio)
55
for Flutter projects based on WeChat's UI,

0 commit comments

Comments
 (0)