From 0364cbe7ffe84db3607d7b97e56242da3c82fd47 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sun, 27 Jul 2025 10:47:49 +0200 Subject: [PATCH] update release --- CHANGELOG.md | 5 +++++ app/pubspec.yaml | 2 +- metadata/en-US/changelogs/21.txt | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 metadata/en-US/changelogs/21.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index b544546c..ff4aaf12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.16-1 + +* Fixed drop animation lag +* Allow drop into the unassigned container + ## 0.9.16 * Integrated on-device ai for container naming and tab sugegstions diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 99f665d6..e0a16199 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.16+20 +version: 0.9.16-1+21 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/21.txt b/metadata/en-US/changelogs/21.txt new file mode 100644 index 00000000..9591cdcf --- /dev/null +++ b/metadata/en-US/changelogs/21.txt @@ -0,0 +1,2 @@ +* Fixed drop animation lag +* Allow drop into the unassigned container \ No newline at end of file