Recap
Markdown-driven What's New screens for SwiftUI apps
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core