Started adding v1.0.14

This commit is contained in:
Jarrod Norwell 2025-01-22 02:23:56 +08:00
parent 6edf53fdd5
commit f948baa5d9

View file

@ -9,6 +9,38 @@ import { theme } from "./theme";
export default function App() { export default function App() {
const changes = [ const changes = [
{
text: 'v1.0.14',
sha: '...',
isLatest: false,
isUpcoming: true,
details: [
{
system: "All Platforms",
download: '',
last: true,
items: [
{
primaryText: 'Added support for booting the initial setup screen via -setup (on Linux, macOS, Windows)',
secondaryText: 'Only partial support for now, will be improved in the future'
},
{
primaryText: 'Added several missing functions to allow the initial setup screen to be launched',
secondaryText: null
},
{
primaryText: 'Fixed an issue with mm:u where Get and GetOld would not return after pushing a found session\'s minimum value',
secondaryText: null
},
{
primaryText: 'Started rewrite of caps, caps:a and caps:su to improve accuracy',
secondaryText: null
}
]
}
],
url: ''
},
{ {
text: 'v1.0.13', text: 'v1.0.13',
sha: 'c5aff15', sha: 'c5aff15',
@ -51,45 +83,6 @@ export default function App() {
} }
], ],
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.13/latest.zip' url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.13/latest.zip'
},
{
text: 'v1.0.12',
sha: '0622bd8',
isLatest: false,
isUpcoming: false,
details: [
{
system: "Linux",
download: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.12/sudachi-linux-v1.0.12.7z',
last: false,
items: [
{
primaryText: 'Added support for Donkey Kong Country™ Returns HD',
secondaryText: 'Stubbed hid::SetGestureOutputRanges'
},
{
primaryText: 'Removed broken 19.0.0+ audio changes',
secondaryText: null
}
]
},
{
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'
} }
]; ];
@ -186,9 +179,6 @@ export default function App() {
<Text c={'dimmed'} ta={'center'}> <Text c={'dimmed'} ta={'center'}>
Nintendo Switch emulation without the iffy bits and support for more games Nintendo Switch emulation without the iffy bits and support for more games
</Text> </Text>
<Text c={'orange'} ta={'center'}>
Installing games to the NAND is currently broken, please do not use this method
</Text>
{/*<Flex align={'center'} justify={'center'}> {/*<Flex align={'center'} justify={'center'}>
<Group ta={'center'}> <Group ta={'center'}>
<Button component="a" href="https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.9/app-mainline-release.apk" color="green" radius={'xl'} variant="filled">Android</Button> <Button component="a" href="https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.9/app-mainline-release.apk" color="green" radius={'xl'} variant="filled">Android</Button>
@ -231,9 +221,6 @@ export default function App() {
<Accordion radius={'lg'} variant="contained"> <Accordion radius={'lg'} variant="contained">
{items} {items}
</Accordion> </Accordion>
<Text c={'red'}>
Please backup and delete all folders within the Sudachi directory, this will fix the downloadable content and updates issue
</Text>
</Stack> </Stack>
</Container> </Container>
</MantineProvider> </MantineProvider>