Skip to content

Commit d99a189

Browse files
committed
WhatsNewKit 3.2.1
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
1 parent 4c52cd7 commit d99a189

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

Provenance/Main UI/ProvenanceApp.swift

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,48 @@ extension ProvenanceApp: WhatsNewCollectionProvider {
10141014
hapticFeedback: .notification(.success)
10151015
)
10161016
)
1017+
WhatsNew(
1018+
version: "3.2.1",
1019+
title: "Skin Fixes & Control Improvements",
1020+
features: [
1021+
.init(
1022+
image: .init(systemName: "ipad", foregroundColor: .blue),
1023+
title: "iPad Skins Fixed",
1024+
subtitle: "Resolved skin display issues on iPad devices for better visual experience"
1025+
),
1026+
.init(
1027+
image: .init(systemName: "gamecontroller.fill", foregroundColor: .green),
1028+
title: "Joystick Fixed in Landscape",
1029+
subtitle: "Fixed joystick controls in default skin when playing in landscape orientation"
1030+
),
1031+
.init(
1032+
image: .init(systemName: "gamecontroller", foregroundColor: .orange),
1033+
title: "Atari Lynx Controls Fixed",
1034+
subtitle: "Resolved RetroArch control issues for Atari Lynx games"
1035+
),
1036+
.init(
1037+
image: .init(systemName: "lock.open.fill", foregroundColor: .purple),
1038+
title: "RetroAchievements Login Fixed",
1039+
subtitle: "Fixed login issues with RetroAchievements service"
1040+
),
1041+
.init(
1042+
image: .init(systemName: "paintpalette.fill", foregroundColor: .pink),
1043+
title: "Skin UI Improvements",
1044+
subtitle: "Fixed skin selection and import user interfaces for better usability"
1045+
),
1046+
.init(
1047+
image: .init(systemName: "arrow.clockwise", foregroundColor: .red),
1048+
title: "Skin Rotation Fixed",
1049+
subtitle: "Resolved skin rotation issues for proper display in all orientations"
1050+
)
1051+
],
1052+
primaryAction: .init(
1053+
title: "Continue",
1054+
backgroundColor: ThemeManager.shared.currentPalette.switchON?.swiftUIColor ?? .accentColor,
1055+
foregroundColor: ThemeManager.shared.currentPalette.switchThumb?.swiftUIColor ?? .white,
1056+
hapticFeedback: .notification(.success)
1057+
)
1058+
)
10171059
}
10181060
}
10191061
#endif

0 commit comments

Comments
 (0)