prepare new release

This commit is contained in:
Fabian Freund
2024-06-17 19:54:52 +02:00
parent dbab30b980
commit 41746454f6
3 changed files with 12 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
## 0.4.1
* Implemented Material You dynamic color scheme
* Fixed back button navigation for dialogs
* Fixed bang search displayed without available bangs
* Updated landing page
## 0.4.0
* Added full-text search for archived Chats
+1 -1
View File
@@ -1,7 +1,7 @@
name: bang_navigator
description: "A secure and privacy friendly search browser"
publish_to: 'none'
version: 0.4.0+7
version: 0.4.1+8
environment:
sdk: '>=3.4.1 <4.0.0'
+4
View File
@@ -0,0 +1,4 @@
* Implemented Material You dynamic color scheme
* Fixed back button navigation for dialogs
* Fixed bang search displayed without available bangs
* Updated landing page