Browse Source

Trailing spaces

master
Sébastien Lucas 10 years ago
parent
commit
a72caec6bd
1 changed files with 8 additions and 9 deletions
  1. +8
    -9
      CHANGELOG

+ 8
- 9
CHANGELOG View File

@@ -42,10 +42,10 @@
* Fixed a regression about custom favicon.ico. Thanks to Tyler. * Fixed a regression about custom favicon.ico. Thanks to Tyler.
* Fixed another regression about COPS's version in the about box. Reported by Ian. * Fixed another regression about COPS's version in the about box. Reported by Ian.
* Upgraded Magnific Popup to v0.9.5. * Upgraded Magnific Popup to v0.9.5.
* Added a style for IPhone. Thanks to sb domo.
* Added a style for IPhone. Thanks to sb domo.
* Added Portuguese translation. Thanks to Pablo Aguiar. * Added Portuguese translation. Thanks to Pablo Aguiar.
* Fixed rendering on Internet Explorer < 9.0. * Fixed rendering on Internet Explorer < 9.0.
0.6.1 - 20130730 0.6.1 - 20130730
* Properly close the lightbox when clicking in a link. Reported by le_. * Properly close the lightbox when clicking in a link. Reported by le_.
* Fix the book by languages list when the language is not found in the resources. Reported by le_. * Fix the book by languages list when the language is not found in the resources. Reported by le_.
@@ -115,7 +115,7 @@
* Don't print the tag string if there's no tags. * Don't print the tag string if there's no tags.
* If an OPDS client try to access index.php it will be automatically redirected to feed.php. * If an OPDS client try to access index.php it will be automatically redirected to feed.php.
* Move the search & sort tool box to a new line (also fix a w3c error). * Move the search & sort tool box to a new line (also fix a w3c error).


0.3.1 - 20130127 0.3.1 - 20130127
* Add Facets to the OPDS catalog (check config item cops_books_filter). * Add Facets to the OPDS catalog (check config item cops_books_filter).
@@ -123,13 +123,13 @@
* Fix book sort in some list. Patch provided by Tyler J. Wagner. * Fix book sort in some list. Patch provided by Tyler J. Wagner.
* Update .htaccess to check if Xsendfile is available. Thanks to Gaspine for the patch. * Update .htaccess to check if Xsendfile is available. Thanks to Gaspine for the patch.
* Add basic support of custom columns. Check the following config item : cops_calibre_custom_column * Add basic support of custom columns. Check the following config item : cops_calibre_custom_column
* Usage of X-Accel-Redirect / X-Sendfile is not necessary anymore. Warning all Nginx users
who wants to still use X-Accel-Redirect must add
* Usage of X-Accel-Redirect / X-Sendfile is not necessary anymore. Warning all Nginx users
who wants to still use X-Accel-Redirect must add
$config['cops_x_accel_redirect'] = "X-Accel-Redirect" in their config_local.php $config['cops_x_accel_redirect'] = "X-Accel-Redirect" in their config_local.php
* Fix COPS on IIS / Windows. Reported by Kevnancy. * Fix COPS on IIS / Windows. Reported by Kevnancy.
* Simplified config_default.php * Simplified config_default.php
* Add a new config_local.php.example with the minimal configuration item to change. * Add a new config_local.php.example with the minimal configuration item to change.


0.3.0 - 20130106 0.3.0 - 20130106
* Add a config item to avoid using Fancyapps (pop-ups). Reported by mcister and Northguy. * Add a config item to avoid using Fancyapps (pop-ups). Reported by mcister and Northguy.
@@ -151,7 +151,7 @@
* Update localization (thanks to Calibre2Opds) * Update localization (thanks to Calibre2Opds)
* Add some missing information from Calibre (language, rating for now). Reported by mcister * Add some missing information from Calibre (language, rating for now). Reported by mcister
* Upgrade Fancybox to 2.1.3 * Upgrade Fancybox to 2.1.3


0.2.2 - 20121020 0.2.2 - 20121020
* Changed JQuery URL to https (thanks to Dan Greve for the patch) * Changed JQuery URL to https (thanks to Dan Greve for the patch)
@@ -206,7 +206,7 @@
* I continued the refactoring to bring HTML to COPS * I continued the refactoring to bring HTML to COPS
* Thumbnails have bigger size (I'll add a configuration item later) * Thumbnails have bigger size (I'll add a configuration item later)
* Add headers to help caching image and thumbnail to the browser * Add headers to help caching image and thumbnail to the browser
*
*


0.0.2 - 20120411 0.0.2 - 20120411
* Add support for MOBI and PDF * Add support for MOBI and PDF
@@ -215,4 +215,3 @@


0.0.1 - 20120302 0.0.1 - 20120302
* First public release * First public release

Loading…
Cancel
Save