Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...) http://blog.slucas.fr/en/oss/calibre-opds-php-server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

170 lines
9.4KB

  1. 0.6.1 - 20130730
  2. * Properly close the lightbox when clicking in a link. Reported by le_.
  3. * Fix the book by languages list when the language is not found in the resources. Reported by le_.
  4. * Fix the string for Portuguese. Reported by le_.
  5. * Add again the series Index in the book list. Reported by fatzgenfatz.
  6. 0.6.0 - 20130724
  7. * COPS HTML catalog now use templated client side rendering. You can build your own template if you want. Should be a lot faster.
  8. * Fancybox has been replaced by Magnific Popup, it seems faster.
  9. * Added a way to send book by mail (to send to Kindle or to send to your friends).
  10. * Added expires instruction in .htaccess (won't crash if you haven't enabled mod_expires).
  11. * Upgrade to JQuery 1.10.2.
  12. * Changed the way thumbnails are handled to offer greater visual quality (especially on high pixel density devices : Retina, Nexus, ...).
  13. * Changed all icon by a vectorial font (again better visual quality).
  14. * Added a way to filter books by tags.
  15. * Added a login page (login.html) to allow access to a password protected COPS on a Kobo ereader (that does not support basic auth).
  16. * Fixed cookie expiry date.
  17. * Added a default web.config for IIS installation.
  18. * The eink style doesn't use shadow anymore.
  19. * Fixed the link to the series in book detail.
  20. 0.5.0 - 20130605
  21. * Upgrade COPS UI to HTML5 / CSS3 to hopefully make it prettier. Most of the code was contributed by Thomas Severinsen.
  22. * Add the number of books in each databases (when multiple database is enabled).
  23. * Add Norwegian Bokmål strings. Thanks to Rune Mathisen for the pull request.
  24. * Add a split by language of catalog. Thanks to Puiu Ionut for the pull request.
  25. * You can now change the theme and fancybox use on all your devices (You have to enable cookies).
  26. * Add an eink theme. Thanks to Gregory Bodin for the code.
  27. 0.4.0 - 20130507
  28. * Add multiple database support. Check the documentation of $config['calibre_directory'] in config-default.php to see how to enable it.
  29. * Include jquery library in COPS's repository to be sure that COPS will work on LAN (without Internet access).
  30. * Prepare the switch to HTML5. Thanks to Thomas Severinsen for most of the code.
  31. * Update the locale strings to be more strict with plurals. Thanks to Tobias Ausländer for the code.
  32. * If Fancybox is not enabled ($config['cops_use_fancyapps'] = "0") then it's not used at all (even in the about box).
  33. * Fix book comments if it contains UTF8 characters. Reported by Alain.
  34. * Link to the book permalink was not working correctly in some cases. Reported by celta.
  35. * Moved some external resources to a resources directory.
  36. * Add chinese translation. Thanks to wogong for the pull request.
  37. 0.3.4 - 20130327
  38. * Hopefully fix metadata update. Beware you should remove the directory php-epub-meta if you have one. Thanks to Mario for his time.
  39. * Fix two warnings. Reported by Goner and Mario.
  40. 0.3.3 - 20130323
  41. * Fix catalog if book summary contains bad HTML again :(.
  42. * Upgrade to Fancybox 2.4.0 and JQuery 1.9.1.
  43. * Search is now dependant on the page you're in. For now if you're on author page it'll look for author name.
  44. * Update checkconfig to check if the database provided comes from Calibre.
  45. * Update to latest php-epub-meta should fix the metadata update with Epub.
  46. * Fix OPDS catalog with Ibis Reader. It didn't like empty language.
  47. 0.3.2 - 20130303
  48. * Add dutch translation. Provided by Northguy.
  49. * Fix an ugly bug introduced in 0.3.1. Reported by mariosipad.
  50. * Small fixes/enhancement to the update metadata tools :
  51. * The book's name is Author - Title.epub
  52. * Add the Calibre uuid so that the book is automatically recognised by Calibre.
  53. * Update the cover
  54. * Fix display of the HTML catalog on Kobo's browser.
  55. * Enable kepub.epub download with cover fix (enable with $config['cops_provide_kepub']).
  56. * Hopefully fix browsing with PRS-T1. Thanks to Northguy.
  57. * Hopefully fix the OPDS catalog when the summary is full of HTML crap.
  58. * Merged 3 patches from Tyler J. Wagner :
  59. * Detect empty publication date set in Calibre to avoid having (0101) as publication year.
  60. * Don't print "Languages" if there are none defined.
  61. * Don't print the tag string if there's no tags.
  62. * If an OPDS client try to access index.php it will be automatically redirected to feed.php.
  63. * Move the search & sort tool box to a new line (also fix a w3c error).
  64. 0.3.1 - 20130127
  65. * Add Facets to the OPDS catalog (check config item cops_books_filter).
  66. So far the only OPDS client that support facets are Mantano Reader and Bluefire
  67. * Fix book sort in some list. Patch provided by Tyler J. Wagner.
  68. * Update .htaccess to check if Xsendfile is available. Thanks to Gaspine for the patch.
  69. * Add basic support of custom columns. Check the following config item : cops_calibre_custom_column
  70. * Usage of X-Accel-Redirect / X-Sendfile is not necessary anymore. Warning all Nginx users
  71. who wants to still use X-Accel-Redirect must add
  72. $config['cops_x_accel_redirect'] = "X-Accel-Redirect" in their config_local.php
  73. * Fix COPS on IIS / Windows. Reported by Kevnancy.
  74. * Simplified config_default.php
  75. * Add a new config_local.php.example with the minimal configuration item to change.
  76. 0.3.0 - 20130106
  77. * Add a config item to avoid using Fancyapps (pop-ups). Reported by mcister and Northguy.
  78. * Update documentation of .htaccess. Thanks to Stephane.
  79. * Add a config item to specify a custom icon. Based on a patch by Tyler J. Wagner.
  80. * Better handling of content type for book. Reported by Morg.
  81. * Upped the size of thumbnails for OPDS. They look way better with Mantano.
  82. * Add language in OPDS feed (shown in Mantano for example).
  83. * Update metadata on downloaded epub. Disabled by default (check config item cops_update_epub-metadata).
  84. * New Catalan translation provided by David Ciscar Presas.
  85. * Add a permalink to books, that way direct link to books can be shared. Reported by mcister and Tyler J. Wagner.
  86. * Add checkconfig.php that should allow to better detect the configuration problem (page in english only for now).
  87. * Fix some plural strings / some missing title. Reported by David Ciscar Presas.
  88. * Add an hint about the OPDS catalog in the HTML catalog.
  89. 0.2.3 - 20121205
  90. * Add a .htaccess to make it easier to use with Apache
  91. * Fix a typo in book download. Reported by jillmess
  92. * Update localization (thanks to Calibre2Opds)
  93. * Add some missing information from Calibre (language, rating for now). Reported by mcister
  94. * Upgrade Fancybox to 2.1.3
  95. 0.2.2 - 20121020
  96. * Changed JQuery URL to https (thanks to Dan Greve for the patch)
  97. * Added paging to both OPDS and HTML catalog (use new config item cops_max_item_per_page)
  98. * lots of code refactoring
  99. * 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)
  100. * Fix the link to books starting by special characters (reported by vinpel)
  101. * Upgrade to Fancyapps 2.1.0. I had to adapt the CSS so maybe it'll display better in PRS-T1
  102. * Add an about box on the HTML catalog which show the current version
  103. 0.2.1 - 20120916
  104. * Fix one last error (hopefully) in link generation (thanks to gaspine)
  105. * Add Sony PRS-T1 to the list of E-Ink device (thanks to Northguy)
  106. * Fix another HTML special characters problem (thanks to NeilBryant)
  107. * Add an ugly config parameter to allow search in non-compliant OPDS reader (thanks to Don Caruana and David Lee)
  108. 0.2.0 - 20120722
  109. * Fix all rewriting rule I forgot to change it in last release
  110. * Fix <hr> in book comment (thanks to jillmess)
  111. * Fix cover zoom in HTML catalog (you can also navigate through cover with keyboard)
  112. * Simplify Fancybox transition for e-Ink devices (for now Kobo and Kindle)
  113. 0.1.1 - 20120702
  114. * A lot of bug fixes in HTML catalog
  115. * Fixed the book comment in OPDS (broken in some rare case)
  116. * Fixed handling of HTML reserved characters
  117. * Changed book OPDS id to use an UUID (thanks to ilovejedd for the bug report)
  118. * Add new config item for the default timezone (thanks to gaspine)
  119. * Better handling of missing covers
  120. * Should support every book format supported by Calibre (thanks to Artem)
  121. * URL rewriting is off by default for the HTML catalog
  122. * Add some documentation about URL rewriting (thanks to gaspine and Christophe)
  123. * Tested and ready to use with PHP5.4
  124. 0.1.0 - 20120605
  125. * Add localization support (thanks to Calibre2Opds)
  126. * Hopefully fixed an issue with & in comment
  127. * HTML catalog is in the sources with no support (WIP)
  128. 0.0.4 - 20120523
  129. * More code refactoring to simplify code.
  130. * Changed OPDS Page id to match Calibre2Opds
  131. * Add icons to author, serie, tags and recent items (there is config item to disable it)
  132. * Fixed author URL
  133. * Added publishing date (works on Mantano)
  134. * Added Tags support
  135. 0.0.3 - 20120507
  136. * Fixed many things blocking opensearch from working
  137. * There was a bug introduced in 0.0.2
  138. * The URL can't be relative for Mantano reader, so I added a configuration item.
  139. * I continued the refactoring to bring HTML to COPS
  140. * Thumbnails have bigger size (I'll add a configuration item later)
  141. * Add headers to help caching image and thumbnail to the browser
  142. *
  143. 0.0.2 - 20120411
  144. * Add support for MOBI and PDF
  145. * Major refactoring to prepare something nice for the future ;)
  146. * Add a config item to make use of X-Sendfile instead of X-Accel-Redirect if needed
  147. 0.0.1 - 20120302
  148. * First public release