Releases: ajslater/codex
Releases · ajslater/codex
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
- Warning
- The main database path has changed from
db.sqlite3
tocodex.sqlite3
- This version forces a rebuild of the search index (not the main database)
- The main database path has changed from
- 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
- 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
v1.4.1
v1.4.0
- 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.