Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed May 19, 2021
1 parent a6a5be9 commit d394b58
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
44 changes: 40 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Changes in release v1.14.3
==========================

### Modules

- EPUBCheck updated to 4.2.5
- Improvements to the EPUB 3 enhancer script
- **NEW** Option to perform sentence detection even when text-to-speech is disabled. Useful for
talking book production with human narration.
- **NEW** Option to specify class attribute for sentence spans.
- **NEW** Option to include additional metadata in the EPUB package document.
- **NEW** Option to update `lang` attributes of content documents based on metadata in the package
document.
- **NEW** Support for `::before` and `::after` pseudo-elements in speech CSS, to include
speech-only content.
- **NEW** Option to generate text content for page numbers based on the navigation document or
`aria-label` and `title` attributes.
- **NEW** Option to generate headings for untitled sections based on `aria-label` attributes.
- **FIX** Improvements to sentence detection.
- Improvements to the EPUB 3 to DAISY 2.02 script
- **NEW** NCC now lists the noterefs present in the publication.
- **FIX** Page numbers, footnotes, endnotes and sidebars are now skippable.
- **FIX** The result does not contain nested `a` elements anymore (invalid HTML).
- **NEW** Option to enable TTS log (without having to modify the TTS configuration)
- **FIX** Timeout issues in TTS process
- Changes to braille production scripts, see [release notes of braille modules v1.14.2](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v1142)
- Various other bugfixes and improvements

### Details

- [Closed issues in braille-css](https://github.com/issues?q=repo%3Adaisy%2Fbraille-css+milestone%3Av1.14.3)
- [Closed issues in jStyleParser](https://github.com/issues?q=repo%3Adaisy%2FjStyleParser+milestone%3Av1.14.3)
- [Closed issues in pipeline-assembly](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-assembly+milestone%3Av1.14.3)
- [Closed issues in pipeline-framework](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-framework+milestone%3Av1.14.3)
- [Closed issues in pipeline-modules](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-modules+milestone%3Av1.14.3)

Changes in release v1.14.2
==========================

Expand Down Expand Up @@ -39,7 +75,7 @@ Changes in release v1.14.1
### Modules

- Changes to braille production scripts, see [release notes of braille modules v1.14.0](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v1140)
- **NEW** Support for ssml:ph and ssml:alphabet attributes in EPUB 3 (for Text-To-Speech)
- **NEW** Support for ssml:ph and ssml:alphabet attributes in EPUB 3 (for text-to-speech)
- **NEW** TTS log output for EPUB 3 Enhancer script
- **FIX** Improvements to TTS voice selection logic
- **FIX** Timeout issues in TTS process
Expand Down Expand Up @@ -69,8 +105,8 @@ Changes in release v1.13.6

### Modules

- **NEW** Adapter for Google Cloud Text-To-Speech
- **NEW** New option to create media overlays with TTS in EPUB 3 enhancer script
- **NEW** Support for Google Cloud text-to-speech engine
- **NEW** Option to create media overlays with TTS in EPUB 3 enhancer script
- **NEW** EPUB 3 to DAISY 3 script
- **NEW** EPUB 2 to EPUB 3 updater script
- **NEW** EPUB to DAISY convenience script which produces both DAISY 3 and DAISY 2.02.
Expand Down Expand Up @@ -323,7 +359,7 @@ Changes in release v1.11

- **NEW** DTBook to ODT (OpenDocument Text) script
- **NEW** DTBook to RTF (Rich Text Format) script
- **NEW** Adapter for Qfrency speech engine
- **NEW** Support for Qfrency text-to-speech engine
- **NEW** EPUB 3 enhancer script for adding a braille rendition to an EPUB
- various changes to braille scripts, see [release notes of braille modules v1.11.0](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v1110)
- **FIX** Issues with lost significant spaces in dtbook-to-zedai and zedai-to-html
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DAISY Pipeline 2 - 1.14.2 - February 1, 2021
DAISY Pipeline 2 - 1.14.3 - May 19, 2021
==============================================================================


Expand Down Expand Up @@ -72,10 +72,10 @@ The package includes:
3. Release Notes
------------------------------------------------------------------------------

The package includes the 1.14.2 version of the project.
The package includes the 1.14.3 version of the project.

See the release notes on this page:
https://github.com/daisy/pipeline-assembly/blob/master/NEWS.md#changes-in-release-v1142
https://github.com/daisy/pipeline-assembly/blob/master/NEWS.md#changes-in-release-v1143

4. Prerequisites
------------------------------------------------------------------------------
Expand Down

0 comments on commit d394b58

Please sign in to comment.