diff --git a/CHANGELOG.md b/CHANGELOG.md index c190e0e6..e37b6714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.9.23 +### GeckoView 142.0.1 + +**New Features** +- Added Tor Bridge support with automatic configuration and bridge updates +- Added setting to display dialog for choosing external link handling behavior + +**Bug Fixes** +- Fixed media upload issues on websites +- Fixed hardening settings UI display problems + +**Improvements** +- Enhanced bottom sheet user interface +- Improved URI parsing and protocol detection for address bar input + ## 0.9.22 ### GeckoView 142.0 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 10c38319..ed43d209 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -2,7 +2,7 @@ name: weblibre description: "The Privacy-Focused & AI-Powered Research Browser" publish_to: 'none' resolution: workspace -version: 0.9.23-alpha-3+26 +version: 0.9.23+27 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/27.txt b/metadata/en-US/changelogs/27.txt new file mode 100644 index 00000000..76f6d3a9 --- /dev/null +++ b/metadata/en-US/changelogs/27.txt @@ -0,0 +1,13 @@ +GeckoView 142.0.1 + +**New Features** +- Added Tor Bridge support with automatic configuration and bridge updates +- Added setting to display dialog for choosing external link handling behavior + +**Bug Fixes** +- Fixed media upload issues on websites +- Fixed hardening settings UI display problems + +**Improvements** +- Enhanced bottom sheet user interface +- Improved URI parsing and protocol detection for address bar input \ No newline at end of file