Skip to content

Commit

Permalink
Updated docs for FINAL release version 2.4.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarmor committed Jan 5, 2022
1 parent b2d2db4 commit 3b9085a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
15 changes: 11 additions & 4 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 <span id="epiversion">2.4.26</span> (NO LONGER BEING UPDATED)</h1>
<h1><img src="https://github.com/dmarmor/epichrome/raw/master/images/readme/epichrome_icon.png" width="64" height="64" alt="Epichrome icon" /> Epichrome <span id="epiversion">2.4.27</span> (NO LONGER BEING UPDATED)</h1>

## IMPORTANT NOTE

Expand Down Expand Up @@ -68,9 +68,16 @@ Epichrome is open source and has been a labor of love, made possible by the gene


<!-- CHANGES_START -->
## New in version <span id="epiversion">2.4.26</span>
## New in version <span id="epiversion">2.4.27</span>

- Built-in engine updated to Brave 1.32.115
- 💔 FINAL VERSION OF EPICHROME -- there will be no more updates after this

- Built-in engine updated to Brave 1.33.106


## Fixed in version <span id="epiversion">2.4.27</span>

- Worked around removal of PHP in macOS 12 (Monterey) by changing PHP calls so users can try to limp by with a local PHP install


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

## Technical Information & Limitations

- Built and tested on macOS <span id="osname">Big Sur</span> <span id="osversion">11.6.1</span> and Google Chrome version <span id="chromeversion">96.0.4664.55</span>.
- Built and tested on macOS <span id="osname">Monterey</span> <span id="osversion">12.1</span> and Google Chrome version <span id="chromeversion">96.0.4664.110</span>.

- 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,6 +2,14 @@
This project adheres to [Semantic Versioning](http://semver.org/).


## [2.4.27] - 2022-01-05
### Changed
- 💔 FINAL VERSION OF EPICHROME -- there will be no more updates after this
- Built-in engine updated to Brave 1.33.106
### Fixed
- Worked around removal of PHP in macOS 12 (Monterey) by changing PHP calls so users can try to limp by with a local PHP install


## [2.4.26] - 2021-12-14
### Changed
- Built-in engine updated to Brave 1.32.115
Expand Down
4 changes: 2 additions & 2 deletions app/src/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ epiVersion=2.4.27
epiBuildNum=1
epiMinorChangeList=( \
'💔 FINAL VERSION OF EPICHROME -- there will be no more updates after this' \
'Built-in engine updated to Brave 1.32.115' \
'Built-in engine updated to Brave 1.33.106' \
) # END_epiMinorChangeList
epiMinorFixList=( \
'Worked around removal of PHP in macOS 12 (Monterey) by changing PHP calls so users can try to limp by with a local PHP install' \
) # END_epiMinorFixList
) # END_epiMinorFixList
epiDescMajor=( \
'Apps are now fully compatible with macOS 11 Big Sur' \
'Epichrome apps can now be edited by dropping them on Epichrome.app!' \
Expand Down
9 changes: 8 additions & 1 deletion app/src/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,14 @@ <h2 id="major_update_title" class="hide">🚀 MAJOR UPDATE!</h2>
<div id="changes_minor_change" class="change_list">
<h3>New in Version <span id="update_version_minor">EPIVERSION</span></h3>
<ul id="changes_minor_change_ul">
<li>Built-in engine updated to Brave 1.32.115</li>
<li>💔 FINAL VERSION OF EPICHROME -- there will be no more updates after this</li>
<li>Built-in engine updated to Brave 1.33.106</li>
</ul>
</div>
<div id="changes_minor_fix" class="change_list">
<h3>Fixed in Version <span id="update_version_minor">EPIVERSION</span></h3>
<ul id="changes_minor_fix_ul">
<li>Worked around removal of PHP in macOS 12 (Monterey) by changing PHP calls so users can try to limp by with a local PHP install</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 3b9085a

Please sign in to comment.