From f6c07241dbfe38e7f74ad55ffcd45855b64cb2f4 Mon Sep 17 00:00:00 2001 From: David Marmor Date: Sat, 27 Nov 2021 17:01:23 -0800 Subject: [PATCH] Updated docs for 2.4.25. --- 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 9792b25..16ad469 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Epichrome icon Epichrome 2.4.24

+

Epichrome icon Epichrome 2.4.25

## 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.24 +## New in version 2.4.25 -- Built-in engine updated to Brave 1.32.106 +- Built-in engine updated to Brave 1.32.113 *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.1 and Google Chrome version 95.0.4638.69. +- Built and tested on macOS Big Sur 11.6.1 and Google Chrome version 96.0.4664.55. - 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 e949df2..04f25c3 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.25] - 2021-11-27 +### Changed +- Built-in engine updated to Brave 1.32.113 + + ## [2.4.24] - 2021-11-17 ### Changed - Built-in engine updated to Brave 1.32.106 diff --git a/app/src/version.sh b/app/src/version.sh index 26b05e6..d40ac4b 100644 --- a/app/src/version.sh +++ b/app/src/version.sh @@ -1,9 +1,9 @@ # Epichrome version (#.#.#[#] = release version, #.#.#b#[#] = beta) -epiVersion=2.4.24 +epiVersion=2.4.25 epiBuildNum=1 epiMinorChangeList=( \ - 'Built-in engine updated to Brave 1.32.106' \ + 'Built-in engine updated to Brave 1.32.113' \ ) # END_epiMinorChangeList epiMinorFixList=() # END_epiMinorFixList epiDescMajor=( \ diff --git a/app/src/welcome/welcome.html b/app/src/welcome/welcome.html index d13a2d8..fe5a11f 100644 --- a/app/src/welcome/welcome.html +++ b/app/src/welcome/welcome.html @@ -66,7 +66,7 @@

🚀 MAJOR UPDATE!

New in Version EPIVERSION