Releases: brailleapps/dotify.task.impl
Releases · brailleapps/dotify.task.impl
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
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
v4.2.0
v4.1.0
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