Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
FaFre committed Jun 25, 2024
1 parent 62a5740 commit f6842af
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
5 changes: 5 additions & 0 deletions metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f6842af

Please sign in to comment.