Next version will be 0.6.0. Update README and Changelog

This commit is contained in:
Sébastien Lucas 2013-07-22 20:58:17 +02:00
父節點 3ca1d1d3df
當前提交 3ed5685f12
共有 3 個文件被更改,包括 11 次插入4 次删除

查看文件

@ -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.

2
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 :

查看文件

@ -6,7 +6,7 @@
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
define ("VERSION", "0.5.1");
define ("VERSION", "0.6.0");
define ("DB", "db");
date_default_timezone_set($config['default_timezone']);