Releases: right9code/githubbrowser.koplugin
Releases · right9code/githubbrowser.koplugin
Release list
v2.0.0
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
taris universally available on all KOReader devices via BusyBox, whileunzipoften is not
Changes
- Updated version to 2.0.0
v1.0.1: Plugin Namespacing & Search Release
- "Fixed namespace collisions with other KOReader plugins (such as obsidian-sync) by namespacing internal helper modules. Bumps version to 1.0.1."
v1.0
- Feature: Added
Search files/folderandSearch codeinside repositories! - Performance: Capped search results to prevent UI lag on massive repositories.
- Fix: Resolved a major layout crash (
makeline) on e-ink devices when displaying long code search snippets. - UI: Replaced raw text snippets with sanitized text to ensure clean rendering on all devices.
Full Changelog: v0.2...v1.0
GitHub Browser for KOReader v0.2
- Added Dispatcher integration for Gesture shortcut support.
- Fixed FileChooser crash on certain device firmwares when importing tokens.
- Added manual text input fallback for token import.
- Removed
curldependency; plugin is now 100% pure Lua using nativesocket.http. - Polished README and UI formatting.
Full Changelog: v0.1...v0.2
v0.1 - Initial Release
Initial release of the GitHub Browser plugin for KOReader!
Features:
- Browse public and private repositories
- View and download files
- Multi-token management
- Pin and bookmark repositories
Installation: Download the source code zip below, extract it, and place the githubbrowser.koplugin folder inside your KOReader plugins/ directory.
- Fixed a crash on Kobo devices when importing tokens, added a manual path fallback option, and improved README formatting.