Skip to content

v1.5.0

Compare
Choose a tag to compare
@ajslater ajslater released this 18 Mar 20:58
· 59 commits to main since this release
  • Warning
    • The main database path has changed from db.sqlite3 to codex.sqlite3
    • This version forces a rebuild of the search index (not the main database)
  • Fixes
    • Some integrity checks weren't running on startup.
    • The metadata page would sometimes crash for Admins.
    • Moving a comic to a subfolder would crash.
    • Moving a deep subfolders would crash.
    • Moving a comic to the root folder would send the comic to the phantom zone.
    • Updating comics would sometimes not delete removed tags.
    • Series & Volumes no longer updated too often on import.
    • Admin Actions was polling all libraries when one selected.
    • OPDS was showing repeated titles.
    • Vertical scroller tracking and updating improved.
    • Page filenames are now sorted case insensitively which should improve order.
  • Features
    • Admin Exclude groups compliment the existing Include groups.
    • New metadata tags: Monochrome, Tagger, GTIN, Review, Identifiers, & Reading
      Direction. Available when comics are re-imported (Force Update recommended).
    • Identifiers metadata tag replaces the "Web" tag.
    • Reads ComicInfo.xml and other formats from the PDF keywords field. You can
      write ComicInfo.xml to PDFs with comictagger.
    • Reading Direction reader setting replaces Reader's vertical & horizontal
      views.
    • Supports the MetronInfo metadata format (rare).
    • Filesystem events filtered to only the ones Codex handles.
    • Double-click to zoom on pages in reader.
    • Read PDF with browser in a new tab link.
    • Experimental checkbox for caching entire comic or PDF in the browser.
    • Admin Flag for disabling most metadata import.
  • Dev
    • Using comicbox v1 for metadata import.