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: [ {