cops/CHANGELOG

130 lines
6.7 KiB
Plaintext
Raw Normal View History

2013-03-27 22:14:25 +02:00
0.3.4 - 20130327
* Hopefully fix metadata update. Beware you should remove the directory php-epub-meta if you have one. Thanks to Mario for his time.
* Fix two warnings. Reported by Goner and Mario.
2013-03-23 10:42:06 +02:00
0.3.3 - 20130323
* Fix catalog if book summary contains bad HTML again :(.
* Upgrade to Fancybox 2.4.0 and JQuery 1.9.1.
* Search is now dependant on the page you're in. For now if you're on author page it'll look for author name.
* Update checkconfig to check if the database provided comes from Calibre.
* Update to latest php-epub-meta should fix the metadata update with Epub.
* Fix OPDS catalog with Ibis Reader. It didn't like empty language.
2013-03-03 09:11:15 +02:00
0.3.2 - 20130303
2013-02-26 18:31:44 +02:00
* Add dutch translation. Provided by Northguy.
* Fix an ugly bug introduced in 0.3.1. Reported by mariosipad.
2013-03-01 18:49:32 +02:00
* Small fixes/enhancement to the update metadata tools :
2013-02-26 18:31:44 +02:00
* The book's name is Author - Title.epub
* Add the Calibre uuid so that the book is automatically recognised by Calibre.
* Update the cover
* Fix display of the HTML catalog on Kobo's browser.
* Enable kepub.epub download with cover fix (enable with $config['cops_provide_kepub']).
* Hopefully fix browsing with PRS-T1. Thanks to Northguy.
* Hopefully fix the OPDS catalog when the summary is full of HTML crap.
* Merged 3 patches from Tyler J. Wagner :
* Detect empty publication date set in Calibre to avoid having (0101) as publication year.
* Don't print "Languages" if there are none defined.
* Don't print the tag string if there's no tags.
2013-03-01 18:49:32 +02:00
* If an OPDS client try to access index.php it will be automatically redirected to feed.php.
* Move the search & sort tool box to a new line (also fix a w3c error).
2013-02-26 18:31:44 +02:00
2013-01-27 08:14:52 +02:00
0.3.1 - 20130127
2013-01-25 22:20:24 +02:00
* Add Facets to the OPDS catalog (check config item cops_books_filter).
So far the only OPDS client that support facets are Mantano Reader and Bluefire
* Fix book sort in some list. Patch provided by Tyler J. Wagner.
* Update .htaccess to check if Xsendfile is available. Thanks to Gaspine for the patch.
* Add basic support of custom columns. Check the following config item : cops_calibre_custom_column
* Usage of X-Accel-Redirect / X-Sendfile is not necessary anymore. Warning all Nginx users
who wants to still use X-Accel-Redirect must add
$config['cops_x_accel_redirect'] = "X-Accel-Redirect" in their config_local.php
2013-01-27 08:14:52 +02:00
* Fix COPS on IIS / Windows. Reported by Kevnancy.
2013-01-25 22:20:24 +02:00
* Simplified config_default.php
* Add a new config_local.php.example with the minimal configuration item to change.
2013-01-06 10:50:52 +02:00
0.3.0 - 20130106
2013-01-02 21:53:17 +02:00
* Add a config item to avoid using Fancyapps (pop-ups). Reported by mcister and Northguy.
* Update documentation of .htaccess. Thanks to Stephane.
* Add a config item to specify a custom icon. Based on a patch by Tyler J. Wagner.
* Better handling of content type for book. Reported by Morg.
* Upped the size of thumbnails for OPDS. They look way better with Mantano.
2013-01-06 10:36:19 +02:00
* Add language in OPDS feed (shown in Mantano for example).
* Update metadata on downloaded epub. Disabled by default (check config item cops_update_epub-metadata).
2013-01-06 10:36:19 +02:00
* New Catalan translation provided by David Ciscar Presas.
* Add a permalink to books, that way direct link to books can be shared. Reported by mcister and Tyler J. Wagner.
* Add checkconfig.php that should allow to better detect the configuration problem (page in english only for now).
* Fix some plural strings / some missing title. Reported by David Ciscar Presas.
* Add an hint about the OPDS catalog in the HTML catalog.
2013-01-02 21:53:17 +02:00
2012-12-05 18:03:53 +02:00
0.2.3 - 20121205
* Add a .htaccess to make it easier to use with Apache
* Fix a typo in book download. Reported by jillmess
2012-12-03 17:32:23 +02:00
* Update localization (thanks to Calibre2Opds)
2012-12-05 18:03:53 +02:00
* Add some missing information from Calibre (language, rating for now). Reported by mcister
2012-12-03 17:32:23 +02:00
* Upgrade Fancybox to 2.1.3
2012-10-20 06:35:39 +03:00
0.2.2 - 20121020
* Changed JQuery URL to https (thanks to Dan Greve for the patch)
* Added paging to both OPDS and HTML catalog (use new config item cops_max_item_per_page)
* lots of code refactoring
* Authors are now splitted by first letter, this is the new default. You can go back to the old way with the config item cops_author_split_first_letter (reported by Northguy)
* Fix the link to books starting by special characters (reported by vinpel)
* Upgrade to Fancyapps 2.1.0. I had to adapt the CSS so maybe it'll display better in PRS-T1
2012-10-20 08:00:11 +03:00
* Add an about box on the HTML catalog which show the current version
2012-10-20 06:35:39 +03:00
2012-09-16 15:21:06 +03:00
0.2.1 - 20120916
2012-09-10 18:33:04 +03:00
* Fix one last error (hopefully) in link generation (thanks to gaspine)
* Add Sony PRS-T1 to the list of E-Ink device (thanks to Northguy)
* Fix another HTML special characters problem (thanks to NeilBryant)
* Add an ugly config parameter to allow search in non-compliant OPDS reader (thanks to Don Caruana and David Lee)
2012-07-22 15:49:57 +03:00
0.2.0 - 20120722
* Fix all rewriting rule I forgot to change it in last release
* Fix <hr> in book comment (thanks to jillmess)
* Fix cover zoom in HTML catalog (you can also navigate through cover with keyboard)
* Simplify Fancybox transition for e-Ink devices (for now Kobo and Kindle)
2012-07-02 21:47:00 +03:00
0.1.1 - 20120702
* A lot of bug fixes in HTML catalog
2012-07-01 21:44:05 +03:00
* Fixed the book comment in OPDS (broken in some rare case)
* Fixed handling of HTML reserved characters
* Changed book OPDS id to use an UUID (thanks to ilovejedd for the bug report)
* Add new config item for the default timezone (thanks to gaspine)
* Better handling of missing covers
* Should support every book format supported by Calibre (thanks to Artem)
* URL rewriting is off by default for the HTML catalog
2012-07-02 21:47:00 +03:00
* Add some documentation about URL rewriting (thanks to gaspine and Christophe)
2012-07-01 21:44:05 +03:00
* Tested and ready to use with PHP5.4
2012-06-05 21:54:26 +03:00
0.1.0 - 20120605
2012-06-04 22:58:53 +03:00
* Add localization support (thanks to Calibre2Opds)
* Hopefully fixed an issue with & in comment
* HTML catalog is in the sources with no support (WIP)
2012-05-28 08:07:49 +03:00
0.0.4 - 20120523
* More code refactoring to simplify code.
* Changed OPDS Page id to match Calibre2Opds
* Add icons to author, serie, tags and recent items (there is config item to disable it)
* Fixed author URL
* Added publishing date (works on Mantano)
* Added Tags support
2012-05-28 08:06:12 +03:00
0.0.3 - 20120507
* Fixed many things blocking opensearch from working
* There was a bug introduced in 0.0.2
* The URL can't be relative for Mantano reader, so I added a configuration item.
* I continued the refactoring to bring HTML to COPS
* Thumbnails have bigger size (I'll add a configuration item later)
* Add headers to help caching image and thumbnail to the browser
*
2012-05-28 08:05:05 +03:00
0.0.2 - 20120411
2012-05-28 08:06:12 +03:00
* Add support for MOBI and PDF
* Major refactoring to prepare something nice for the future ;)
* Add a config item to make use of X-Sendfile instead of X-Accel-Redirect if needed
2012-05-28 08:05:05 +03:00
2012-05-28 08:01:33 +03:00
0.0.1 - 20120302
2012-05-28 08:06:12 +03:00
* First public release