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",