From d18ad2fac17e67527ac141e53de837f813c6d767 Mon Sep 17 00:00:00 2001 From: David Marmor Date: Wed, 22 Jul 2020 18:01:21 -0700 Subject: [PATCH] Updated Brave engine to 1.11.97. Prep for 2.3.5 release. --- README.md | 10 ++++------ app/CHANGELOG.md | 8 ++++++++ app/src/version.sh | 2 +- app/src/welcome/welcome.html | 3 +-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f274c22..f4fe198 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Epichrome icon Epichrome 2.3.4

+

Epichrome icon Epichrome 2.3.5

## Overview @@ -35,11 +35,9 @@ Epichrome is open source and a labor of love, made possible by the generosity of Thorbergsson

-## 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.* @@ -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. diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 5f6d8c6..6f9d7f7 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -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 @@ -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 diff --git a/app/src/version.sh b/app/src/version.sh index 7c9b087..55ba117 100644 --- a/app/src/version.sh +++ b/app/src/version.sh @@ -1,4 +1,4 @@ # Epichrome version (#.#.# = release version, #.#.#b# = beta) -epiVersion=2.3.4 +epiVersion=2.3.5 epiBuildNum=1 mcssbVersion="${epiVersion%[*}" # backward compatibility diff --git a/app/src/welcome/welcome.html b/app/src/welcome/welcome.html index d5f5ba4..9890222 100644 --- a/app/src/welcome/welcome.html +++ b/app/src/welcome/welcome.html @@ -99,8 +99,7 @@

Changes to This App

New in Version EPIVERSION