prepare new release

This commit is contained in:
Fabian Freund
2024-06-20 19:48:47 +02:00
parent 48264c88ed
commit d5047e2f1f
5 changed files with 25 additions and 8 deletions
+9
View File
@@ -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
+4 -3
View File
@@ -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
+5 -4
View File
@@ -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.
- **[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.
+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.1+8
version: 0.5.0+9
environment:
sdk: '>=3.4.1 <4.0.0'
+6
View File
@@ -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