From c2f70728f039785a47c2a7c6eed6af48be5fcc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 31 Dec 2013 10:21:05 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 940f8aa..ff759ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -0.7.0 - 201311XX +0.9.0 - 20131231 * Add a lot of unit testing. I hope it will limit the risks of regression. * Added a "smart / autocomplete" search. * Updated the way locales are handled. Should be easier to add new languages. @@ -11,7 +11,13 @@ * 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 * Changed .htaccess to allow the use of password protected catalogs with Sony's eReader (PRS-TX). Thanks to Ruud for the beta testing. - * Updated Chinese, German, Norwegian, Portuguese, Russian translations. Thanks to all the translators. + * Updated Chinese, German, Norwegian, Portuguese, Russian translations. Huge thanks to all the translators. + * Fixed a small problem : If a book had no summary the cover could be cut. + * Fix COPS on Internet Explorer 9. Reported by At_Libitum. + * Added publishers in home categories / search / autocomplete search. + * 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. 0.6.2 - 20130913 * Added server side rendering for devices like PRS-TX / Kindle / Cybook. Thanks to all the testers.