Skip to content

Commit

Permalink
Mention missing features, mention new auto updates mechanism
Browse files Browse the repository at this point in the history
Fix a mistake in release notes for v91
  • Loading branch information
csagan5 committed Oct 17, 2021
1 parent 77822a7 commit 54ee34f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Expand Up @@ -52,7 +52,6 @@

# 91.0.4472.102
* fix opening new tabs from links in always-incognito mode (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1154)
* allow saving pages in incognito mode (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1182)

# 91.0.4472.97
* add flag for omnibox autocomplete filtering (fixes https://github.com/bromite/bromite/issues/1152)
Expand Down
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -63,6 +63,12 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042`
* disable RTCGetCurrentBrowsingContextMedia by default
* disable FLoC by default
* disable feeds
* disable reporting of certificate errors
* use pre-defined phone model for client hints and Javascript
* site settings to disable images
* allow forcing external links to open in incognito
* disable AGSA by default
* allow disabling JIT

## Features not related to privacy
* import/export bookmarks
Expand All @@ -86,6 +92,9 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042`
* mobile/desktop user agent customization
* accessibility preference to force tablet UI
* use Alt+D to focus address bar
* allow sharing to Bromite
* browser automatic updates
* UI for crash information collection

You can inspect all functionality/privacy changes by reading the [patches](https://github.com/bromite/bromite/tree/master/build/patches) and/or the [CHANGELOG](./CHANGELOG.md).

Expand Down Expand Up @@ -132,6 +141,8 @@ Each tag corresponds to a Chromium Stable release tag.
Bromite is currently built for ARM, ARM64 and x86 and for the Android SDK versions 19 and 21; [Bromite SystemWebView](https://www.bromite.org/system_web_view) is provided as well (SDK21+).
For every Bromite build you can always find a matching [vanilla Chromium](https://www.bromite.org/chromium) build which is used for example to verify which issues are specific to Bromite or not.

You can automatically receive notifications about new updates (and install them) by enabling the auto updater functionality, see [related wiki page](https://github.com/bromite/bromite/wiki/AutomaticUpdates).

All official releases are also available through the [official third-party F-Droid repository](https://www.bromite.org/fdroid).

## Integrity and authenticity
Expand Down

0 comments on commit 54ee34f

Please sign in to comment.