prepare release

This commit is contained in:
Fabian Freund
2024-06-03 01:07:43 +02:00
parent ef85ae8e73
commit cd3f7c1e85
3 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -1,3 +1,8 @@
## 0.2.1
* Added landing page
* Adjusted routing for back navigation and landing page
## 0.2.0 ## 0.2.0
* Added "About"-Dialog * Added "About"-Dialog
@@ -8,7 +13,6 @@
* Added the ability to open and directly summarize/prompt PDF documents. * Added the ability to open and directly summarize/prompt PDF documents.
## 0.1.0 ## 0.1.0
* Initial release * Initial release
+1 -1
View File
@@ -1,7 +1,7 @@
name: bang_navigator name: bang_navigator
description: "A secure and privacy friendly search browser" description: "A secure and privacy friendly search browser"
publish_to: 'none' publish_to: 'none'
version: 0.2.0+3 version: 0.2.1+4
environment: environment:
sdk: '>=3.4.1 <4.0.0' sdk: '>=3.4.1 <4.0.0'
+2
View File
@@ -0,0 +1,2 @@
* Added landing page
* Adjusted routing for back navigation and landing page