Skip to content

Releases: ajslater/codex

v1.10.12

23 Apr 19:48

Choose a tag to compare

  • Fixes

    • Fix an occasional bug linking folders when importing.
    • Fix updating comics crash by batching comic updates.
    • Fix possible import crashes in delete & linking.
    • Fix overzealous lazy importer importing tags from books that already had
      tags.
    • Fix reader settings clearing anomalies. Add a global reader settings clear
      button.
    • Fix unnecessary redirect in OPDS when viewing comic in extended metadata.
  • Features

    • Codex identifies itself in the HTTP Server: header.
    • Codex identifies itself in the OPDS v1 tag.
    • Adjusted importer batching variable defaults for greater throughput

v1.10.11

13 Apr 22:44

Choose a tag to compare

  • Fixes
    • Custom covers were not importing.
    • Custom group covers were not counted in admin library view.

v1.10.10

12 Apr 22:36

Choose a tag to compare

  • Fixes
    • Fix creating non-extant reader global settings.

v1.10.9

08 Apr 08:40

Choose a tag to compare

  • Fixes
    • Fix browser settings not clearing with clear button.
    • Fix search settings not clearing on OPDS start page.

v1.10.8

08 Apr 00:19

Choose a tag to compare

  • Fixes
    • Reset settings on OPDS start page more consistently.
    • More logging for webserver errors.
    • There's a jump in version numbers because the production build process was
      broken.

v1.10.3

06 Apr 01:13

Choose a tag to compare

  • Fixes
    • Poll all libraries button was not polling all libraries.
    • Fix OPDS v2 manifest series link.
    • Force OPDS v2 start link to reset filters and order
    • Library server folder picker shows folder menu more consistently.
  • Features
    • Select many mode in browser for browser actions.

v1.10.2

05 Apr 07:35

Choose a tag to compare

  • Fixes
    • Fix many OPDS v2 links leading to the wrong views.
    • Fix admin update user validation.

v1.10.0 - Rust modules & Settings Features

04 Apr 02:24

Choose a tag to compare

  • 🚨 Big Changes 🚨
    • The docker repo has changed to ghcr.io/ajslater/codex
    • Django 6 requires python >=3.12.
    • Unified configuration:
      • Your hypercorn.toml config will be migrated automatically to
        codex.toml. Options previously only configurable with environment
        variables may now be also be specified in codex.toml.
      • Some of the environment variable names have changed, but old values
        are still respected for compatibility.
    • Replaced the thumbnail filename algorithm. Thumbnails will regenerate.
  • Fixes
    • Fix old dynamic covers displaying when database had changed due to
      imports.
    • Fix erroneous "Bookmark" filter appearing in filter menu when a read state
      is selected.
    • Fix reader close button receiving nonsensical route.
    • Fix job status messages sometimes not being updated correctly.
    • Fix check latest version of Codex bug.
    • Tags page sometimes had erroneous links went nowhere.
    • Fixed some foreign key integrity fixing bugs.
  • Features
    • Browser can save and load named views.
    • Reader Settings are now available for Series, Parent Folder and Story Arc
    • The Admin Jobs tab is an enhanced tasks tab with start and stop buttons
      and job progress.
    • Browser Pane refreshes with a click/touch pull control.
  • Performance Improvements
    • Codex now uses the Granian http server instead of Hypercorn.
    • The file watcher and poller now use one thread each no matter how many
      libraries you have.
    • Shaved about 80MB off the compressed docker image and 15MB off the python
      wheel.

v1.9.24

11 Mar 03:33

Choose a tag to compare

  • Fixes
    • Fix OPDS v2 numberOfItems pagination sum.

v1.9.23

02 Mar 01:10

Choose a tag to compare

  • Fixes
    • Fix admin tasks tab crash
    • Fix Library folder picker showing bad data