Skip to content

Releases: linuxserver/docker-cops

2.8.1-ls220

08 Sep 21:05
5cacf81
Compare
Choose a tag to compare

LinuxServer Changes:

Add kepubify tool to update metadata for Kobo - see mikespub-org/seblucas-cops#77

seblucas-cops Changes:

2.8.1 - 20240902 Fix download filenames

  • Fix FileRenderer to send the right Content-Disposition - see issue #102 by @Chirishman

Full Changelog: mikespub-org/seblucas-cops@2.8.0...2.8.1

2.8.1-ls219

02 Sep 09:46
d6114e1
Compare
Choose a tag to compare

LinuxServer Changes:

Add kepubify tool to update metadata for Kobo - see mikespub-org/seblucas-cops#77

seblucas-cops Changes:

2.8.1 - 20240902 Fix download filenames

  • Fix FileRenderer to send the right Content-Disposition - see issue #102 by @Chirishman

Full Changelog: mikespub-org/seblucas-cops@2.8.0...2.8.1

2.8.0-ls219

01 Sep 13:06
d6114e1
Compare
Choose a tag to compare

LinuxServer Changes:

Add kepubify tool to update metadata for Kobo - see mikespub-org/seblucas-cops#77

seblucas-cops Changes:

Define $config['cops_kepubify_path'] in config_local.php and set $config['cops_provide_kepub'] = '1'

2.8.0 - 20240901 Support 'kepubify' tool for Kobo

  • Add FileRenderer class to send files + use sendHeaders
  • Fix Zipper to allow unicode chars in file names
  • Refactor FetchHandler and getUpdatedEpub to support kepubify
  • Use optional kepubify tool to convert EPUB files for Kobo - see #77 by @SenorSmartyPants

Full Changelog: mikespub-org/seblucas-cops@2.7.5...2.8.0

2.7.5-ls219

31 Aug 17:47
d6114e1
Compare
Choose a tag to compare

LinuxServer Changes:

Add kepubify tool to update metadata for Kobo - see mikespub-org/seblucas-cops#77

seblucas-cops Changes:

2.7.5 - 20240831 Show extra data files in book detail + start GraphQL

  • Changes in config_default.php file:
    • new $config['cops_kepubify_path']
  • Start experimental GraphQL interface (dev only)
  • Upgrade twig/twig package and add webonyx/graphql-php package (dev only)
  • Show extra data files in book detail - see feature #97 by @russell-phillips
  • Add tests for new handler classes + clean-up tests
  • Remove deprecated methods for releases older than 2.7.4

2.7.4 - 20240828 Replace Transliteration + prepare using kepubify

  • Support splitting books or authors by non-ascii first letter
  • Add kepubify tool to linuxserver docker image - see issue #77 by @SenorSmartyPants and #56
  • Drop old Transliteration class and use PHP Transliterator for normalized search option

Full Changelog: mikespub-org/seblucas-cops@2.7.3...2.7.5

2.7.3-ls218

28 Aug 12:44
9760ce9
Compare
Choose a tag to compare

LinuxServer Changes:

Add kepubify tool to update metadata for Kobo - see mikespub-org/seblucas-cops#77

seblucas-cops Changes:

2.7.3 - 20240823 Update language files + add fixes

  • Upgrade magnific-popup package to 1.2.0
  • Upgrade swagger-ui-dist package and link to 5.17.14
  • Update language files via Gitlocalize - see PRs from @horus68 and his intrepid band of translators ;-)
  • Fix transparent search suggestions box - see pull request #96 from @dunxd for issue #95 by @marioscube
  • Catch potential null custom columns for multi-database setup - see issue #89 by @Chirishman
  • Use link handler for database entries with multi-database setup - see issue #85 by @erdoking and @shaoyangx
  • Upgrade kiwilan, mikespub, symfony and twig composer packages

Full Changelog: mikespub-org/seblucas-cops@2.7.1...2.7.3

2.7.3-ls217

23 Aug 13:06
30273e1
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

seblucas-cops Changes:

2.7.3 - 20240823 Update language files + add fixes

  • Upgrade magnific-popup package to 1.2.0
  • Upgrade swagger-ui-dist package and link to 5.17.14
  • Update language files via Gitlocalize - see PRs from @horus68 and his intrepid band of translators ;-)
  • Fix transparent search suggestions box - see pull request #96 from @dunxd for issue #95 by @marioscube
  • Catch potential null custom columns for multi-database setup - see issue #89 by @Chirishman
  • Use link handler for database entries with multi-database setup - see issue #85 by @erdoking and @shaoyangx
  • Upgrade kiwilan, mikespub, symfony and twig composer packages

Full Changelog: mikespub-org/seblucas-cops@2.7.1...2.7.3

2.7.2-ls216

18 Aug 21:05
e1d5a20
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

seblucas-cops Changes:

Changes in this release

