Skip to content

Commit

Permalink
Updated Brave engine to 1.11.97. Prep for 2.3.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarmor committed Jul 23, 2020
1 parent 7f95fb7 commit d18ad2f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
10 changes: 4 additions & 6 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 2.3.4</h1>
<h1><img src="https://github.com/dmarmor/epichrome/raw/master/images/readme/epichrome_icon.png" width="64" height="64" alt="Epichrome icon" /> Epichrome 2.3.5</h1>

## Overview

Expand Down Expand Up @@ -35,11 +35,9 @@ Epichrome is open source and a labor of love, made possible by the generosity of
<b>Thorbergsson</b></p>


## New in version 2.3.4
## New in version 2.3.5

- The built-in engine has been updated to Brave 1.10.97.

- The "Launch Now" button at the end of app creation works again after being broken in 2.3.3.
- The built-in engine has been updated to Brave 1.11.97.

*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 @@ -72,7 +70,7 @@ If you're having trouble with an Epichrome app, please first check the [**troubl

## Technical Information & Limitations

- Built and tested on macOS Catalina 10.15.5 and Google Chrome version 83.0.4103.106.
- Built and tested on macOS Catalina 10.15.6 and Google Chrome version 84.0.4147.89.

- 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
8 changes: 8 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
This project adheres to [Semantic Versioning](http://semver.org/).


## [2.3.5] - 2020-07-22
### Changed
- Updated built-in engine to Brave 1.11.97


## [2.3.4] - 2020-06-23
### Changed
- Updated built-in engine to Brave 1.10.97
### Fixed
- The "Launch Now" button at the end of app creation works again after being broken in 2.3.3


## [2.3.3] - 2020-06-18
### Changed
- Updated built-in engine to Brave 1.10.90
Expand All @@ -29,12 +35,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [Unconfirmed] Added code signature to Brave executable for built-in engine in hopes of preventing occasional problem where Brave-based apps lose session state and saved passwords between runs ([issue #215](https://github.com/dmarmor/epichrome/issues/215 "issue #215"))
- [Unconfirmed] Added workaround to /usr/bin/open bug that could cause app engine or an updated app to fail to launch ([issue #232](https://github.com/dmarmor/epichrome/issues/232 "issue #232"))


## [2.3.1] - 2020-05-14
### Changed
- Updated built-in engine to Brave 1.8.96
### Fixed
- Fixed typo in update dialog


## [2.3.0] - 2020-05-09
### Changed
- Completely rewritten for full compatibility with macOS 10.15 Catalina, including system resource permissions (e.g. microphone and camera) and AppleScript interaction
Expand Down
2 changes: 1 addition & 1 deletion app/src/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Epichrome version (#.#.# = release version, #.#.#b# = beta)
epiVersion=2.3.4
epiVersion=2.3.5
epiBuildNum=1
mcssbVersion="${epiVersion%[*}" # backward compatibility
3 changes: 1 addition & 2 deletions app/src/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ <h3 class="group_pg pg_update pg_change_engine pg_reset">Changes to This App</h3
<div id="changes_minor" class="change_list changes_minor"> <!-- add .changes_version_zero for x.x.0 -->
<h3>New in Version <span id="update_version_minor">EPIVERSION</span></h3>
<ul>
<li>Built-in engine updated to Brave 1.10.97</li>
<li>The "Launch Now" button at the end of app creation works again after being broken in 2.3.3</li>
<li>Built-in engine updated to Brave 1.11.97</li>
</ul>
</div>
<!-- hide this for x.x.0 releases -->
Expand Down

0 comments on commit d18ad2f

Please sign in to comment.