prepare new release

This commit is contained in:
Fabian Freund
2024-07-23 13:30:08 +02:00
parent fb5811dd88
commit 16ce7796da
3 changed files with 14 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
## 0.6.0
* Renamed BangNavigator to Lensai.
* Implemented Reader Mode to extract and simplify web pages, enhancing readability by removing ads, sidebars, and other non-essential elements.
* Improved the layout and style of the browser app bar.
* Added a setting to show a selectable quick action that appears in the browser app bar between the website title and tab count.
* Added an accessibility feature to directly use speech-to-text for quick actions.
## 0.5.2
* Enhanced bottom sheet behavior for better UI and UX
+1 -1
View File
@@ -1,7 +1,7 @@
name: lensai
description: "A secure and privacy friendly search browser"
publish_to: 'none'
version: 0.5.2+11
version: 0.6.0+12
environment:
sdk: '>=3.4.1 <4.0.0'
+5
View File
@@ -0,0 +1,5 @@
* Renamed BangNavigator to Lensai.
* Implemented Reader Mode to extract and simplify web pages, enhancing readability by removing ads, sidebars, and other non-essential elements.
* Improved the layout and style of the browser app bar.
* Added a setting to show a selectable quick action that appears in the browser app bar between the website title and tab count.
* Added an accessibility feature to directly use speech-to-text for quick actions.