diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e53d8d2..1bb4f1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.4.1 + +* Fix BooruOnRails web post url scanning +* Fix downloading images that has special characters name +* Fix scanning issues on realbooru +* Improve scanning mechanism +* Initial support for Szurubooru +* Japanese and Thai translation update (by @rinme) +* Update flutter to 3.10.5 + ## 1.4.0 * Add warning popup when using menu > clear all on Downloads screen diff --git a/pubspec.yaml b/pubspec.yaml index d7255704..d1b975d8 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.4.0+38 +version: 1.4.1+39 environment: sdk: ">=3.0.3 <4.0.0"