mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-07-07 13:58:45 +02:00
Updated latest changes
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
This commit is contained in:
parent
4f68b1eb37
commit
f55cc74b55
1 changed files with 43 additions and 0 deletions
43
src/App.tsx
43
src/App.tsx
|
@ -14,6 +14,49 @@ export default function App() {
|
|||
const changes = [
|
||||
{
|
||||
text: 'Latest Changes',
|
||||
secondaryText: 'Updated 2nd July 2025',
|
||||
details: [
|
||||
{
|
||||
header: 'Added',
|
||||
items: [
|
||||
{
|
||||
title: 'Added missing functions to IAudioController to include FW 19.0.0+ support',
|
||||
subtitle: ''
|
||||
},
|
||||
{
|
||||
title: 'Added missing functions to IParentalControlService to include FW 18.0.0+ support',
|
||||
subtitle: ''
|
||||
},
|
||||
{
|
||||
title: 'Added missing functions to IProfile and IProfileEditor to include FW 15.0.0 and 18.0.0+ support',
|
||||
subtitle: ''
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
header: 'Changed',
|
||||
items: []
|
||||
},
|
||||
{
|
||||
header: 'Deprecated',
|
||||
items: []
|
||||
},
|
||||
{
|
||||
header: 'Fixed',
|
||||
items: []
|
||||
},
|
||||
{
|
||||
header: 'Removed',
|
||||
items: []
|
||||
},
|
||||
{
|
||||
header: 'Security',
|
||||
items: []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Older Changes',
|
||||
secondaryText: 'Updated 20th June 2025',
|
||||
details: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue