Skip to content

Releases: linuxserver/docker-cops

4.2.0-ls287

15 Feb 21:12
8c1b832

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/4.2.0-ls287/index.html

LinuxServer Changes:

Full Changelog: 4.1.0-ls286...4.2.0-ls287

Remote Changes:

Reminder: COPS 4.x releases require PHP 8.4+

See updated Wiki page: Full example with Nginx

Change log

4.2.0 - 20260209 Support mapping of filepath for x-accel-redirect

  • Changes in config/default.php file:
    • new $config['cops_x_accel_mapping'] option to map file paths for x-accel-redirect
  • Support mapping of real filepath to uri filepath for x-accel-redirect

Full Changelog: mikespub-org/seblucas-cops@4.1.0...4.2.0

4.2.0-ls286

09 Feb 21:17
c93252e

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/4.2.0-ls286/index.html

LinuxServer Changes:

No changes

Remote Changes:

Reminder: COPS 4.x releases require PHP 8.4+

See updated Wiki page: Full example with Nginx

Change log

4.2.0 - 20260209 Support mapping of filepath for x-accel-redirect

  • Changes in config/default.php file:
    • new $config['cops_x_accel_mapping'] option to map file paths for x-accel-redirect
  • Support mapping of real filepath to uri filepath for x-accel-redirect

Full Changelog: mikespub-org/seblucas-cops@4.1.0...4.2.0

4.1.0-ls286

08 Feb 14:12
c93252e

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/4.1.0-ls286/index.html

LinuxServer Changes:

Full Changelog: 4.0.2-ls285...4.1.0-ls286

Remote Changes:

Reminder: COPS 4.x releases require PHP 8.4+

Change log

4.1.0 - 20260208 Book pages, calibre links, database filters, web app manifest

  • Changes in config/default.php file:
    • new $config['cops_database_filter'] option to filter Calibre databases - see #133
  • Support Calibre database filters in config/local[.*].php file(s) - see #133
  • Add web app manifest file in resources + adapt templates - see PR #167 from @dunxd
  • Move symfony/http-foundation package to --no-dev to support trusted proxy headers
  • Replace calibre:// links in comments and notes with corresponding COPS links
  • Get book pages for Calibre version 9.0 and later + update test databases

Full Changelog: mikespub-org/seblucas-cops@4.0.2...4.1.0

4.0.2-ls285

08 Feb 12:35
188c967

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/4.0.2-ls285/index.html

LinuxServer Changes:

Full Changelog: 4.0.2-ls284...4.0.2-ls285

Remote Changes:

Reminder: COPS 4.x releases require PHP 8.4+

Change log

4.0.2 - 20260124 Fix mail without index.php + update packages

Full Changelog: mikespub-org/seblucas-cops@4.0.0...4.0.2

4.0.2-ls284

01 Feb 21:08
9e20f29

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/4.0.2-ls284/index.html

LinuxServer Changes:

Full Changelog: 4.0.2-ls283...4.0.2-ls284

Remote Changes:

Reminder: COPS 4.x releases require PHP 8.4+

Change log

4.0.2 - 20260124 Fix mail without index.php + update packages

Full Changelog: mikespub-org/seblucas-cops@4.0.0...4.0.2

4.0.2-ls283

24 Jan 15:55
70cb501

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/4.0.2-ls283/index.html

LinuxServer Changes:

Full Changelog: 3.8.2-ls282...4.0.2-ls283

Remote Changes:

Reminder: COPS 4.x releases require PHP 8.4+

Change log

4.0.2 - 20260124 Fix mail without index.php + update packages

Full Changelog: mikespub-org/seblucas-cops@4.0.0...4.0.2

3.8.2-ls282

04 Jan 21:03
564e4d0

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/3.8.2-ls282/index.html

LinuxServer Changes:

Full Changelog: 3.8.2-ls281...3.8.2-ls282

Remote Changes:

See release 3.1.1 for breaking changes for COPS 3.x

Change log

3.8.2 - 20251127 Use form authentication + update packages & readers

  • Changes in config/default.php file:
    • add $config['cops_form_authentication'] option to use form authentication
  • Update php/npm packages and ebook readers
  • Drop loading user-specific config before auth in config/config.php
  • Use new AuthMiddleware to handle authentication + update Config
  • Support form authentication with login.html again - see PR #161 from @dcoffin88

