You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.0.0 — Fast Clone, UI Fixes, and Ignore Patterns
New Features
Fast clone via tarball download — cloning repos is now ~10x faster by downloading the tarball archive instead of running git clone or downloading file-by-file
Real-time clone progress — shows file count and current filename during clone
.ghbrowser.json added to default ignore patterns — local config file is no longer visible in file listings
Bug Fixes
Fix progress dialog stacking — progress dialog now correctly appears above the overwrite confirmation dialog when cloning to an existing directory
Remove external unzip dependency — switched from zipball to tarball extraction since tar is universally available on all KOReader devices via BusyBox, while unzip often is not