Releases: ajslater/codex
Releases · ajslater/codex
v1.10.12
-
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
v1.10.10
v1.10.9
v1.10.8
v1.10.3
- 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
v1.10.0 - Rust modules & Settings Features
- 🚨 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.
- Your hypercorn.toml config will be migrated automatically to
- 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.
- Fix old dynamic covers displaying when database had changed due to
- 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.