Skip to content

Releases: linuxserver/docker-cops

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

2.7.2-ls212

04 Aug 21:00
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-ls211

28 Jul 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

2.7.2-ls210

21 Jul 21:02
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-ls209

14 Jul 21:04
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