tlp-3.6.0 (December 2017)
=========

- Bugfixes.

tlp-3.5.0 (October 2017)
=========

- Full-screen mode advanced editing (subtitle editor)
- User permissions on TLP components.
- User channels and folders.
- Bugfixes and improvements.


tlp-3.4.0 (January 2017)
=========

- Added new post-editing tool: the TLP Transcription Editor.
- Added new Ingest Service instance for automatic text-to-speech alignment.
- Automatic requestment and commitment of text-to-speech alignments 
  via postprocessor.
- Extended and improved TLP documentation.
- Extended automatic installation script (now also installs the new Transcription Editor).
- Bugfixes and improvements.


tlp-3.3.0 (November 2016)
=========

- Lots of bugfixes.


tlp-3.2.0 (July 2016)
=========

- Media Player: added ability to download video transcriptions/translations in text format.
- Added the new Web Translation Editor (WTE): an embeddable tool (like the Media
  Player or the Translation Editor) to edit all translations of a website.
- /web API extended with the new /editor interface to support all operations
  needed by the WTE. "key" parameters in some interfaces renamed to "id".
- Improvements in the TLP python library (libtlp.py), including its documentation.
- Improvements in ws-client.py, including its built-in documentation (--help).
- Added a new python client tool to generate valid URLs to the WTE (web-tl-editor-url-generator.py).
- Improved TLP documentation.
- Improved automatic installation script (now also installs the WTE and the Postprocessor Module).
- Some bugfixes.

tlp-3.1.0 (June 2016)
=========

- General:
  + Added support for client-based multilingual web translation.
  + Added Postprocessor module.
  + Lots of bugfixes and improvements.

- Ingest Service: 
  + Speech
    * Now it computes an estimation of the total processing time. 

- Web Service:
  + Added new /web sub-API for web translation
  + /speech:
    * /status: returns estimated time to complete.
    * /edit_history: returns user effort in time and RTF.
    * /langs: returns total user effort devoted to review the subtitles.



tlp-3.0.0 (June 2016)
=========

- Added support for text document translation.
- New API v3 features two sub-APIs: /speech (video/audio) and /text (documents).
- Lots of bugfixes and improvements.


tlp-2.1.1 (December 2015)
=========

- Minor bugfixes and improvements.


tlp-2.1.0 (July 2015)
=========

- Added user edit sessions.
- Added support for collaborative editing:
   + Regular users can make changes to subtitles, although they can be postponed until authors review those changes.
   + Complete management of user edit history.
   + Ability to lock subtitles to prevent them from being modified.
- Bugfixes.


tlp-2.0.0 (June 2015)
=========

- General

  + Revamped API.
  + Added Client Tools (php and python libraries and scripts); replaces previous Python client scripts.
  + Enhanced Documentation.
  + Bugfixes and improvements.


tlp-1.2.0 (June 2015)
=========

- General

  + New DFXP version 1.1: Supports audio segmentation changes.
  + Videos are now identified via a hash value. This avoids possible Video ID collisions among videos from different users.
  + Support for user groups: Users can create groups to share their videos with other users under a collaborative editing scenario.
  + Support for management of user permissions over systems.
  + Bugfixes.

- Player 
 
  + Added new "Advanced" edition mode: it allows for modification of audio segmentation (add, remove, modify segments, etc.)
  + Ability to play external audio tracks (like Text-To-Speech tracks).
  + Ability to import SRT subtitles.

- Ingest Service:

  + Important changes on internal storage methods. File relative paths are based on video hash values, filenames are now md5sum-based.
  + Support for upload via media URLs.
  + Ability to add media URL decoding modules.
  + Added TTS support. TTS track generation fully integrated into the workflow.
  + Systems are now resgistered and managed from the DB.
  + Support for multiple ASR / MT / TTS systems for the same language task.
  + Ability to generate subtitles in other languages by providing a pipeline of MT systems.
  + Ability to specify which system ID to use for a specific task.
  + Disabled media conversion to OGV by default.
  + Improvements in mailing system.

- Web Service:

   + Changes to adapt the code to the new data storage approach.
   + Removed automatic transcription/translation error/quality metrics computation on /mod (moved to a new external module).

- Misc:

  + Updated WSClient scripts.


tlp-1.1.0 (November 2014)
=========

- General:

  + Several optimisations and bugfixes.

- Web Service:

   + Added user authentication.
   + On all API calls: GET parameters replaced by base64-encoded JSON strings. API calls can now be either GET or POST calls.

- Ingest Service:

   + "Update" operation simplified.
   + Added new "Cancel" operation to cancel ongoing uploads.


tlp-1.0.1 (October 2014)
=========

- Minor bugfixes and improvements.


tlp-1.0.0 (July 2014)
=========

- First version.
