Update App.tsx

This commit is contained in:
Jarrod Norwell 2025-01-14 23:40:39 +08:00 committed by GitHub
parent 6235064068
commit 72e8875c91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,34 @@ import { theme } from "./theme";
export default function App() { export default function App() {
const changes = [ const changes = [
{
text: 'v1.0.12',
sha: '0622bd8',
isLatest: true,
isUpcoming: false,
details: [
{
system: "Windows",
download: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.12/sudachi-windows-v1.0.12.7z',
last: true,
items: [
{
primaryText: 'Added support for Donkey Kong Country™ Returns HD',
secondaryText: 'Stubbed hid::SetGestureOutputRanges'
},
{
primaryText: 'Removed broken 19.0.0+ audio changes',
secondaryText: null
}
]
}
],
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.12/latest.zip'
},
{ {
text: 'v1.0.11', text: 'v1.0.11',
sha: '99775b8', sha: '99775b8',
isLatest: true, isLatest: false,
isUpcoming: false, isUpcoming: false,
details: [ details: [
{ {