Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 23, 2024
1 parent 82c6066 commit f9a7d01
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 48 deletions.
Binary file added src/assets/changelog/banner_shadps4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/data/branch.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"branch": "main"
"branch": "dev"
}
12 changes: 3 additions & 9 deletions src/data/changelog-win32-beta.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
12 changes: 3 additions & 9 deletions src/data/changelog-win32-dev.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
12 changes: 3 additions & 9 deletions src/data/changelog-win32-early-unstable.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
12 changes: 3 additions & 9 deletions src/data/changelog-win32-early.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
12 changes: 3 additions & 9 deletions src/data/changelog-win32-main.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
3 changes: 1 addition & 2 deletions src/renderer/pages/ChangeLogPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f9a7d01

Please sign in to comment.