diff --git a/CHANGELOG.md b/CHANGELOG.md index 7543b141..d6af5565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 0.9.25 +### GeckoView 143.0.4 + +**New Features** +- Added AI feature to group related unassigned tabs into new containers +- Added setting to control how externally opened links are handled (now defaults to prompt) +- Added DoH (DNS over HTTPS) setting with predefined or custom DNS resolver options +- Added browser history view with options to view and delete history data +- Added tab bar swipe action setting with options: "Switch to last used Tab" and "Navigate Sequential Tabs" +- Added quick actions to open tabs via long press on home screen app icon +- Added developer setting to support third-party CA certificates +- Added support for custom addon collections +- Added developer setting to customize fingerprint protection measures + +**Improvements** +- Rewrote large portions of the Tor Plugin with option to route all traffic and fixed potential IP leaks (through browser side effects like loading favicons) +- Increased Tor background service timeout from 15 minutes to 1 hour without interaction +- Localhost URLs now default to `http` instead of `https` for better compatibility +- Display scrollable breadcrumb representation of URLs wherever possible for improved visibility +- Updated built-in Bangs +- Large portions of UI rewritten and improved + +**Breaking Changes** +- New database structure for bangs; saved bang frequency sorting has been reset + ## 0.9.24 ### GeckoView 143.0.0 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index a417d68e..cc85c7f6 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.25-alpha-15+28 +version: 0.9.25+29 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/29.txt b/metadata/en-US/changelogs/29.txt new file mode 100644 index 00000000..2eb9c8c6 --- /dev/null +++ b/metadata/en-US/changelogs/29.txt @@ -0,0 +1,23 @@ +GeckoView 143.0.4 + +**New Features** +- Added AI feature to group related unassigned tabs into new containers +- Added setting to control how externally opened links are handled (now defaults to prompt) +- Added DoH (DNS over HTTPS) setting with predefined or custom DNS resolver options +- Added browser history view with options to view and delete history data +- Added tab bar swipe action setting with options: "Switch to last used Tab" and "Navigate Sequential Tabs" +- Added quick actions to open tabs via long press on home screen app icon +- Added developer setting to support third-party CA certificates +- Added support for custom addon collections +- Added developer setting to customize fingerprint protection measures + +**Improvements** +- Rewrote large portions of the Tor Plugin with option to route all traffic and fixed potential IP leaks (through browser side effects like loading favicons) +- Increased Tor background service timeout from 15 minutes to 1 hour without interaction +- Localhost URLs now default to `http` instead of `https` for better compatibility +- Display scrollable breadcrumb representation of URLs wherever possible for improved visibility +- Updated built-in Bangs +- Large portions of UI rewritten and improved + +**Breaking Changes** +- New database structure for bangs; saved bang frequency sorting has been reset \ No newline at end of file