Skip to content

V1.9.0

Compare
Choose a tag to compare
@llemeurfr llemeurfr released this 01 Jan 21:27
· 44 commits to master since this release

LCP Server:

  • Can manage 2.x EDRLab LCP Profiles.
  • Can send logs to a Slack channel. Users must add Slack access keys to the configuration file. This will be especially useful for client-server LCP certification.
  • Can serve static files via http. The source directory is configured via the new "resources" config parameter available in the "lcp" section. This is especially useful to serve cover files generated by LCP Encrypt and displayed by the new Pubstore application.
  • Can delete a content item via the REST API.
  • Does not display http logs anymore.
  • Correctly escapes EPUB resource file paths when stored as URIs in encryption.xml
  • Displays the version of the executable and version of the LCP profile.

LCP Encrypt:

  • Can extract the cover image from an EPUB file and copy it to the same directory as the encrypted file. Users must add the "-cover" parameter to the command line.
  • Can notify a Content Management System (CMS) about the encryption of a file. Users must add the "-notify" parameter to the command line.
  • Can notify an LCP Server v2, which has a different notification API. Users must add the boolean "-v2" parameter to the command line.
  • Can display the notification message sent to the LCP Server and/or CMS. Users must add the boolean "-verbose" parameter to the command line.

Plus:

  • Dependencies have been updated.
  • The README ad Wiki have been updated.