From 1e01aeed02ab78290bb6624d2ce742666f30543c Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Wed, 9 Jul 2025 23:52:16 +0200 Subject: [PATCH] prepare new release --- CHANGELOG.md | 8 ++++++++ app/pubspec.yaml | 2 +- metadata/en-US/changelogs/16.txt | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 metadata/en-US/changelogs/16.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f7a968..ff18cd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.9.13 + +* Added option to show extensions in tab bar (through "Show Extension Shortcut" setting) +* Added tab menu action to assign tab to container +* Fixed QR code generation issues +* Switched to Mozilla stable builds +* Fixed issues with PiP and fullscreen mode + ## 0.9.12 * Reorganized several settings into a new group: "Developer Settings" diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 6f0b0983..6fbdc224 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.12+15 +version: 0.9.13+16 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/16.txt b/metadata/en-US/changelogs/16.txt new file mode 100644 index 00000000..779a2656 --- /dev/null +++ b/metadata/en-US/changelogs/16.txt @@ -0,0 +1,5 @@ +* Added option to show extensions in tab bar (through "Show Extension Shortcut" setting) +* Added tab menu action to assign tab to container +* Fixed QR code generation issues +* Switched to Mozilla stable builds +* Fixed issues with PiP and fullscreen mode \ No newline at end of file