diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a919b5..9e53d8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.4.0 + +* Add warning popup when using menu > clear all on Downloads screen +* Fix built-in updater did not works (bug since 1.3.8) +* Fix search suggestion and history filtering method +* Fix some jank on homepage caused by unnecessary layout rebuilds +* Optimize search screen UI performance +* Show recent changelog after updating the app +* Update flutter to 3.10.4 + ## 1.3.9 * Fix video player keeps playing when navigating to the next screen * Apply high-framerate workaround for crappy OS such as OxygenOS diff --git a/pubspec.yaml b/pubspec.yaml index 4a83f49d..e379ae6d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.3.9+37 +version: 1.4.0+38 environment: sdk: ">=3.0.3 <4.0.0"