Skip to content

Commit 0012a41

Browse files
committed
🔖 8.6.1
1 parent 9f68826 commit 0012a41

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ that can be found in the LICENSE file. -->
66

77
See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions.
88

9+
## 8.6.1
10+
11+
### Improvements
12+
13+
- Remove `needTitle` for image filter options.
14+
15+
### Fixes
16+
17+
- Fix hit test when previewing videos.
18+
919
## 8.6.0
1020

1121
### Breaking changes

README-ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ Language: [English](README.md) | 中文
102102

103103
## 截图 📸
104104

105-
| ![1](https://pic.alexv525.com/2021-07-05-picker_1.jpg) | ![2](https://pic.alexv525.com/2021-07-05-picker_2.jpg) | ![3](https://pic.alexv525.com/2021-07-05-picker_3.jpg) |
105+
| ![1](screenshots/README_1.webp) | ![2](screenshots/README_2.webp) | ![3](screenshots/README_3.webp) |
106106
|----------------------------------------------------------|----------------------------------------------------------|----------------------------------------------------------|
107-
| ![4](https://pic.alexv525.com/2021-07-05-picker_4.jpg) | ![5](https://pic.alexv525.com/2021-07-05-picker_5.jpg) | ![6](https://pic.alexv525.com/2021-07-05-picker_6.jpg) |
108-
| ![7](https://pic.alexv525.com/2021-07-06-picker_7.jpg) | ![8](https://pic.alexv525.com/2021-07-05-picker_8.jpg) | ![9](https://pic.alexv525.com/2021-07-05-picker_9-1.jpg) |
107+
| ![4](screenshots/README_4.webp) | ![5](screenshots/README_5.webp) | ![6](screenshots/README_6.webp) |
108+
| ![7](screenshots/README_7.webp) | ![8](screenshots/README_8.webp) | ![9](screenshots/README_9.webp) |
109109
| ![10](https://pic.alexv525.com/2021-07-05-picker_10.png) | ![10](https://pic.alexv525.com/2021-07-05-picker_11.png) | ![12](https://pic.alexv525.com/2021-07-05-picker_12.png) |
110110

111111
## 开始前的注意事项 ‼️

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ See the [Migration Guide][] to learn how to migrate between breaking changes.
107107

108108
## Screenshots 📸
109109

110-
| ![1](https://pic.alexv525.com/2021-07-05-picker_1.jpg) | ![2](https://pic.alexv525.com/2021-07-05-picker_2.jpg) | ![3](https://pic.alexv525.com/2021-07-05-picker_3.jpg) |
110+
| ![1](screenshots/README_1.webp) | ![2](screenshots/README_2.webp) | ![3](screenshots/README_3.webp) |
111111
|----------------------------------------------------------|----------------------------------------------------------|----------------------------------------------------------|
112-
| ![4](https://pic.alexv525.com/2021-07-05-picker_4.jpg) | ![5](https://pic.alexv525.com/2021-07-05-picker_5.jpg) | ![6](https://pic.alexv525.com/2021-07-05-picker_6.jpg) |
113-
| ![7](https://pic.alexv525.com/2021-07-06-picker_7.jpg) | ![8](https://pic.alexv525.com/2021-07-05-picker_8.jpg) | ![9](https://pic.alexv525.com/2021-07-05-picker_9-1.jpg) |
112+
| ![4](screenshots/README_4.webp) | ![5](screenshots/README_5.webp) | ![6](screenshots/README_6.webp) |
113+
| ![7](screenshots/README_7.webp) | ![8](screenshots/README_8.webp) | ![9](screenshots/README_9.webp) |
114114
| ![10](https://pic.alexv525.com/2021-07-05-picker_10.png) | ![10](https://pic.alexv525.com/2021-07-05-picker_11.png) | ![12](https://pic.alexv525.com/2021-07-05-picker_12.png) |
115115

116116
## READ THIS FIRST ‼️

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: wechat_assets_picker_demo
22
description: The demo project for the wechat_assets_picker package.
3-
version: 8.6.0+40
3+
version: 8.6.1+41
44
publish_to: none
55

66
environment:
7-
sdk: '>=3.0.0 <4.0.0'
7+
sdk: '>=3.0.0'
88
flutter: '>=3.10.0'
99

1010
dependencies:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_assets_picker
2-
version: 8.6.0
2+
version: 8.6.1
33
description: |
44
An image picker (also with videos and audio)
55
for Flutter projects based on WeChat's UI,
@@ -9,7 +9,7 @@ repository: https://github.com/fluttercandies/flutter_wechat_assets_picker
99
issue_tracker: https://github.com/fluttercandies/flutter_wechat_assets_picker/issues
1010

1111
environment:
12-
sdk: '>=3.0.0 <4.0.0'
12+
sdk: '>=3.0.0'
1313
flutter: '>=3.10.0'
1414

1515
dependencies:

0 commit comments

Comments
 (0)