Skip to content

Releases: ajslater/codex

v1.0.1

02 Jan 21:27

Choose a tag to compare

  • Features
    • Justify order-by field in browser cards.
  • Fixes
    • Fixed next book change drawer opening settings drawer.
    • Fixed zero padding on browser card issue numbers.

v1.0.0

29 Dec 20:32

Choose a tag to compare

Vue 3

  • Features
    • Removed old django admin pages.
    • Shutdown task for admins.
    • Configure logging with environment variables. See README.
  • Fixes
    • Fix displaying error in login dialog.
    • Fix saving community & critical rating filters to session
    • Fix fit to screen not enlarging pages smaller than screen.
  • Developer
    • Frontend is now Vuetify 3 over Vue 3. Using options API.

v0.14.5

08 Nov 06:20

Choose a tag to compare

  • Fixes

    • Fix crash on decoding some comics metadata charset encoding.

v0.14.4

07 Nov 22:04

Choose a tag to compare

  • Fixes

    • Fix login not available when AdminFlag Enable Non Users was unset.
    • Fix server PicklingError logging bug.

v0.14.3

06 Nov 03:52
eb6f47b

Choose a tag to compare

  • Fixes

    • Fix root_path configuration broken since 13.0

v0.14.2

21 Oct 19:19

Choose a tag to compare

  • Fixes

    • Fix Librarian process hanging due to logging deadlock.
    • Fix reader keyboard shortcut help.
    • Fix book change drawer appearing in the middle of books.

v0.14.1

17 Oct 02:11
ec7a2dd

Choose a tag to compare

  • Fixes

    • Resolve ties in browser ordering with default comic ordering.
    • Always close book change drawer before reader opens.

v0.14.0

08 Oct 08:00
ec7a2dd

Choose a tag to compare

Sliding Pages

  • Features
    • Animated sliding pages on reader.
    • Comic & PDF pages display loading, rendering and password errors.
  • Fixes
    • Filters with compound names were not loading choices.
    • Show only usable filters for current view as filter choices.
    • Allow filtering by None values when None values exist.
    • Handle an iOS bug with downloading pages and comics inside a PWA.
    • Fixed PDF failure to render on load and after changing settings.
    • Login & Change Password dialogs no longer activate Reader shortcuts by
      accident.

v0.13.0

22 Sep 23:07
bf7c40d

Choose a tag to compare

Admin Panel

  • Features
    • Single Page Admin Panel.
    • Users may now change their own passwords.
    • OPDS
      • Use facets for known User Agents that support them. Default to using entry
        links.
      • Gain a Newest Issues facet, a Start top link and a Featured / Oldest
        Unread link.
      • More metadata tags.
      • Special thanks to @beville for UX research and suggestions
    • HTTP Basic auth only used for OPDS.
    • Frontend components do lazy loading, should see some speedups.
  • Fixes
    • Fixed imprints & volume levels not displaying sometimes.
    • Fix large images & downloads for some OPDS clients.
  • Dev Notes
    • API v3 is more restful.
    • /api/v3/ displays API documentation.
    • Vite replaces Vue CLI.
    • Pina replaces Vuex.
    • Vitest replaces Jest.
    • Django livereload server and debug toolbar removed.

v0.12.2

21 Aug 04:50

Choose a tag to compare

  • Fixes

    • Fix OPDS downloading & streaming for Chunky Comic Reader.
    • Hack in facets as nav links for Panels & Chunky OPDS readers.