From f55cc74b55e60abf2a8d6f70551bbaa889696fdf Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Wed, 2 Jul 2025 11:19:21 +0800 Subject: [PATCH] Updated latest changes --- src/App.tsx | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 3b2aece..a9b98d9 100644 --- a/src/App.tsx +++ b/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: [ {