Skip to content

Releases: ajslater/codex

v1.5.5

22 Mar 06:00
Compare
Choose a tag to compare
  • Fixes
    • Attempt to fix import crash processing too much metadata at once. Allow
      undocumented env variable to manipulate this: CODEX_FILTER_BATCH_SIZE
      (default: 900)
    • Fix search engine update crash for large collections.

v1.5.4

20 Mar 05:24
Compare
Choose a tag to compare
  • Fixes
    • Django 5 broke root_path prefixing from the asgi server. Work around it.

v1.5.3

19 Mar 22:42
Compare
Choose a tag to compare
  • Fixes
    • Mouse horizontal scroll broken on Firefox.

v1.5.2

19 Mar 18:42
Compare
Choose a tag to compare
  • Fixes
    • OPDS titles were showing as "Unknown" for comics with tagged volumes.
    • OPDS v2 was crashing.
    • Cover displayed for group browser with Name ordering was inconsistent.
    • Enable mouse drag horizontal scrolling in reader zoom mode.

v1.5.1

19 Mar 04:36
Compare
Choose a tag to compare
  • Fixes
    • OPDS v1 was not rendering any data.

v1.5.0

18 Mar 20:58
Compare
Choose a tag to compare
  • 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.

v1.4.3

31 Jul 21:34
f2d898b
Compare
Choose a tag to compare
  • Fix
    • Crash on undecodable characters in metadata.
    • Search terms weren't applying to filter choices population.
    • Fix name ordering. Show series & volume in browser cards if it affects name
      ordering.
    • Shrink reader page change boxes to let toolbar activate on corner clicks.
  • Dev
    • Big lint update.

v1.4.2

13 Jun 01:42
Compare
Choose a tag to compare
  • Fix
    • Groups were not aggregating children properly when searched.
    • Search could break Folder View.
    • Changing the browser 'Order By' would sometimes not apply.
    • Attempt to fix stale books appearing on reader load.

v1.4.1

11 Jun 06:44
Compare
Choose a tag to compare
  • Fix
    • A bug that prevented folder view from displaying under some circumstances.

v1.4.0

11 Jun 05:07
Compare
Choose a tag to compare
  • Features
    • Story Arc Top Group in Web & OPDS Browsers
    • Support multiple Story Arcs per comic.
      • Supports Mylar CSV StoryArc / StoryArcNumber extension to ComicInfo.xml
    • Show only filter options that affect the current browse level.
    • Reader has a Series/Folder/Story Arc order selector.
    • Reader shows filename instead of metadata title if you've been browsing in
      File View
    • Downloads now use the original filename from disk.
  • Fix
    • Folder was view displayed but crashed in OPDS even if disabled by admin.