Added v1.13 upcoming

This commit is contained in:
Jarrod Norwell 2024-11-01 19:21:12 +08:00
parent 2681ef32e0
commit afb14b0e92

View File

@ -9,6 +9,25 @@ import { theme } from '../theme';
export default function NewHome() {
const changes = [
{
text: 'v1.13',
isLatest: false,
isUpcoming: true,
details: [
{
secondaryText: 'Added support for custom layout options for the Cytrus core',
tertiaryText: null
},
{
secondaryText: 'Changed the number of columns for both Authentication and the Library screens',
tertiaryText: null
},
{
secondaryText: 'Fixed an issue where all iPad models could not receive touch',
tertiaryText: null
}
]
},
{
text: 'v1.12',
isLatest: true,
@ -54,29 +73,6 @@ export default function NewHome() {
tertiaryText: null
}
]
},
{
text: 'v1.10',
isLatest: false,
isUpcoming: false,
details: [
{
secondaryText: 'Added support for some missing iPad models',
tertiaryText: 'iPad Pro 6th Gen, iPad Pro 7th Gen'
},
{
secondaryText: 'Changed how library loading is handled to stop the game duplication issue',
tertiaryText: null
},
{
secondaryText: 'Fixed an issue where connecting a physical controller would hide the entire emulation screen',
tertiaryText: null
},
{
secondaryText: 'Removed the archive feature in v1.10 and later preventing the worry of lost files',
tertiaryText: null
}
]
}
];