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.2
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.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 20, 2026

  1. Configuration menu
    Copy the full SHA
    84c9df2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2026

  1. Fix deep-nested template upload by creating dirs level-by-level

    Templates that nest more than one folder deep (e.g.
    Fanfiction/Fandom/Series/title.epub) failed with
    'ERROR:Failed to create file'. _ensure_dir sent the full nested path in
    a single /mkdir call and relied on the device building the whole tree
    recursively; for multi-level paths the directory tree was not reliably
    present, so the subsequent file open failed. Create each level with its
    own single-level mkdir instead (already-exists 400s are ignored), which
    is the reliable primitive. One-level templates are unaffected.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    itsthisjustin and claude committed Jun 21, 2026
    Configuration menu
    Copy the full SHA
    e02d98b View commit details
    Browse the repository at this point in the history
Loading