|
| 1 | +Changes in release v1.15.1 |
| 2 | +=========================== |
| 3 | + |
| 4 | +## Modules |
| 5 | + |
| 6 | +- **NEW** DTBook to eBraille script |
| 7 | +- **FIX** Better gap length between sentences for Azure voices |
| 8 | +- **FIX** User lexicon feature was broken |
| 9 | +- **FIX** Issue handling EPUBs that have spaces in file names |
| 10 | +- **FIX** Issues in Word to DTBook regarding page numbers and character styles translation |
| 11 | +- **FIX** ncc:maxPageNormal metadata created by DAISY 3 to DAISY 2.02 |
| 12 | +- **FIX** Don't insert cryptic annotations at frontmatter start in DTBook to EPUB 3 |
| 13 | +- Changes to braille production scripts, see release notes of braille modules [v1.15.1](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v1151) |
| 14 | +- Various other bugfixes and improvements |
| 15 | + |
| 16 | +Changes in release v1.15.0 |
| 17 | +=========================== |
| 18 | + |
| 19 | +## Framework |
| 20 | + |
| 21 | +- **NEW** Experimental Pipeline 1 backend with selected Pipeline 1 scripts |
| 22 | + |
| 23 | +## Modules |
| 24 | + |
| 25 | +- **NEW** Pipeline 1 scripts (proof-of-concept for now; more scripts will be made available in upcoming releases) |
| 26 | + - DTBook to Latex |
| 27 | +- **NEW** `org.daisy.pipeline.tts.config` setting now supports either a file path or an XML string |
| 28 | +- Changes to braille production scripts, see release notes of braille modules [v1.15.0](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v1150) |
| 29 | +- Various bugfixes and improvements |
| 30 | + |
| 31 | +Changes in release v1.14.21 |
| 32 | +=========================== |
| 33 | + |
| 34 | +## Modules |
| 35 | + |
| 36 | +- **FIX** Support master SMIL in DAISY 2.02 validator script |
| 37 | +- **FIX** Timeout errors in speech synthesis |
| 38 | +- Major refactoring and other changes to braille production scripts, see release notes of braille modules [v1.14.30](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11430) |
| 39 | +- Added "espeak-" prefix to eSpeak voice names |
| 40 | +- Other bugfixes and improvements |
| 41 | + |
| 42 | +Backwards incompatibility note: renamed "tts" option to "audio" in EPUB 3 enhancer script |
| 43 | + |
| 44 | +## Details |
| 45 | + |
| 46 | +See [all the closed issues of this release](https://github.com/orgs/daisy/projects/7). To view using the [Github CLI](https://cli.github.com/): `gh project --owner daisy item-list 7` |
| 47 | + |
| 48 | +Changes in release v1.14.20 |
| 49 | +=========================== |
| 50 | + |
| 51 | +## Framework |
| 52 | + |
| 53 | +- **NEW** API for voice previews |
| 54 | +- **NEW** Allow setting `org.daisy.pipeline.tts.config` property through settings API |
| 55 | +- **FIX** Remove error stack traces from webservice responses |
| 56 | +- **FIX** Java API: Make job input parser more relaxed about boolean option values |
| 57 | + |
| 58 | +## Modules |
| 59 | + |
| 60 | +- **NEW** Support for Microsoft natural voices over [NaturalVoicesSAPIAdapter](https://github.com/gexgd0419/NaturalVoiceSAPIAdapter) |
| 61 | +- **FIX** Support standard CSS's `voice-family` property (backward compatibility with the old behavior is ensured) |
| 62 | +- **FIX** Compatibility with espeak-ng |
| 63 | +- **FIX** Wrong doctype declaration of SMIL files in output of DAISY 3 to DAISY 2.02 |
| 64 | +- **FIX** Indent TTS log output |
| 65 | +- Various other bugfixes and improvements |
| 66 | + |
| 67 | +## Details |
| 68 | + |
| 69 | +See [all the closed issues of this release](https://github.com/orgs/daisy/projects/6). To view using the [Github CLI](https://cli.github.com/): `gh project --owner daisy item-list 6` |
| 70 | + |
1 | 71 | Changes in release v1.14.19 |
2 | 72 | =========================== |
3 | 73 |
|
|
0 commit comments