Releases: brailleapps/dotify-cli
Releases · brailleapps/dotify-cli
v3.2.1
- Formatting
- Formatting process is faster and guaranteed to converge
- Volume breaking is more stable #50
- Fix interpretation of volume-keep-priority in and around nested blocks
- Fix break-before="page" when already at the beginning of a page, resulting in less empty pages in the result. #98
- Allow evaluation of $volume in volume transitions and in the normal flow #99
- Allow `, where you previously had to say (round $page) or (format {0} $page) #99
- Be more strict about what is allowed in an expression #99
- Don't normalize space in evaluating expressions #99
- Call setResolver earlier to enable peeking to Evaluate or PageNumberReference segments #105
- Fix a mismatch between the behavior of ScenarioData and RowGroupDataSource that could result in an IllegalStateException, notably when a break-before="page" occurs when there are only empty blocks on the current page, some of which have markers. #98
- any-resumed does not reduce available space on page when not rendered
- Improved documentation #102
v3.2.0
New in this version:
- User interface
- Improves "translate" command options
- Includes java runtime version in "version" command
- Translators
- Adds Liblouis translators for the following locales: af, ar, as, awa, bn, bra, ca, chr, ckb, cs, cy, da, de, de-CH, el, en, en-GB, en-US, eo, es, fa, fi, fr, ga, gez, gu, haw, hi, hr, hu, iu, kha, kn, ko, lt, lv, mi, ml, mn, mni, mr, ne, nl, nl-BE, no, or, pa, pl, pt, ru, sa sd, sk, sl, sr, ta, te and vi.
- Supports locale 'sv'
- Adds localized name and description to the Swedish braille translators and filters
- Embossing
- Fixes a problem with page ranges on Index V4 and V5 embossers
- Layout
- Supports staircase tables in html (fixes brailleapps/dotify.task.impl#8)
- Formatting
- Fixes a problem where a page could become too long
- Supports BreakBefore.SHEET (fixes brailleapps/dotify.formatter.impl#53, closes brailleapps/dotify.formatter.impl#54)
- Supports flow into header/footer (fixes brailleapps/dotify.formatter.impl#63)
- Enhances volume-transition
- Fixes marker-reference issue (fixes brailleapps/dotify.formatter.impl#39, closes brailleapps/dotify.formatter.impl#94)
- Misc
- Makes plugins directory independent of current directory (fixes #9)
- Updates documentation
- Adds license information
v3.1.0
New in this version:
- Adds a volume transition feature
- Adds the possibility to add content to the beginning of the book
- Supports referencing spans (closes brailleapps/dotify.api#17 and brailleapps/dotify.formatter.impl#44)
- Corrects top-padding of the toc heading
- Removes workaround for tables in DTBook (fixes brailleapps/dotify.task.impl#4)
- Improves Java 9 compatibility (fixes brailleapps/dotify.task.impl#18)
v3.0.0
New since 2.3 (released in September 2014)
CLI
New commands
- Includes all commands previously found in Braille Utils CLI (the "default command" in Dotify 2.3 is now called convert)
- Adds translator command
Changed options
- convert (the "default command" in Dotify 2.3)
- list
- Adds hyphenators to list command
Improved commands
- convert (the "default command" in Dotify 2.3)
- Help text lists supported input and output formats
- Sorts presets in the help text
- OBFL validation is now supported for OBFL results
- Improves format detection
- emboss
- Makes it possible to send embosser data to a folder instead of a device
- Displays some key properties of the selected embosser implementation in embosser settings (8-dot support, volume support, line spacing support)
- find
- Corrects the scanning folder (fixes #14)
- validate
- OBFL is now supported as input
Embossing
- Supports Index V5 embossers
- Adds 8-dot embossing for Index V4 and V5 embossers
- Adds unprintable margins for Index V4 and V5 (fixes brailleapps/braille-utils.impl#3)
- Corrects width calculation on Braillo 300 (fixes brailleapps/braille-utils.impl#1)
Formatter
- Adds support for html and epub 3
- Adds support for tables
- Adds support for margin markers (including brailleapps/dotify#148)
- Adds support for collapsing margins
- Adds support for attribute "underline-pattern"
- Adds support for new marker-reference scope "spread-content"
- Adds support for grouping of collection items according to volume
- Adds support for additional page counters in OBFL
- Makes it possible to disallow hyphen at the last line of the last page of a volume
- Improves volume splitting (including #2, brailleapps/dotify.formatter.impl#28, brailleapps/dotify.formatter.impl#30)
- Improves pagination algorithm
- Fixes row-spacing combined with footer (brailleapps/dotify.formatter.impl#29 and brailleapps/dotify#196)
- Takes margin and padding into account when computing table layout (fixes brailleapps/dotify.formatter.impl#35)
- Raises the log level for non-braille characters in PEF output
- Removes obfl-output-location from metadata
- Improves code and performance (including brailleapps/dotify.formatter.impl#32 and brailleapps/dotify.formatter.impl#33)
Source file conversion
- Adds support for Danish, German and Norwegian text output (not braille)
- Adds an option to disable the toc preamble
- Adds option to remove title page (enabled by default)
- Adds an option to disable the cover page
- Uses the same header and row spacing for all pages when duplex is off
- Sets the position of rear jacket copy and colphon to right after the cover page when placed at the beginning of the book
- Supports using page-height and page-width instead of rows and cols and adds deprecation warnings for rows, cols and rowgap
- Adds code to handle missing values for identifier and date
- Displays the name of the root element instead of just "XML" in xml conversion tasks
- Fixes a problem with footnotes/rearnotes sections in combination with toc in epub 3
- Updates OBFL validation
Other
- Requires Java 8
- Improves PEF-validator
- Adds a version file to tar and zip distributions
v3.0.0-rc.1
New in this version:
- CLI
- Formatter
- Takes margin and padding into account when computing table layout (closes brailleapps/dotify.formatter.impl#35)
- Makes it possible to disallow hyphen at the last line of the last page of a volume
- Other
- Updates dotify.api, dotify.common, dotify.hyphenator.impl, dotify.translator.impl, dotify.text.impl, dotify.formatter.impl and dotify.task.impl to v4.0.0
- Updates streamline-api, streamline-engine and streamline-cli to v1.0.0
v3.0.0-beta6
New in this version:
- CLI
- Improves locales list in the "translate" command's help text
- Embossing
- Corrects width calculation on Braillo 300 (fixes brailleapps/braille-utils.impl#1)
- Formatter
- Improves volume splitting (including brailleapps/dotify.formatter.impl#28, brailleapps/dotify.formatter.impl#30)
- Adds support for margin regions with different size (brailleapps/dotify#148)
- Fixes row-spacing combined with footer (brailleapps/dotify.formatter.impl#29 and brailleapps/dotify#196)
- Improves code and performance (including brailleapps/dotify.formatter.impl#32 and brailleapps/dotify.formatter.impl#33)
v3.0.0-beta5
New in this version:
- CLI
- Makes it possible to send embosser data to a folder instead of a device
- Displays some key properties of the selected embosser implementation in embosser settings (8-dot support, volume support, line spacing support)
- Adds hyphenators to list command
- Removes options related to a specific path (fixes #5, fixes #7)
- Sorts presets in the help text
- Replaces deprecated configuration parameters (fixes #10)
- Embossing
- Supports Index V5 embossers
- Adds 8-dot embossing for Index V4 and V5 embossers
- Adds unprintable margins for Index V4 and V5 (fixes brailleapps/braille-utils.impl#3)
- Formatter
- Supports additional page counters in OBFL
- Source file conversion
- Adds an option to disable the toc preamble
- Adds option to remove title page (enabled by default)
- Adds an option to disable the cover page
- Uses the same header and row spacing for all pages when duplex is off
- Sets the position of rear jacket copy and colphon to right after the cover page when placed at the beginning of the book
- Supports using page-height and page-width instead of rows and cols and adds deprecation warnings for rows, cols and rowgap
- Adds code to handle missing values for identifier and date
- Updates OBFL validation
- Other
- Merge with braille utils
- Improves PEF-validator
v3.0.0-beta4
New in this version
- Adds support for Danish, German and Norwegian text output (not braille)
- Raises the log level for non-braille characters in PEF output
- Fixes a problem with some options that were not displayed
- Removes obfl-output-location from metadata
- Makes it possible to override xslt localization data from CLI
- Improves a file copy error message
- Adds a version file to tar and zip distributions
Improvements to OBFL input processing
- OBFL-validation now support tables and xml-data inside blocks
- Adds support for attribute "underline-pattern"
- Adds support for new marker-reference scope "spread-content"
- Adds support for grouping of collection items according to volume
- Removes "no block allowed within block with underline properties" restriction
Improvements to runtime plugin support
- Supports identification factories
- Improves support for providing several enhancers for the same format
- All consumers now calls setCreatedWithSPI
v3.0.0-beta3
New in this version:
- Improves format detection
- Help text lists supported input and output formats
- Fixes manual volume breaking (fixes issue #2)
- Introduces a dynamic task assembly
- Displays the name of the root element instead of just "XML" in xml conversion tasks
- Fixes a problem with footnotes/rearnotes sections in combination with toc in epub 3
- Restores support for text output with en-US locale
v3.0.0-beta2
New in this release:
- list advanced options with -o
- improved epub 3/html support