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