Skip to content

Commit

Permalink
Updated docs for 2.4.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarmor committed Aug 24, 2021
1 parent 4e2181b commit e817f7e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1><img src="https://github.com/dmarmor/epichrome/raw/master/images/readme/epichrome_icon.png" width="64" height="64" alt="Epichrome icon" /> Epichrome <span id="epiversion">2.4.16</span></h1>
<h1><img src="https://github.com/dmarmor/epichrome/raw/master/images/readme/epichrome_icon.png" width="64" height="64" alt="Epichrome icon" /> Epichrome <span id="epiversion">2.4.17</span></h1>

## IMPORTANT NOTE

Expand Down Expand Up @@ -68,11 +68,11 @@ Epichrome is open source and has been a labor of love, made possible by the gene


<!-- CHANGES_START -->
## New in version <span id="epiversion">2.4.16</span>
## New in version <span id="epiversion">2.4.17</span>

- Brave engine NO LONGER runs natively on Apple Silicon due to a change in how Brave is released as of 1.27.111
- Removed new com.apple.developer.networking.vpn.api key from Brave engine entitlements

- Built-in engine updated to Brave 1.27.111
- Built-in engine updated to Brave 1.28.106


*Check out the [**change log**](https://github.com/dmarmor/epichrome/blob/master/app/CHANGELOG.md "CHANGELOG.md") for the full list.*
Expand Down Expand Up @@ -122,7 +122,7 @@ If you're having trouble with an Epichrome app, please first check the [**troubl

## Technical Information & Limitations

- Built and tested on macOS <span id="osname">Big Sur</span> <span id="osversion">11.5.1</span> and Google Chrome version <span id="chromeversion">92.0.4515.131</span>.
- Built and tested on macOS <span id="osname">Big Sur</span> <span id="osversion">11.5.2</span> and Google Chrome version <span id="chromeversion">92.0.4515.159</span>.

- Apps built with Epichrome are self-updating. If you install a new version of Epichrome on your system, the next time you run one of your apps, it will find the new version and ask if you want to update it.

Expand Down
6 changes: 6 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
This project adheres to [Semantic Versioning](http://semver.org/).


## [2.4.17] - 2021-08-24
### Changed
- Removed new com.apple.developer.networking.vpn.api key from Brave engine entitlements
- Built-in engine updated to Brave 1.28.106


## [2.4.16] - 2021-08-05
### Changed
- Brave engine NO LONGER runs natively on Apple Silicon due to a change in how Brave is released as of 1.27.111
Expand Down
1 change: 1 addition & 0 deletions app/src/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ epiVersion=2.4.17
epiBuildNum=1
epiMinorChangeList=( \
'Removed new com.apple.developer.networking.vpn.api key from Brave engine entitlements' \
'Built-in engine updated to Brave 1.28.106' \
) # END_epiMinorChangeList
epiMinorFixList=() # END_epiMinorFixList
epiDescMajor=( \
Expand Down
4 changes: 2 additions & 2 deletions app/src/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ <h2 id="major_update_title" class="hide">🚀 MAJOR UPDATE!</h2>
<div id="changes_minor_change" class="change_list">
<h3>New in Version <span id="update_version_minor">EPIVERSION</span></h3>
<ul id="changes_minor_change_ul">
<li>Brave engine NO LONGER runs natively on Apple Silicon due to a change in how Brave is released as of 1.27.111</li>
<li>Built-in engine updated to Brave 1.27.111</li>
<li>Removed new com.apple.developer.networking.vpn.api key from Brave engine entitlements</li>
<li>Built-in engine updated to Brave 1.28.106</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit e817f7e

Please sign in to comment.