Skip to content

Releases: mtmse/dotify.library

1.0.7

24 Feb 12:11
Compare
Choose a tag to compare

This is a bugfix release.

  • Remove the Russian tables from the LatexHyphenator configuration. #52

The reason for removing the Russian tables is that the current implementation crashes on load, using an external library and hyphenation dictionary is more reliable at the moment.

v1.0.1

17 Jun 10:51
Compare
Choose a tag to compare

Feature:

  • Mark capital letters switch similar to hyphenator switch.

Bugfix:

  • Change so we handle the text casing the same for both original and hyphenated text.
  • Crash exception when running empty blocks.
  • Fix to handle space issue.
  • Fix potential endless loop in AggregatedBrailleTranslatorResult
  • Protect against endless loop in SegmentProcessor
  • Let NewLineSegment.peek/resolve return a newline character
  • Adding assumptions to handle jHyphen test issue
  • Make marker-indicator not ignore markers from empty blocks

v1.0.0

07 May 18:33
Compare
Choose a tag to compare

This is the first release of the Dotify library.

The initial release don't have any new features but is a merging of many different repositories namely:

  • dotify.formatter.impl
  • dotify.api
  • dotify.translator.impl
  • dotify.hyphenator.impl
  • dotify.common
  • dotify.text.impl
  • braille-utils.pef-tools
  • braille-utils.impl

We also added some rules to handle code styles and checks to ensure that we have similar-looking code that follows some simple paradigms.