Adjust default settings for epubjs reader and support external storage for Calibre library.
Code-wise, introduce minimal framework and start using handlers for all endpoints

2.7.1 - 20240526 Use external storage + settings for epubjs reader

  • Changes in config_default.php file:
    • new $config['calibre_external_storage']
  • Support external storage for Calibre library - see seblucas/cops#506 and seblucas/cops#513
  • Pass along request handler in baselist, booklist and virtual libraries
  • Adjust default settings for epubjs-reader - see pull request #81 from @dunxd
  • Rename IndexHandler to HtmlHandler and use default 'index' in request
  • Rename download.php etc. to zipper* to avoid conflict with url rewrite

2.7.0 - 20240512 Use handlers instead of endpoints

  • Start front-end controller and router script (WIP)
  • Use handlers instead of endpoints for route links
  • Fix path_info for handlers when using route urls
  • Add minimal framework + move endpoint code to handlers
  • Change restapi routes to use endpoint instead of dummy pageId
  • Add more endpoints to routes and return instead of exit
  • Add getUri() for annotations and notes

Full Changelog: mikespub-org/seblucas-cops@2.6.1...2.7.2

2.7.2-ls215

13 Aug 15:24
8ffa454
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

seblucas-cops Changes:

Changes in this release

Adjust default settings for epubjs reader and support external storage for Calibre library.
Code-wise, introduce minimal framework and start using handlers for all endpoints

2.7.1 - 20240526 Use external storage + settings for epubjs reader

  • Changes in config_default.php file:
    • new $config['calibre_external_storage']
  • Support external storage for Calibre library - see seblucas/cops#506 and seblucas/cops#513
  • Pass along request handler in baselist, booklist and virtual libraries
  • Adjust default settings for epubjs-reader - see pull request #81 from @dunxd
  • Rename IndexHandler to HtmlHandler and use default 'index' in request
  • Rename download.php etc. to zipper* to avoid conflict with url rewrite

2.7.0 - 20240512 Use handlers instead of endpoints

  • Start front-end controller and router script (WIP)
  • Use handlers instead of endpoints for route links
  • Fix path_info for handlers when using route urls
  • Add minimal framework + move endpoint code to handlers
  • Change restapi routes to use endpoint instead of dummy pageId
  • Add more endpoints to routes and return instead of exit
  • Add getUri() for annotations and notes

Full Changelog: mikespub-org/seblucas-cops@2.6.1...2.7.2

2.7.2-ls214

12 Aug 01:40
823aefb
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

seblucas-cops Changes:

Changes in this release

Adjust default settings for epubjs reader and support external storage for Calibre library.
Code-wise, introduce minimal framework and start using handlers for all endpoints

2.7.1 - 20240526 Use external storage + settings for epubjs reader

  • Changes in config_default.php file:
    • new $config['calibre_external_storage']
  • Support external storage for Calibre library - see seblucas/cops#506 and seblucas/cops#513
  • Pass along request handler in baselist, booklist and virtual libraries
  • Adjust default settings for epubjs-reader - see pull request #81 from @dunxd
  • Rename IndexHandler to HtmlHandler and use default 'index' in request
  • Rename download.php etc. to zipper* to avoid conflict with url rewrite

2.7.0 - 20240512 Use handlers instead of endpoints

  • Start front-end controller and router script (WIP)
  • Use handlers instead of endpoints for route links
  • Fix path_info for handlers when using route urls
  • Add minimal framework + move endpoint code to handlers
  • Change restapi routes to use endpoint instead of dummy pageId
  • Add more endpoints to routes and return instead of exit
  • Add getUri() for annotations and notes

Full Changelog: mikespub-org/seblucas-cops@2.6.1...2.7.2

2.7.2-ls213

11 Aug 21:01
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

seblucas-cops Changes:

Changes in this release

Adjust default settings for epubjs reader and support external storage for Calibre library.
Code-wise, introduce minimal framework and start using handlers for all endpoints

2.7.1 - 20240526 Use external storage + settings for epubjs reader

  • Changes in config_default.php file:
    • new $config['calibre_external_storage']
  • Support external storage for Calibre library - see seblucas/cops#506 and seblucas/cops#513
  • Pass along request handler in baselist, booklist and virtual libraries
  • Adjust default settings for epubjs-reader - see pull request #81 from @dunxd
  • Rename IndexHandler to HtmlHandler and use default 'index' in request
  • Rename download.php etc. to zipper* to avoid conflict with url rewrite

2.7.0 - 20240512 Use handlers instead of endpoints

  • Start front-end controller and router script (WIP)
  • Use handlers instead of endpoints for route links
  • Fix path_info for handlers when using route urls
  • Add minimal framework + move endpoint code to handlers
  • Change restapi routes to use endpoint instead of dummy pageId
  • Add more endpoints to routes and return instead of exit
  • Add getUri() for annotations and notes

Full Changelog: mikespub-org/seblucas-cops@2.6.1...2.7.2