From 029cc858c253c95f8801fa25673c396631253154 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Wed, 16 Jul 2025 22:54:18 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 7 +++++++ app/pubspec.yaml | 2 +- metadata/en-US/changelogs/17.txt | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 metadata/en-US/changelogs/17.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ff18cd9e..d6edc317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.9.14 + +* Bundle bangs and disable auto fetch (sync from repo still possible via settings) +* Fix flickering after returning from home +* Fix UI website title overflow +* Optimize build + ## 0.9.13 * Added option to show extensions in tab bar (through "Show Extension Shortcut" setting) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index ff0ee70e..ddd53417 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.13+16 +version: 0.9.14+17 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/17.txt b/metadata/en-US/changelogs/17.txt new file mode 100644 index 00000000..cb6e033e --- /dev/null +++ b/metadata/en-US/changelogs/17.txt @@ -0,0 +1,4 @@ +* Bundle bangs and disable auto fetch (sync from repo still possible via settings) +* Fix flickering after returning from home +* Fix UI website title overflow +* Optimize build \ No newline at end of file