summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Lucas <sebastien@slucas.fr>2016-06-30 11:37:39 +0200
committerSébastien Lucas <sebastien@slucas.fr>2016-06-30 11:37:39 +0200
commit267988a7316b39df7c38eb1e5939d6030129695d (patch)
tree1e323659bdc72fe9dea01709aee2080683402a30
parent9af5724b802e102aecede30ada0a02158e09f6d1 (diff)
downloadcops-267988a7316b39df7c38eb1e5939d6030129695d.zip
cops-267988a7316b39df7c38eb1e5939d6030129695d.tar.gz
cops-267988a7316b39df7c38eb1e5939d6030129695d.tar.bz2
Update changelog
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f41d207..a172346 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.0.0 - 201602XX
+1.0.0 - 201607XX
* Updated the OPDS icons to better looking ones. Thanks to Horus68.
* Updated the README.md.
* Updated Brazillian, French, Hungarian, Portuguese, Russian translations.
@@ -11,6 +11,8 @@
* 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.
* 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.