diff --git a/CHANGELOG.md b/CHANGELOG.md index f7afc666..911123a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.17 + +* Reworked Tab UI into bottom sheet +* Adjusted Android permissions +* Improved Favicon handling + ## 0.9.16-2 * Fix icon caching issue diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 930c9694..4331003e 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.17-alpha-2+22 +version: 0.9.17+23 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/23.txt b/metadata/en-US/changelogs/23.txt new file mode 100644 index 00000000..0d35c64b --- /dev/null +++ b/metadata/en-US/changelogs/23.txt @@ -0,0 +1,3 @@ +* Reworked Tab UI into bottom sheet +* Adjusted Android permissions +* Improved Favicon handling \ No newline at end of file