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