Skip to content

1.0.0 - 20160708

Compare
Choose a tag to compare
@seblucas seblucas released this 08 Jul 19:20
· 201 commits to master since this release
  • Updated the OPDS icons to better looking ones. Thanks to Horus68.
  • Updated the README.md.
  • Updated Brazillian, French, Hungarian, Portuguese, Russian translations.
  • Added support of language and country code. This allow to have proper Brazil Portuguese and Portugal Portuguese.
  • Added Korean translation. Thanks to Jin, Heonkyu.
  • Added Romanian translation. Thanks to mtzro2003.
  • Added Greek translation. Thanks to George Litos.
  • Added Turkish Translation. Thanks to Yunus Emre Deligöz.
  • Added Serbian Translation. Thanks to Dalibor Vinkić.
  • Added the transliteration of search text. You can enable it with $config ['cops_normalized_search']. Thanks to George Litos.
  • Added Ebookdroid, Chunky and AlReader in the know OPDS clients. Thanks to Mike Ferenduros and Horus68.
  • Added some mime types for audio books.
  • Added the rewrite rule for IIS.
  • Added a now parameter to set the style ($config['cops_style']). Thanks to Pablo Santiago Blum de Aguiar.
  • Added a directory cache ($config['cops_thumbnail_cache_directory']) to store the resized thumbnails (should help on slow NAS). Thanks to O2 Graphics.
  • Added support of all kind of custom columns (see configuration file). Thanks to Mike Schwörer.
  • Fixed COPS so that it's completely embedded (no external resources to download needed anymore).
  • Fixed a Reflected XSS vulnerability.
  • Fixed the tag filters with Bootstrap. Thanks to Klaus Broelemann.
  • Fixed some COPS path errors with reverse proxy. Thanks to Benjamin Kitt.
  • Fixed the publication date (wasn't working for date before 1901).
  • Fixed the download file name (replace + by %20 to be RFC compliant).