From 445d62de27c7829b21324fd7f18bb153434b56d2 Mon Sep 17 00:00:00 2001 From: Joseph Mattiello Date: Wed, 15 Jan 2025 23:20:21 -0500 Subject: [PATCH] update 3.0.2 app changelog Signed-off-by: Joseph Mattiello --- Provenance/Main UI/ProvenanceApp.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Provenance/Main UI/ProvenanceApp.swift b/Provenance/Main UI/ProvenanceApp.swift index bebe1377fc..79ff50e977 100644 --- a/Provenance/Main UI/ProvenanceApp.swift +++ b/Provenance/Main UI/ProvenanceApp.swift @@ -206,6 +206,11 @@ extension ProvenanceApp: WhatsNewCollectionProvider { title: "Performance Optimizations", subtitle: "Improved app startup speed and fixed cache-related delays" ), + .init( + image: .init(systemName: "cpu", foregroundColor: .purple), + title: "BIOS Management", + subtitle: "Improved BIOS file detection and automatic matching across all systems" + ), .init( image: .init(systemName: "gamecontroller", foregroundColor: .orange), title: "Controller Improvements",