Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 20, 2022
1 parent 0656d85 commit 9719465
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/renderer/pages/ChangeLogPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ const ChangeLogPage = () => {

return (
<ChangeLog disabledNext={disabledNext} disabledBack={disabledBack}>
<strong>2.0.1 & 2.0.2</strong>
<strong>2.0.4</strong>
<ul className="list-two-cols">
<li>- FIX: Reset Config for PrimeHack and PCSX2</li>
<li>- FIX: Distorted images in certain resolutions</li>
<li>- FIX: Messages on PowerTools and Gyro Pages</li>
<li>- FIX: Improved SD Card detection</li>
<li>- FIX: Improved Backend detection</li>
<li>- FIX: Compressor Tool</li>
<li>- FIX: RetroAchievments</li>
<li>- FIX: Powertools & GyuroDSU Installation</li>
<li>- FIX: Checking for updates screen freeze</li>
<li>- NEW: Appimage logs</li>
<li>- NEW: Appimage & installation live log</li>
</ul>
<br />
<strong>2.0</strong>
Expand Down

0 comments on commit 9719465

Please sign in to comment.