Update App.tsx

This commit is contained in:
Jarrod Norwell 2025-02-07 02:04:40 +08:00 committed by GitHub
parent fbf743f5cb
commit 43e9d5aeee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,9 +14,9 @@ export default function App() {
const changes = [ const changes = [
{ {
version: 'v1.0.14', version: 'v1.0.14',
sha: '...', sha: '6178075',
isLatest: false, isLatest: true,
isUpcoming: true, isUpcoming: false,
details: [ details: [
{ {
title: 'Added support for booting the initial setup screen via -setup', title: 'Added support for booting the initial setup screen via -setup',
@ -27,7 +27,9 @@ export default function App() {
}, },
{ {
title: 'Added several missing functions to allow the initial setup screen to be launched', title: 'Added several missing functions to allow the initial setup screen to be launched',
subtitles: [] subtitles: [
'Fixes an issue where some newer games would not boot'
]
}, },
{ {
title: 'Fixed an issue with mm:u where Get and GetOld would not return after pushing a found session\'s minimum value', title: 'Fixed an issue with mm:u where Get and GetOld would not return after pushing a found session\'s minimum value',
@ -42,12 +44,12 @@ export default function App() {
{ {
color: 'green', color: 'green',
platform: 'Android', platform: 'Android',
url: '' url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/app-mainline-release.apk'
}, },
{ {
color: 'orange', color: 'orange',
platform: 'Linux', platform: 'Linux',
url: '' url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/sudachi-linux-v1.0.14.7z'
}, },
{ {
color: 'violet', color: 'violet',
@ -57,19 +59,19 @@ export default function App() {
{ {
color: 'blue', color: 'blue',
platform: 'Windows', platform: 'Windows',
url: '' url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/sudachi-windows-v1.0.14.7z'
}, },
{ {
color: 'gray', color: 'gray',
platform: 'Source Code', platform: 'Source Code',
url: '' url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/latest.zip'
} }
] ]
}, },
{ {
version: 'v1.0.13', version: 'v1.0.13',
sha: 'c5aff15', sha: 'c5aff15',
isLatest: true, isLatest: false,
isUpcoming: false, isUpcoming: false,
details: [ details: [
{ {