From b10a9dea35af4bf505d49ff18b2eb0a19bb43633 Mon Sep 17 00:00:00 2001 From: David Marmor Date: Wed, 10 Nov 2021 09:41:08 -0800 Subject: [PATCH] Updated docs for 2.4.23. --- README.md | 8 ++++---- app/CHANGELOG.md | 5 +++++ app/src/version.sh | 4 ++-- app/src/welcome/welcome.html | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4c3888e..9353b61 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Epichrome icon Epichrome 2.4.22

+

Epichrome icon Epichrome 2.4.23

## IMPORTANT NOTE @@ -68,9 +68,9 @@ Epichrome is open source and has been a labor of love, made possible by the gene -## New in version 2.4.22 +## New in version 2.4.23 -- Built-in engine updated to Brave 1.31.88 +- Built-in engine updated to Brave 1.31.91 *Check out the [**change log**](https://github.com/dmarmor/epichrome/blob/master/app/CHANGELOG.md "CHANGELOG.md") for the full list.* @@ -120,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.6 and Google Chrome version 95.0.4638.54. +- Built and tested on macOS Big Sur 11.6.1 and Google Chrome version 95.0.4638.69. - 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 0fd1b3a..f710372 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.23] - 2021-11-10 +### Changed +- Built-in engine updated to Brave 1.31.91 + + ## [2.4.22] - 2021-10-30 ### Changed - Built-in engine updated to Brave 1.31.88 diff --git a/app/src/version.sh b/app/src/version.sh index f523944..b4f42ee 100644 --- a/app/src/version.sh +++ b/app/src/version.sh @@ -1,9 +1,9 @@ # Epichrome version (#.#.#[#] = release version, #.#.#b#[#] = beta) -epiVersion=2.4.22 +epiVersion=2.4.23 epiBuildNum=1 epiMinorChangeList=( \ - 'Built-in engine updated to Brave 1.31.88' \ + 'Built-in engine updated to Brave 1.31.91' \ ) # END_epiMinorChangeList epiMinorFixList=() # END_epiMinorFixList epiDescMajor=( \ diff --git a/app/src/welcome/welcome.html b/app/src/welcome/welcome.html index f2302f6..97032ad 100644 --- a/app/src/welcome/welcome.html +++ b/app/src/welcome/welcome.html @@ -66,7 +66,7 @@

🚀 MAJOR UPDATE!

New in Version EPIVERSION