diff --git a/CHANGELOG.md b/CHANGELOG.md index eaad6663..ad1c20a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ that can be found in the LICENSE file. --> *None.* +## 9.4.2 + +### Improvements + +- Add Traditional Chinese language text delegate. (Thanks to @Gasol) +- Improves the default sort conditions on Android. + ## 9.4.1 ### Improvements @@ -169,7 +176,7 @@ that can be found in the LICENSE file. --> ### New features -- Add Korean language support. (#494) +- Add Korean language support. (Thanks to @LIMMIHEE) ### Improvements @@ -223,7 +230,7 @@ that can be found in the LICENSE file. --> ### New features - Sync all UI details from WeChat 8.3.x. (#458) -- Add Turkish language text delegate. (#331). +- Add Turkish language text delegate. (Thanks to @cevheri). - Allow to confirm 0 assets if there are selected assets previously. (#461) ### Improvements @@ -245,7 +252,7 @@ that can be found in the LICENSE file. --> ### New features -- Add Vietnamese language text delegate. (#424). +- Add Vietnamese language text delegate. (Thanks to @nploi). ### Improvements diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8f45c489..f3a47095 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_assets_picker_demo description: The demo project for the wechat_assets_picker package. -version: 9.4.1+63 +version: 9.4.2+64 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index b227f2db..708cb3f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_assets_picker -version: 9.4.1 +version: 9.4.2 description: | An image picker (also with videos and audio) for Flutter projects based on WeChat's UI,