3.8.0 - 20251011 Add custom readers, database config files + prepare symfony upgrade

  • Changes in config/default.php file:
    • add $config['cops_epub_reader'] option to use custom reader template
    • add $config['cops_comic_reader'] option to use codedread-kthoom template
  • Prepare upgrade of symfony/* packages to new 7.4 LTS version
  • Support custom reader template for epub files too
  • Add option to use different comic reader based on kthoom from @codedread
  • Move admin templates to subdirectory and use Twig template engine
  • Support user-specific or common database config files - see issue #160 from @tgiraud
  • Add minimal mozilla/pdfjs-dist to release package cops-3.x.x-php82.zip
  • Upgrade mozilla/pdfjs-dist to v5.4.296 and refresh pdfjs-viewer template
  • Hide dropzone in comic-reader if url is specified

Full Changelog: mikespub-org/seblucas-cops@3.7.8...3.8.2

3.8.2-ls281

21 Dec 21:03
15e82b8

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/3.8.2-ls281/index.html

LinuxServer Changes:

Full Changelog: 3.8.2-ls280...3.8.2-ls281

Remote Changes:

See release 3.1.1 for breaking changes for COPS 3.x

Change log

3.8.2 - 20251127 Use form authentication + update packages & readers

  • Changes in config/default.php file:
    • add $config['cops_form_authentication'] option to use form authentication
  • Update php/npm packages and ebook readers
  • Drop loading user-specific config before auth in config/config.php
  • Use new AuthMiddleware to handle authentication + update Config
  • Support form authentication with login.html again - see PR #161 from @dcoffin88

3.8.0 - 20251011 Add custom readers, database config files + prepare symfony upgrade

  • Changes in config/default.php file:
    • add $config['cops_epub_reader'] option to use custom reader template
    • add $config['cops_comic_reader'] option to use codedread-kthoom template
  • Prepare upgrade of symfony/* packages to new 7.4 LTS version
  • Support custom reader template for epub files too
  • Add option to use different comic reader based on kthoom from @codedread
  • Move admin templates to subdirectory and use Twig template engine
  • Support user-specific or common database config files - see issue #160 from @tgiraud
  • Add minimal mozilla/pdfjs-dist to release package cops-3.x.x-php82.zip
  • Upgrade mozilla/pdfjs-dist to v5.4.296 and refresh pdfjs-viewer template
  • Hide dropzone in comic-reader if url is specified

Full Changelog: mikespub-org/seblucas-cops@3.7.8...3.8.2

3.8.2-ls280

14 Dec 21:04
2b2088c

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/3.8.2-ls280/index.html

LinuxServer Changes:

Full Changelog: 3.8.2-ls279...3.8.2-ls280

Remote Changes:

See release 3.1.1 for breaking changes for COPS 3.x

Change log

3.8.2 - 20251127 Use form authentication + update packages & readers

  • Changes in config/default.php file:
    • add $config['cops_form_authentication'] option to use form authentication
  • Update php/npm packages and ebook readers
  • Drop loading user-specific config before auth in config/config.php
  • Use new AuthMiddleware to handle authentication + update Config
  • Support form authentication with login.html again - see PR #161 from @dcoffin88

3.8.0 - 20251011 Add custom readers, database config files + prepare symfony upgrade

  • Changes in config/default.php file:
    • add $config['cops_epub_reader'] option to use custom reader template
    • add $config['cops_comic_reader'] option to use codedread-kthoom template
  • Prepare upgrade of symfony/* packages to new 7.4 LTS version
  • Support custom reader template for epub files too
  • Add option to use different comic reader based on kthoom from @codedread
  • Move admin templates to subdirectory and use Twig template engine
  • Support user-specific or common database config files - see issue #160 from @tgiraud
  • Add minimal mozilla/pdfjs-dist to release package cops-3.x.x-php82.zip
  • Upgrade mozilla/pdfjs-dist to v5.4.296 and refresh pdfjs-viewer template
  • Hide dropzone in comic-reader if url is specified

Full Changelog: mikespub-org/seblucas-cops@3.7.8...3.8.2

3.8.2-ls279

30 Nov 21:04
dbe0a40

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/cops/3.8.2-ls279/index.html

LinuxServer Changes:

Full Changelog: 3.8.2-ls278...3.8.2-ls279

Remote Changes:

See release 3.1.1 for breaking changes for COPS 3.x

Change log

3.8.2 - 20251127 Use form authentication + update packages & readers

  • Changes in config/default.php file:
    • add $config['cops_form_authentication'] option to use form authentication
  • Update php/npm packages and ebook readers
  • Drop loading user-specific config before auth in config/config.php
  • Use new AuthMiddleware to handle authentication + update Config
  • Support form authentication with login.html again - see PR #161 from @dcoffin88

3.8.0 - 20251011 Add custom readers, database config files + prepare symfony upgrade

  • Changes in config/default.php file:
    • add $config['cops_epub_reader'] option to use custom reader template
    • add $config['cops_comic_reader'] option to use codedread-kthoom template
  • Prepare upgrade of symfony/* packages to new 7.4 LTS version
  • Support custom reader template for epub files too
  • Add option to use different comic reader based on kthoom from @codedread
  • Move admin templates to subdirectory and use Twig template engine
  • Support user-specific or common database config files - see issue #160 from @tgiraud
  • Add minimal mozilla/pdfjs-dist to release package cops-3.x.x-php82.zip
  • Upgrade mozilla/pdfjs-dist to v5.4.296 and refresh pdfjs-viewer template
  • Hide dropzone in comic-reader if url is specified

Full Changelog: mikespub-org/seblucas-cops@3.7.8...3.8.2