From 945a28ed8e95587b66c310f1111a1a207b3bf7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 26 Nov 2013 17:46:28 +0100 Subject: [PATCH] Update changelog, still a lot to write. It's gonna be a huge release. --- CHANGELOG | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1632745..31d51ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,11 +4,13 @@ * Updated the way locales are handled. Should be easier to add new languages. * Fixed display of Cyrillic characters. * Upgraded doT to version 1.0.1, Magnific-Popup to 0.9.8, Normalize.css to 2.1.3, Jquery-cookie to 1.4.0. - * Upgraded * Fixed OPDS stream validity. Reported by Didier. * Added a new check in checkconfig.php to detect case problem between the actual path and the path stored in Calibre database. Try checkconfig.php?full=1. Reported by Ruud. * Fixed the display of the rating stars with Chrome. Thanks to At_Libitum. - * Added a new parameter to avoid splitting the books by first letter. Thanks to At_Libitum. + * Added a new parameter ($config['cops_titles_split_first_letter']) to avoid splitting the books by first letter. Thanks to At_Libitum. + * Fixed non compliant OPDS search (for Stanza, Moon+ Reader, ...). Reported by At_Libitum. + * Fixed the redirection in case the Calibre database is not found. Reported by At_Libitum. + * Updated Chinese, German, Norwegian, Portuguese, Russian translations. Thanks to all the translators. 0.6.2 - 20130913 * Added server side rendering for devices like PRS-TX / Kindle / Cybook. Thanks to all the testers.