From 2fd05d197d0c4bb0780da4aac4a4dedb022785ba Mon Sep 17 00:00:00 2001 From: David Marmor Date: Tue, 5 Oct 2021 09:59:42 -0700 Subject: [PATCH] Updated docs for 2.4.19. --- README.md | 10 ++++------ app/CHANGELOG.md | 5 +++++ app/src/version.sh | 5 ++--- app/src/welcome/welcome.html | 3 +-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0008ed4..24be650 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Epichrome icon Epichrome 2.4.18

+

Epichrome icon Epichrome 2.4.19

## IMPORTANT NOTE @@ -68,11 +68,9 @@ Epichrome is open source and has been a labor of love, made possible by the gene -## New in version 2.4.18 +## New in version 2.4.19 -- Due to changes in Brave Browser, new apps will likely display a "Set Brave as default browser" window on first run - -- Built-in engine updated to Brave 1.29.80 +- Built-in engine updated to Brave 1.30.87 *Check out the [**change log**](https://github.com/dmarmor/epichrome/blob/master/app/CHANGELOG.md "CHANGELOG.md") for the full list.* @@ -122,7 +120,7 @@ If you're having trouble with an Epichrome app, please first check the [**troubl ## Technical Information & Limitations -- Built and tested on macOS Big Sur 11.5.2 and Google Chrome version 93.0.4577.82. +- Built and tested on macOS Big Sur 11.6 and Google Chrome version 94.0.4606.71. - 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 a780d84..172f861 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.19] - 2021-10-05 +### Changed +- Built-in engine updated to Brave 1.30.87 + + ## [2.4.18] - 2021-09-13 ### Changed - Due to changes in Brave Browser, new apps will likely display a "Set Brave as default browser" window on first run diff --git a/app/src/version.sh b/app/src/version.sh index 0fef4ca..1c76774 100644 --- a/app/src/version.sh +++ b/app/src/version.sh @@ -1,10 +1,9 @@ # Epichrome version (#.#.#[#] = release version, #.#.#b#[#] = beta) -epiVersion=2.4.18 +epiVersion=2.4.19 epiBuildNum=1 epiMinorChangeList=( \ - 'Due to changes in Brave Browser, new apps will likely display a "Set Brave as default browser" window on first run' \ - 'Built-in engine updated to Brave 1.29.80' \ + 'Built-in engine updated to Brave 1.30.87' \ ) # END_epiMinorChangeList epiMinorFixList=() # END_epiMinorFixList epiDescMajor=( \ diff --git a/app/src/welcome/welcome.html b/app/src/welcome/welcome.html index 12a95a2..decdc34 100644 --- a/app/src/welcome/welcome.html +++ b/app/src/welcome/welcome.html @@ -66,8 +66,7 @@

🚀 MAJOR UPDATE!

New in Version EPIVERSION