Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
FaFre committed Jun 17, 2024
1 parent d1cb4c5 commit fe15db7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.4.0

* Added full-text search for archived Chats
* Added synchronized Bang repository from the official Kagi source
* Added same-site search with Bangs via Page title
* Added categorized Bang browser with full-text search
* Added Bang quick select for searches based on frequency
* Added cache for favicons
* Applied incognito mode to keyboard input
* Refactored app initialization
* Enabled voice input for assistant
* Fixed search suggestion overflow

## 0.3.0

* Added Chat Archive for conversations with Assistant
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bang_navigator
description: "A secure and privacy friendly search browser"
publish_to: 'none'
version: 0.3.0+6
version: 0.4.0+7

environment:
sdk: '>=3.4.1 <4.0.0'
Expand Down
10 changes: 10 additions & 0 deletions metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* Added full-text search for archived Chats
* Added synchronized Bang repository from the official Kagi source
* Added same-site search with Bangs via Page title
* Added categorized Bang browser with full-text search
* Added Bang quick select for searches based on frequency
* Added cache for favicons
* Applied incognito mode to keyboard input
* Refactored app initialization
* Enabled voice input for assistant
* Fixed search suggestion overflow

0 comments on commit fe15db7

Please sign in to comment.