From fa3c9bf6a5533891c0bec98c616a96dbc4001787 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 4 Dec 2025 16:04:54 +0100 Subject: [PATCH] prepare new release --- CHANGELOG.md | 18 ++++++++++++++++++ app/pubspec.yaml | 2 +- metadata/en-US/changelogs/33.txt | 16 ++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 metadata/en-US/changelogs/33.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c9e527..bfd32146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.9.29 +### GeckoView 145.0.2 + +**New Features** +- Added container site assignments to automatically open specific websites in designated containers +- Added multi-user profiles with complete separation of browsing data, extensions, and settings +- Added bookmarks feature +- Added support for custom search engines via user-defined bangs + +**Improvements** +- Tor now uses built-in bridges as fallback +- Tor data storage migrated from file directory to cache +- Arti logging now outputs to logcat +- Tab overview now defaults to fullscreen mode (configurable in settings) +- Visual indicator added to tab bar for Tor-tunneled tabs +- Reorganized menu structure +- General UI improvements and bug fixes + ## 0.9.28 ### GeckoView 144.0.2 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 26b37633..aa8e8c74 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.29-alpha-9+32 +version: 0.9.29+33 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/33.txt b/metadata/en-US/changelogs/33.txt new file mode 100644 index 00000000..671845bf --- /dev/null +++ b/metadata/en-US/changelogs/33.txt @@ -0,0 +1,16 @@ +GeckoView 145.0 + +**New Features** +- Added container site assignments to automatically open specific websites in designated containers +- Added multi-user profiles with complete separation of browsing data, extensions, and settings +- Added bookmarks feature +- Added support for custom search engines via user-defined bangs + +**Improvements** +- Tor now uses built-in bridges as fallback +- Tor data storage migrated from file directory to cache +- Arti logging now outputs to logcat +- Tab overview now defaults to fullscreen mode (configurable in settings) +- Visual indicator added to tab bar for Tor-tunneled tabs +- Reorganized menu structure +- General UI improvements and bug fixes \ No newline at end of file