Skip to content

Commit

Permalink
Updated docs for 2.4.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarmor committed Oct 5, 2021
1 parent c1659a8 commit 2fd05d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
10 changes: 4 additions & 6 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.18</span></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.19</span></h1>

## IMPORTANT NOTE

Expand Down Expand Up @@ -68,11 +68,9 @@ 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.18</span>
## New in version <span id="epiversion">2.4.19</span>

- 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.*
Expand Down Expand Up @@ -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 <span id="osname">Big Sur</span> <span id="osversion">11.5.2</span> and Google Chrome version <span id="chromeversion">93.0.4577.82</span>.
- Built and tested on macOS <span id="osname">Big Sur</span> <span id="osversion">11.6</span> and Google Chrome version <span id="chromeversion">94.0.4606.71</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
5 changes: 5 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions app/src/version.sh
Original file line number Diff line number Diff line change
@@ -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=( \
Expand Down
3 changes: 1 addition & 2 deletions app/src/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ <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>Due to changes in Brave Browser, new apps will likely display a "Set Brave as default browser" window on first run</li>
<li>Built-in engine updated to Brave 1.29.80</li>
<li>Built-in engine updated to Brave 1.30.87</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 2fd05d1

Please sign in to comment.