Releases: mtmse/dotify.library
Releases · mtmse/dotify.library
1.0.7
v1.0.1
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
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.