Implemented in 5e00c10. Home now has compact, borderless clock, issue, pull-request, and milestone icons that filter recent activity, show a native empty state, and expose selection to VoiceOver.…
Completed the Markdown file-view follow-up in 50bb8f9. Markdown files now open in a rendered GitHub-flavored preview by default, with an accessible Preview/Source segmented control; Source reuses…
Corrected the scrolling renderer in 178094f. Root cause: the previous UITextView had a 629 pt scroll range but retained a 402 pt tiled drawing surface, causing blank/black areas and delayed text…
Corrected in f85f955 using the native UIKit/TextKit path documented by Apple: a selectable UITextView backed by NSTextStorage/NSTextContainer, explicit clipping instead of the default word…
Implemented in 7b2b431: added a native History/Files selector, UIKit navigation-controller folder traversal, HighlighterSwift 3.1.0 with explicit language mapping and automatic detection,…