Releases: linuxserver/docker-cops
2.7.2-ls204
LinuxServer Changes:
Existing users should verify: site-confs/default.conf - Fix rewriting rules default site conf.
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-ls203
LinuxServer Changes:
Existing users should verify: site-confs/default.conf - Fix rewriting rules default site conf.
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.6.1-ls202
LinuxServer Changes:
Existing users should verify: site-confs/default.conf - Fix rewriting rules default site conf.
seblucas-cops Changes:
Changes in this release
2.6.1 - 20240507 Reverse proxies, url rewriting with docker + clean-up
- Changes in config_default.php file:
- new $config['cops_trusted_proxies'] (dev only)
- new $config['cops_trusted_headers'] (dev only)
- Upgrade swagger-ui-dist package and link to 5.17.6
- Fix rewriting rules in nginx default site conf - see #79 and #31
- Support X-Forwarded-* and Forwarded headers from trusted proxies (dev only)
- Add Wiki page to clarify Reverse proxy configurations
- Rename JSON_renderer and OPDS_renderer files and classes
- Add HtmlRenderer class and move html template rendering from index.php
- Use dcterms:modified instead of mtime as link attribute in OPDS feeds
Full Changelog: mikespub-org/seblucas-cops@2.5.6...2.6.1
2.6.1-ls201
LinuxServer Changes:
Existing users should verify: site-confs/default.conf - Fix rewriting rules default site conf.
seblucas-cops Changes:
Changes in this release
2.6.1 - 20240507 Reverse proxies, url rewriting with docker + clean-up
- Changes in config_default.php file:
- new $config['cops_trusted_proxies'] (dev only)
- new $config['cops_trusted_headers'] (dev only)
- Upgrade swagger-ui-dist package and link to 5.17.6
- Fix rewriting rules in nginx default site conf - see #79 and #31
- Support X-Forwarded-* and Forwarded headers from trusted proxies (dev only)
- Add Wiki page to clarify Reverse proxy configurations
- Rename JSON_renderer and OPDS_renderer files and classes
- Add HtmlRenderer class and move html template rendering from index.php
- Use dcterms:modified instead of mtime as link attribute in OPDS feeds
Full Changelog: mikespub-org/seblucas-cops@2.5.6...2.6.1
2.6.1-ls200
LinuxServer Changes:
Existing users should verify: site-confs/default.conf - Fix rewriting rules default site conf.
seblucas-cops Changes:
Changes in this release
2.6.1 - 20240507 Reverse proxies, url rewriting with docker + clean-up
- Changes in config_default.php file:
- new $config['cops_trusted_proxies'] (dev only)
- new $config['cops_trusted_headers'] (dev only)
- Upgrade swagger-ui-dist package and link to 5.17.6
- Fix rewriting rules in nginx default site conf - see #79 and #31
- Support X-Forwarded-* and Forwarded headers from trusted proxies (dev only)
- Add Wiki page to clarify Reverse proxy configurations
- Rename JSON_renderer and OPDS_renderer files and classes
- Add HtmlRenderer class and move html template rendering from index.php
- Use dcterms:modified instead of mtime as link attribute in OPDS feeds
Full Changelog: mikespub-org/seblucas-cops@2.5.6...2.6.1
2.5.6-ls200
LinuxServer Changes:
Existing users should verify: site-confs/default.conf - Fix rewriting rules default site conf.
seblucas-cops Changes:
2.5.6 - 20240503 Support TXT files in OPDS feeds + add length and mtime
- Add length + mtime to OPDS acquisition links - perhaps for #79
- Fix Opds connection under docker deployment cannot display books in TXT files - see #79 by @shaoyangx
2.5.5 - 20240423 Update epubjs-reader
- Update epubjs-reader version + template
Full Changelog: mikespub-org/seblucas-cops@2.5.4...2.5.6
2.5.6-ls199
LinuxServer Changes:
Rebase to Alpine 3.19.
seblucas-cops Changes:
2.5.6 - 20240503 Support TXT files in OPDS feeds + add length and mtime
- Add length + mtime to OPDS acquisition links - perhaps for #79
- Fix Opds connection under docker deployment cannot display books in TXT files - see #79 by @shaoyangx
2.5.5 - 20240423 Update epubjs-reader
- Update epubjs-reader version + template
Full Changelog: mikespub-org/seblucas-cops@2.5.4...2.5.6
2.5.4-ls198
LinuxServer Changes:
Rebase to Alpine 3.19.
seblucas-cops Changes:
2.5.4 - 20240409
Changes in config_default.php file:
new $config['cops_epubjs_reader_settings']
Configurable epubjs-reader settings - see issue mikespub-org/intity-epubjs-reader#2 by @intity
Full Changelog: mikespub-org/seblucas-cops@2.5.3...2.5.4
2.5.4-ls197
LinuxServer Changes:
Rebase to Alpine 3.19.
seblucas-cops Changes:
2.5.4 - 20240409
Changes in config_default.php file:
new $config['cops_epubjs_reader_settings']
Configurable epubjs-reader settings - see issue mikespub-org/intity-epubjs-reader#2 by @intity
Full Changelog: mikespub-org/seblucas-cops@2.5.3...2.5.4
2.5.4-ls196
LinuxServer Changes:
Rebase to Alpine 3.19.
seblucas-cops Changes:
2.5.4 - 20240409
Changes in config_default.php file:
new $config['cops_epubjs_reader_settings']
Configurable epubjs-reader settings - see issue mikespub-org/intity-epubjs-reader#2 by @intity
Full Changelog: mikespub-org/seblucas-cops@2.5.3...2.5.4