diff --git a/CHANGELOG.md b/CHANGELOG.md index e4acc25d..8fb187e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.5.1 + +* Reworked home widgets, now available in three sizes +* Implemented content blocker for unwanted websites and ads +* Added possibilty to remove Bangs from quick select +* Added setting to switch theme (system/light/dark) +* Remember assistant UI state +* Added Gemini 1.5 Pro + ## 0.4.1 * Implemented Material You dynamic color scheme diff --git a/README.md b/README.md index a8e44934..5a713599 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ BangNavigator is packed with a variety of features aimed at improving usability - **[Kagi Integration](./wiki/Kagi-Tools)**: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface. - **[Easy Sharing](./wiki/Kagi-Tools)**: Share URLs or text from any app directly into BangNavigator without the need to copy and paste, for direct use with summarizer/assistant. - **[Quick Summarization](./wiki/Browser)**: Long press any link on a website to get a summary via Kagi's summarizer. -- **[Enhanced Text Interaction](./wiki/Browser)**: Custom context menu allows for easy passage of marked text to Kagi's search or assistant tools. -- **[Home Widget](./wiki/Home-Widget)**: Includes a home screen widget for quick actions, enhancing productivity. -- **[Speech Input](./wiki/Kagi-Tools)**: Supports voice commands for hands-free operation and accessibility. +- **[Content Blocking](./wiki/Content-Blocking)**: A powerful content blocker is enabled by default to filter out ads, malware, and tracking sites. +- **[Home Widgets](./wiki/Home-Widget)**: Includes a home screen widgets in three different sizes for quick actions, enhancing productivity. - **[PDF processing](./wiki/Kagi-Tools)**: Open and directly summarize/prompt PDF documents. - **[Chat Archive](./wiki/Chat-Archive)**: Easily archive conversations with the Kagi assistant on your device and search through them locally - **[Bang Repository](./wiki/Bangs)**: Automatically synchronizes all official Kagi Bangs from the official Repository and makes them available through a convenient interface. +- **[Enhanced Text Interaction](./wiki/Browser)**: Custom context menu allows for easy passage of marked text to Kagi's search or assistant tools. +- **[Speech Input](./wiki/Kagi-Tools)**: Supports voice commands for hands-free operation and accessibility. ## Getting started diff --git a/app/assets/landing/description.md b/app/assets/landing/description.md index 7ac0b932..1923a1c6 100644 --- a/app/assets/landing/description.md +++ b/app/assets/landing/description.md @@ -6,9 +6,10 @@ BangNavigator is packed with a variety of features aimed at improving usability - **[Kagi Integration](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Seamlessly integrates Kagi's search, assistant, and summarizer tools within a user-friendly interface. - **[Easy Sharing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Share URLs or text from any app directly into BangNavigator without the need to copy and paste, for direct use with summarizer/assistant. - **[Quick Summarization](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Long press any link on a website to get a summary via Kagi's summarizer. -- **[Enhanced Text Interaction](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Custom context menu allows for easy passage of marked text to Kagi's search or assistant tools. -- **[Home Widget](https://github.com/FaFre/bang_navigator/wiki/Home-Widget)**: Includes a home screen widget for quick actions, enhancing productivity. -- **[Speech Input](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Supports voice commands for hands-free operation and accessibility. +- **[Content Blocking](https://github.com/FaFre/bang_navigator/wiki/Content-Blocking)**: A powerful content blocker is enabled by default to filter out ads, malware, and tracking sites. +- **[Home Widgets](https://github.com/FaFre/bang_navigator/wiki/Home-Widget)**: Includes a home screen widgets in three different sizes for quick actions, enhancing productivity. - **[PDF processing](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Open and directly summarize/prompt PDF documents. - **[Chat Archive](https://github.com/FaFre/bang_navigator/wiki/Chat-Archive)**: Easily archive conversations with the Kagi assistant on your device and search through them locally -- **[Bang Repository](https://github.com/FaFre/bang_navigator/wiki/Bangs)**: Automatically synchronizes all official Kagi Bangs from the official Repository and makes them available through a convenient interface. \ No newline at end of file +- **[Bang Repository](https://github.com/FaFre/bang_navigator/wiki/Bangs)**: Automatically synchronizes all official Kagi Bangs from the official Repository and makes them available through a convenient interface. +- **[Enhanced Text Interaction](https://github.com/FaFre/bang_navigator/wiki/Browser)**: Custom context menu allows for easy passage of marked text to Kagi's search or assistant tools. +- **[Speech Input](https://github.com/FaFre/bang_navigator/wiki/Kagi-Tools)**: Supports voice commands for hands-free operation and accessibility. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index fc5a34fc..8df23e79 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: bang_navigator description: "A secure and privacy friendly search browser" publish_to: 'none' -version: 0.4.1+8 +version: 0.5.0+9 environment: sdk: '>=3.4.1 <4.0.0' diff --git a/metadata/android/en-US/changelogs/9.txt b/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 00000000..31ac075d --- /dev/null +++ b/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,6 @@ +* Reworked home widgets, now available in three sizes +* Implemented content blocker for unwanted websites and ads +* Added possibilty to remove Bangs from quick select +* Added setting to switch theme (system/light/dark) +* Remember assistant UI state +* Added Gemini 1.5 Pro \ No newline at end of file