Browse Source

Next version will be 0.6.0. Update README and Changelog

master
Sébastien Lucas 10 years ago
parent
commit
3ed5685f12
3 changed files with 11 additions and 4 deletions
  1. +9
    -2
      CHANGELOG
  2. +1
    -1
      README
  3. +1
    -1
      base.php

+ 9
- 2
CHANGELOG View File

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


+ 1
- 1
README View File

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


+ 1
- 1
base.php View File

@@ -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']);


Loading…
Cancel
Save