From 0d7b4dacd577ba5d45439d0658f9f667e8c0773d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 31 Dec 2013 15:54:55 +0100 Subject: [PATCH] Fix changelog and readme --- CHANGELOG | 1 + README | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ff759ae75..6de93da6f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,6 +18,7 @@ * Added a new configuration item ($config ['cops_ignored_categories']) to ignore some categories (author, tag, publisher, ...) in home screen and searches. It's also available in the "Customize UI" page. * Updated .htaccess to allow downloading books with a password protected COPS on a Sony PRS-TX. Reported by Ruud. * Changed the default search to search by categories also (should help with OPDS). Thanks to At_Libitum. + * Fixed the tag filtering in the HTML catalog when two tags starts by the same word. Reported by Tyler. 0.6.2 - 20130913 * Added server side rendering for devices like PRS-TX / Kindle / Cybook. Thanks to all the testers. diff --git a/README b/README index 268e54876..410a3bbba 100644 --- a/README +++ b/README @@ -57,7 +57,7 @@ Please see https://github.com/seblucas/cops/issues for open issues = Need help = -Please read https://github.com/seblucas/cops/wiki +Please read https://github.com/seblucas/cops/wiki and check the FAQ. = Disclaimer = @@ -65,11 +65,10 @@ It's tested by me and many other users but there's still some little bugs around = Credits = - * All localization informations come from Calibre2OPDS (http://calibre2opds.com/) * Locale message handling is inspired of http://www.mind-it.info/2010/02/22/a-simple-approach-to-localization-in-php/ * str_format function come from http://tmont.com/blargh/2010/1/string-format-in-php * All icons come from Font Awesome : http://fortawesome.github.io/Font-Awesome/ - * Thanks to all testers + * Thanks to all testers, translators and contributors. External libraries used : * JQuery : http://jquery.com/