Skip to content

Releases: right9code/githubbrowser.koplugin

v2.0.0

Choose a tag to compare

@right9code right9code released this 27 Jun 14:58

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

Changes

  • Updated version to 2.0.0

v1.0.1: Plugin Namespacing & Search Release

Choose a tag to compare

@right9code right9code released this 24 May 11:40
  • "Fixed namespace collisions with other KOReader plugins (such as obsidian-sync) by namespacing internal helper modules. Bumps version to 1.0.1."

v1.0

Choose a tag to compare

@right9code right9code released this 17 May 10:32
894b165
  • Feature: Added Search files/folder and Search code inside 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

Pre-release

Choose a tag to compare

@right9code right9code released this 14 May 19:27
  • 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 curl dependency; plugin is now 100% pure Lua using native socket.http.
  • Polished README and UI formatting.

Full Changelog: v0.1...v0.2

v0.1 - Initial Release

Pre-release

Choose a tag to compare

@right9code right9code released this 14 May 18:17

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.