diff --git a/CHANGELOG.md b/CHANGELOG.md index 0613c05..d54713a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.3.0 + +* Added Chat Archive for conversations with Assistant +* Moved the browser app bar to the bottom of the screen for easier operation +* Fixed back button navigation +* Added setting to disable early access Kagi tools + ## 0.2.1 * Added landing page diff --git a/app/pubspec.yaml b/app/pubspec.yaml index a6fad3d..c068384 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: bang_navigator description: "A secure and privacy friendly search browser" publish_to: 'none' -version: 0.2.1+4 +version: 0.3.0+5 environment: sdk: '>=3.4.1 <4.0.0' diff --git a/metadata/android/en-US/changelogs/5.txt b/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 0000000..f130eb9 --- /dev/null +++ b/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,4 @@ +* Added Chat Archive for conversations with Assistant +* Moved the browser app bar to the bottom of the screen for easier operation +* Fixed back button navigation +* Added setting to disable early access Kagi tools \ No newline at end of file