prepare new release

This commit is contained in:
Fabian Freund
2024-06-25 16:05:08 +02:00
parent 62a5740cf2
commit f6842afae0
3 changed files with 14 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
## 0.5.1
* Added automatic upgrade of HTTP URLs to HTTPS (when available)
* Added support for using the HTTP protocol app-wide
* Introduced a setting to block all HTTP (insecure) content
* Enhanced user URL parsing for URLs without a specified scheme
* Improved widget layout
## 0.5.0
* Reworked home widgets, now available in three sizes
* Implemented content blocker for unwanted websites and ads
* Added possibilty to remove Bangs from quick select
+1 -1
View File
@@ -1,7 +1,7 @@
name: bang_navigator
description: "A secure and privacy friendly search browser"
publish_to: 'none'
version: 0.5.0+9
version: 0.5.1+10
environment:
sdk: '>=3.4.1 <4.0.0'
+5
View File
@@ -0,0 +1,5 @@
* Added automatic upgrade of HTTP URLs to HTTPS (when available)
* Added support for using the HTTP protocol app-wide
* Introduced a setting to block all HTTP (insecure) content
* Enhanced user URL parsing for URLs without a specified scheme
* Improved widget layout