Skip to content

Releases: ajslater/codex

v1.6.6

09 Jul 19:09
Compare
Choose a tag to compare
  • Fixes
    • User creation in admin panel broke.
    • There was confusing UI on admin panel unauthorized screen.

v1.6.5

09 Jul 02:20
Compare
Choose a tag to compare
  • Fixes:
    • Fix logout button not working.

v1.6.4

09 Jul 01:09
Compare
Choose a tag to compare
  • Fixed:
    • Reader crash loading reader order arcs.
    • OPDS datetimes now uniformly served in iso format.
    • Fix browser filter menus clearing and loading irregularities.
    • Fix parsing negative issue numbers in filenames.
    • Log common non-ComicBookInfo archive comments with less alarm.
  • Removed
    • LOGLEVEL=VERBOSE deprecated for a long time. Use LOGLEVEL=DEBUG

v1.6.3

22 Jun 22:53
Compare
Choose a tag to compare
  • Features
    • Reader inherits the last browser view, with filters, as it's default reading
      arc.
    • When browser page is less than 1, redirect to parent. When 1 and empty, show
      empty page.
  • Fix
    • The cover api was not accepting http basic (opds) authentication.

v1.6.2

17 Jun 19:21
Compare
Choose a tag to compare
  • Fixes
    • Fix pagination with more than 100 comics in the browser.

v1.6.1

17 Jun 02:13
Compare
Choose a tag to compare
  • Features

    • Add a retry button on book load error and page load error pages.
  • Fixes

    • Fix unable to login if anonymous users prohibited.
    • Fix filter crash.
    • Metadata was showing incorrect groups for individual comics

v1.6.0

14 Jun 01:01
Compare
Choose a tag to compare
  • Features
    • Custom Covers for Folders, Publishers, Imprints, Series and Story Arcs.
    • Browser setting to choose Dynamic or First group covers. Thanks @thakk.
    • Breadcrumbs in the browser
    • Reader can read by Volumes as well as by Series, Folder and StoryArc.
    • More compact UI controls.
    • Metadata tags can click to browse filtered on that tag.
    • Experimental API throttling support. Search the README for "throttle".
    • Add websocket updates for anonymous sessions
    • Speed and caching optimizations.
  • Fixes
    • OPDS http basic authorization fixed.
    • Groups with the same name in different cases collapse into one group in the
      browser.
    • Order By respects browser show groups settings.
    • Fixed re-import of urls and identifiers.
    • Fixed cleanup of some foreign keys when no longer used.
    • Clean up all orphan folders on startup instead of first pass
    • Fix creating bookmarks.
    • Update browser sessions for user when users finish a book.

v1.5.19

19 May 01:31
Compare
Choose a tag to compare
  • Fixes
    • Metadata crash on folders.

v1.5.18

19 May 01:31
Compare
Choose a tag to compare
  • Fixes
    • Ignore comic pages from dotfiles and macOS resource forks.

v1.5.17

21 Apr 22:33
Compare
Choose a tag to compare
  • Fixes
    • Fix background color of browser card controls since vuetify update.