Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Boorusphere 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxception committed Jun 10, 2023
1 parent 2a63c11 commit 0a6fe68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a6fe68

Please sign in to comment.