prepare new release
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
## 0.5.1
|
## 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
|
* Reworked home widgets, now available in three sizes
|
||||||
* Implemented content blocker for unwanted websites and ads
|
* Implemented content blocker for unwanted websites and ads
|
||||||
* Added possibilty to remove Bangs from quick select
|
* Added possibilty to remove Bangs from quick select
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
name: bang_navigator
|
name: bang_navigator
|
||||||
description: "A secure and privacy friendly search browser"
|
description: "A secure and privacy friendly search browser"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.5.0+9
|
version: 0.5.1+10
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.4.1 <4.0.0'
|
sdk: '>=3.4.1 <4.0.0'
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user