From 72e8875c918cbc5ff4988cb13e3541bb9b4e59bd Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Tue, 14 Jan 2025 23:40:39 +0800 Subject: [PATCH] Update App.tsx --- src/App.tsx | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index fcc842e..2b67299 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,10 +9,34 @@ import { theme } from "./theme"; export default function App() { 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', sha: '99775b8', - isLatest: true, + isLatest: false, isUpcoming: false, details: [ {