Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crosspoint-reader/calibre-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: crosspoint-reader/calibre-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 20, 2026

  1. Configuration menu
    Copy the full SHA
    358747e View commit details
    Browse the repository at this point in the history
  2. Fix device delete on Windows by normalizing path separators

    Calibre stores a just-sent book's device path using the local os.sep, so on
    Windows delete_books received backslash paths (e.g. /\Author\Title.epub) and
    sent them verbatim to the device, which only knows forward-slash paths -> 500
    "not found". Add a shared _normalize_device_path helper (backslash -> '/',
    collapse '//', ensure leading '/') used by delete_books and
    remove_books_from_metadata. Bump to 0.2.2.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    itsthisjustin and claude committed Jun 20, 2026
    Configuration menu
    Copy the full SHA
    70c3c8e View commit details
    Browse the repository at this point in the history
Loading