Skip to content

Releases: ajslater/codex

v1.7.0

04 Oct 19:40
303bcfb
Compare
Choose a tag to compare
  • Features

    • Search
      • Use SQLite Full Text Search v5 for search engine.
      • Search syntax has changed. See the help popup at the end of the search
        bar.
      • Use faster db column lookups for some search bar queries. Thanks
        @bmfrosty.
      • You may remove the directory config/whoosh_index.
    • Integrity Checks
      • Faster more comprehensive db integrity checks run every night instead of
        at startup.
      • Integrity checks can run on startup with environment variables documented
        in README.

v1.6.19

11 Sep 03:00
Compare
Choose a tag to compare
  • Fixes

    • Fix browser opening reader at correct bookmark.
    • Fix for browser triple tap bug for android tablet browsers in desktop mode.
    • Fix populating arcs in reading order menu in reader.
    • Fix submitting old arc to reader API.
    • Fix Version API blocking. Add check version admin task.
    • Fix Library "Poll Every" validation.
    • Fix Metadata dialog not scrolling sometimes.
    • Fix file extension for downloaded PDF pages.

v1.6.17

04 Aug 03:00
Compare
Choose a tag to compare
  • Features

    • Admin Action buttons now responsive to view size.
  • Fixes

    • Auto update wasn't comparing versions well.
    • Possible fix for initializing admin flags crash.

v1.6.16

01 Aug 21:28
Compare
Choose a tag to compare
  • Fixes

    • Import may have been marking mounted drive's comics modified
      inappropriately.
    • Import crash when moving comics.
    • Relink deep orphan folders in the db instead of recreating them.
    • Do not adopt orphan folders deleted from the filesystem.
    • Admin Tab change password for user broke.
    • More robust ui cache busting on library update.
    • Fix minor error on metadata text boxes with null values.

v1.6.15

23 Jul 23:15
Compare
Choose a tag to compare
  • Fixes

    • Fix more Metadata links to browser groups not computing and resolving
      properly.

v1.6.14

22 Jul 23:31
Compare
Choose a tag to compare
  • Fixes

    • Fix Metadata links to browser groups not resetting topGroup properly.

v1.6.13

21 Jul 00:38
Compare
Choose a tag to compare
  • Fixes

    • Admin Panel Link was showing in the admin panel, not in the browser or reader.

v1.6.12

20 Jul 02:58
Compare
Choose a tag to compare
  • Features

    • Native Windows installation instructions in the README thanks to @professionaltart.
    • Anonymously send stats to improve Codex. See admin/flags for description and opt-out.
  • Fixes

    • Detect iOS devices in Desktop Mode for proper iOS tap behavior.

v1.6.8

11 Jul 00:49
Compare
Choose a tag to compare
  • Fixes

    • Fix OPDS streaming in lazy metadata mode for Chunky-like readers which
      require a page count.

v1.6.7

10 Jul 20:17
Compare
Choose a tag to compare
  • Fixes
    • OPDS authorization for some readers
    • Remove superfluous debug exception trace on timezone endpoint.