From 3ed5685f129e4be1264912a20ac94332542e767a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 22 Jul 2013 20:58:17 +0200 Subject: [PATCH] Next version will be 0.6.0. Update README and Changelog --- CHANGELOG | 11 +++++++++-- README | 2 +- base.php | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3d4a4b1..296ada1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,16 @@ -0.5.1 - 20130630 +0.6.0 - 20130730 * COPS HTML catalog use templated client side rendering. You can build your own template if you want. Should be a lot faster. * Fancybox has been replaced by Magnific Popup, it seems faster. * Add a way to send book by mail (to send to Kindle or to send to iCloud). * Add expires instruction in .htaccess. - * Upgrade to JQuery 1.10.1. + * Upgrade to JQuery 1.10.2. + * Change the way thumbnail are handled to offer greater quality (especially on high density devices : Retina, Nexus, ...). + * Change all icon by a vectorial font (again better quality). + * Add a way to filter books by tags. + * Add a login page (login.html) to allow access to a password protected COPS on a Kobo ereader (that does not support basic auth). + * Fix cookie expire date. + * Add a default web.config for IIS installation. + * The eink style don't use any shadow anymore. 0.5.0 - 20130605 * Upgrade COPS UI to HTML5 / CSS3 to hopefully make it prettier. Most of the code was contributed by Thomas Severinsen. diff --git a/README b/README index a7c39f0..268e548 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ It's tested by me and many other users but there's still some little bugs around * 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 the package Web0 by naf1971 : http://naf1971.deviantart.com/art/Web0-182067054 + * All icons come from Font Awesome : http://fortawesome.github.io/Font-Awesome/ * Thanks to all testers External libraries used : diff --git a/base.php b/base.php index 183d956..f501adb 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.5.1"); +define ("VERSION", "0.6.0"); define ("DB", "db"); date_default_timezone_set($config['default_timezone']);