diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a42b89..b0e319ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index a2ed660b..ef1cc92c 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -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' diff --git a/metadata/android/en-US/changelogs/12.txt b/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 00000000..afa5347f --- /dev/null +++ b/metadata/android/en-US/changelogs/12.txt @@ -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. \ No newline at end of file