fix(about): drop stale swift-markdown-ui acknowledgement#34
Conversation
The app stopped depending on swift-markdown-ui once the update window began parsing release notes itself via AttributedString(markdown:), but the Acknowledgements sheet still credited it — showing users a library that ships nowhere in the build. Remove the entry from the credits list and sync the two docs that described it: DESIGN.md's acknowledgements rundown and RELEASING.md's now-false claim that the update window renders with swift-markdown-ui (it uses its own parser). Signed-off-by: Kevin Cui <bh@bugs.cc>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
Summary by CodeRabbit
WalkthroughThe Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Comment |
The app stopped depending on swift-markdown-ui once the update window began parsing release notes itself via AttributedString(markdown:), but the Acknowledgements sheet still credited it — showing users a library that ships nowhere in the build.
Remove the entry from the credits list and sync the two docs that described it: DESIGN.md's acknowledgements rundown and RELEASING.md's now-false claim that the update window renders with swift-markdown-ui (it uses its own parser).