Releases: brailleapps/dotify.task.impl
Releases · brailleapps/dotify.task.impl
Release list
v5.0.0
New in this version:
- Adds format identifier "xhtml"
- Adds identifier for text files
- Adds more options to Text2ObflTask
- Remove xml properties from "html" identifier implementation
- Removes "html" and "txt" format identifiers
- Removes xml:lang validation
- Removes a debug message in the epub converter
- Removes a transient dependency from jing
- Improve task names
- Improves javadoc
v4.7.0
New in this version:
- Supports any language (default language is used if localization is missing)
- Supports moving, deleting and adding content in XML sources using processing instructions (to publish this option, start JVM with
-Dorg.daisy.dotify.tasks.editing-instructions=on)
v4.6.0
New in this version:
- Updates obfl.rng
- Supports staircase tables in html (fixes #8)
- Updates XSLT stylesheets to version 2.0
- Adds license information
v4.5.0
New in this version:
- Uses streamline-api v1.3.0
- Adds a DTD validator to the validator factory implementation
v4.4.0
New in this version:
- Uses streamline-api v1.2.0
- Moves LayoutEngineTask and related to dotify.formatter.impl
- Improves processing of imggroup
- Fixes a couple of javadoc warnings
v4.3.0
New in this version:
- Corrects top-padding of the toc heading
- Removes xml-data workaround (fixes #4)
v4.2.0
New in this version:
- Adds the possibility to add content to the beginning of the book
- Adds a couple of locale aliases (sv, en, no) to the localization catalog
- Corrects a string comparison (fixes #18)
v4.1.0
New in this version:
- Supports volume transitions
- Adds support for text to html conversion (fixes #5)
v4.0.0
New in this version:
- Updates dotify.api, dotify.common and dotify.formatter.impl to v4.0.0 and streamline api/engine to v1.0.0
- Adds hidden option to turn off hyphenation on the last line of a volume
- Removes Dotify Task System (fixes #16) and RunParameters (fixes #1)
- Improves description of PEFValidator options
- Renames packages for java 9 and adds the Automatic-Module-Name attribute to MANIFEST.MF
- Moves sources to OSGI-OPT
v3.7.0
New in this version:
- Adds support for BOM based encoding detection in Text2ObflTask