diff --git a/CHANGELOG.md b/CHANGELOG.md index 911123a4..d5ed3513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 0.9.20 +### GeckoView 142.0 + +* Added 'Undo' action for closed tabs +* Added swipe gesture to close tab +* Added compatibility for receiving intents of various MIME types +* Introduced Bounce Tracking Protection +* Introduced Query Parameter Stripping as setting +* Introduced setting to control default tab type for creating new tabs and opening links +* Upgraded Flutter to latest stable version +* Automatic hide tab bar on scroll +* Sort newly created tabs after parent instead of at front +* Set default fallback encoding for Web Feeds to UTF-8 +* Take full screen size when in fullscreen mode +* Improved error logging +* Filter out sensitive logs +* Minor UI improvements +* Fix Reader Mode issue on back navigation +* Fix bottom sheet scrolling issues + ## 0.9.17 * Reworked Tab UI into bottom sheet diff --git a/app/pubspec.yaml b/app/pubspec.yaml index cc0b1310..6d4b6b51 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: weblibre description: "The Privacy-Focused & AI-Powered Research Browser" publish_to: 'none' -version: 0.9.18-alpha-7+23 +version: 0.9.20+24 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/24.txt b/metadata/en-US/changelogs/24.txt new file mode 100644 index 00000000..ca67f1a1 --- /dev/null +++ b/metadata/en-US/changelogs/24.txt @@ -0,0 +1,18 @@ +### GeckoView 142.0 + +* Added 'Undo' action for closed tabs +* Added swipe gesture to close tab +* Added compatibility for receiving intents of various MIME types +* Introduced Bounce Tracking Protection +* Introduced Query Parameter Stripping as setting +* Introduced setting to control default tab type for creating new tabs and opening links +* Upgraded Flutter to latest stable version +* Automatic hide tab bar on scroll +* Sort newly created tabs after parent instead of at front +* Set default fallback encoding for Web Feeds to UTF-8 +* Take full screen size when in fullscreen mode +* Improved error logging +* Filter out sensitive logs +* Minor UI improvements +* Fix Reader Mode issue on back navigation +* Fix bottom sheet scrolling issues \ No newline at end of file