From ae9dceab4485fdc856818f73da8ff9b0a40da301 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 6 Jun 2024 06:01:52 +0200 Subject: [PATCH] prepare new release --- CHANGELOG.md | 7 +++++++ app/pubspec.yaml | 2 +- metadata/android/en-US/changelogs/5.txt | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 metadata/android/en-US/changelogs/5.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 0613c05e..d54713a1 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 a6fad3da..c0683849 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 00000000..f130eb9d --- /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