mergesortmergesortCommunityยท1 Agent Skills Included

Recap

Markdown-driven What's New screens for SwiftUI apps

Builds polished What's New release screens for iOS and Mac Catalyst apps from a simple markdown file. Eliminates hand-coded release notes views, version comparison logic, and custom pagination controls. Includes semantic versioning, display policies, and full styling modifiers so developers ship update announcements in minutes.
npx skills add mergesort/Recap --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Recap?โ–ผ

Run `npx skills add mergesort/Recap --all -g -y` in your terminal to install the Recap integration skill globally.

How to add a What's New screen in SwiftUI?โ–ผ

Create a markdown file listing your releases, parse it with ReleasesParser, and present RecapScreen with two lines of code.

How does Recap decide when to show release notes?โ–ผ

RecapDisplayPolicy compares the current and previously launched app versions and triggers the screen only for notable updates you define.

Can I customize the Recap screen design?โ–ผ

Yes. Modifiers let you restyle titles, icons, pagination, backgrounds, and dismiss buttons to match your app's design.

Does Recap support multiple past releases?โ–ผ

Yes. Unlike most libraries, Recap displays your app's entire release history as paginated pages, not just the latest version.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’