Skip to content

Commit

Permalink
chore: add what's new sheet for 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vapidinfinity committed Jan 15, 2025
1 parent 938e3aa commit d0aeb38
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Mythic/WhatsNewCollection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,50 @@ extension MythicApp: WhatsNewCollectionProvider {
action: .openURL(.init(string: "https://github.com/MythicApp/Mythic/releases/tag/v0.4.3"))
)
)

WhatsNew(
version: "0.4.4",
title: "What's new in Mythic",
features: [
.init(
image: .init(
systemName: "ladybug",
foregroundColor: .red
),
title: "Bug Fixes & Performance Improvements",
subtitle: "A critical crash to do with the Epic Games signin window has been fixed, among other miscallaneous fixes."
),
.init(
image: .init(
systemName: "gear.badge.checkmark",
foregroundColor: .orange
),
title: "Overhauled settings view",
subtitle: "Implemented intuitive navigation on users with macOS 15 (Sequoia) or above."
),
.init(
image: .init(
systemName: "square.grid.2x2",
foregroundColor: .green
),
title: "Revamped library view",
subtitle: "Scroll, resize, and adjust game cards to your liking."
),
.init(
image: .init(
systemName: "gamecontroller.circle",
foregroundColor: .teal
),
title: "Improved game compatibility",
subtitle: "DXVK and AVX2 are now integrated into Mythic."
)
],
primaryAction: .init(),
secondaryAction: .init(
title: "Learn more",
action: .openURL(.init(string: "https://github.com/MythicApp/Mythic/releases/tag/v0.4.4"))
)
)
}
}

Expand Down

0 comments on commit d0aeb38

Please sign in to comment.