diff --git a/src/assets/changelog/banner_shadps4.png b/src/assets/changelog/banner_shadps4.png new file mode 100644 index 0000000..a8cbdb3 Binary files /dev/null and b/src/assets/changelog/banner_shadps4.png differ diff --git a/src/data/branch.json b/src/data/branch.json index 0063f0b..0f82768 100644 --- a/src/data/branch.json +++ b/src/data/branch.json @@ -1,3 +1,3 @@ { - "branch": "main" + "branch": "dev" } diff --git a/src/data/changelog-win32-beta.json b/src/data/changelog-win32-beta.json index 9169e39..d374c57 100644 --- a/src/data/changelog-win32-beta.json +++ b/src/data/changelog-win32-beta.json @@ -1,26 +1,20 @@ [ - { - "title": "ShadPS4", - "type": "STEAMOS", - "description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net", - "image": "true" - }, { "title": "Migration Tool", "type": "STEAMOS", "description": "Now you can migrate your installation from SD card to internal or viceversa", - "image": "true" + "image": "false" }, { "title": "EmuDeck Compressor", "type": "STEAMOS", "description": "Compress all your ISO games with up to 70% lossless compression", - "image": "true" + "image": "false" }, { "title": "Automatic game copy", "type": "STEAMOS", "description": "Automatically copy your games to EmuDeck using an USB Drive", - "image": "true" + "image": "false" } ] diff --git a/src/data/changelog-win32-dev.json b/src/data/changelog-win32-dev.json index 9169e39..d374c57 100644 --- a/src/data/changelog-win32-dev.json +++ b/src/data/changelog-win32-dev.json @@ -1,26 +1,20 @@ [ - { - "title": "ShadPS4", - "type": "STEAMOS", - "description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net", - "image": "true" - }, { "title": "Migration Tool", "type": "STEAMOS", "description": "Now you can migrate your installation from SD card to internal or viceversa", - "image": "true" + "image": "false" }, { "title": "EmuDeck Compressor", "type": "STEAMOS", "description": "Compress all your ISO games with up to 70% lossless compression", - "image": "true" + "image": "false" }, { "title": "Automatic game copy", "type": "STEAMOS", "description": "Automatically copy your games to EmuDeck using an USB Drive", - "image": "true" + "image": "false" } ] diff --git a/src/data/changelog-win32-early-unstable.json b/src/data/changelog-win32-early-unstable.json index 9169e39..d374c57 100644 --- a/src/data/changelog-win32-early-unstable.json +++ b/src/data/changelog-win32-early-unstable.json @@ -1,26 +1,20 @@ [ - { - "title": "ShadPS4", - "type": "STEAMOS", - "description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net", - "image": "true" - }, { "title": "Migration Tool", "type": "STEAMOS", "description": "Now you can migrate your installation from SD card to internal or viceversa", - "image": "true" + "image": "false" }, { "title": "EmuDeck Compressor", "type": "STEAMOS", "description": "Compress all your ISO games with up to 70% lossless compression", - "image": "true" + "image": "false" }, { "title": "Automatic game copy", "type": "STEAMOS", "description": "Automatically copy your games to EmuDeck using an USB Drive", - "image": "true" + "image": "false" } ] diff --git a/src/data/changelog-win32-early.json b/src/data/changelog-win32-early.json index 9169e39..d374c57 100644 --- a/src/data/changelog-win32-early.json +++ b/src/data/changelog-win32-early.json @@ -1,26 +1,20 @@ [ - { - "title": "ShadPS4", - "type": "STEAMOS", - "description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net", - "image": "true" - }, { "title": "Migration Tool", "type": "STEAMOS", "description": "Now you can migrate your installation from SD card to internal or viceversa", - "image": "true" + "image": "false" }, { "title": "EmuDeck Compressor", "type": "STEAMOS", "description": "Compress all your ISO games with up to 70% lossless compression", - "image": "true" + "image": "false" }, { "title": "Automatic game copy", "type": "STEAMOS", "description": "Automatically copy your games to EmuDeck using an USB Drive", - "image": "true" + "image": "false" } ] diff --git a/src/data/changelog-win32-main.json b/src/data/changelog-win32-main.json index 9169e39..d374c57 100644 --- a/src/data/changelog-win32-main.json +++ b/src/data/changelog-win32-main.json @@ -1,26 +1,20 @@ [ - { - "title": "ShadPS4", - "type": "STEAMOS", - "description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net", - "image": "true" - }, { "title": "Migration Tool", "type": "STEAMOS", "description": "Now you can migrate your installation from SD card to internal or viceversa", - "image": "true" + "image": "false" }, { "title": "EmuDeck Compressor", "type": "STEAMOS", "description": "Compress all your ISO games with up to 70% lossless compression", - "image": "true" + "image": "false" }, { "title": "Automatic game copy", "type": "STEAMOS", "description": "Automatically copy your games to EmuDeck using an USB Drive", - "image": "true" + "image": "false" } ] diff --git a/src/renderer/pages/ChangeLogPage.jsx b/src/renderer/pages/ChangeLogPage.jsx index 61e3472..f6ffa34 100644 --- a/src/renderer/pages/ChangeLogPage.jsx +++ b/src/renderer/pages/ChangeLogPage.jsx @@ -7,8 +7,7 @@ import Header from 'components/organisms/Header/Header'; import Footer from 'components/organisms/Footer/Footer'; import Card from 'components/molecules/Card/Card'; import ChangeLog from 'components/organisms/Wrappers/ChangeLog'; -import img0 from 'assets/changelog/banner_gui.png'; -import img00 from 'assets/changelog/banner_android.png'; +import img0 from 'assets/changelog/banner_shadps4.png'; import img1 from 'assets/changelog/banner_srm.png'; import img2 from 'assets/changelog/banner_multilanguage.jpg'; import img3 from 'assets/changelog/banner_lime3ds.jpg';