mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-25 03:43:30 +01:00
Added v1.13 upcoming
This commit is contained in:
parent
2681ef32e0
commit
afb14b0e92
@ -9,6 +9,25 @@ import { theme } from '../theme';
|
|||||||
|
|
||||||
export default function NewHome() {
|
export default function NewHome() {
|
||||||
const changes = [
|
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',
|
text: 'v1.12',
|
||||||
isLatest: true,
|
isLatest: true,
|
||||||
@ -54,29 +73,6 @@ export default function NewHome() {
|
|||||||
tertiaryText: null
|
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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user