Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jul 12, 2024
1 parent e3d62cb commit cac8f03
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Changes in release v1.14.19
===========================

## Framework

- **NEW** API to list TTS services and their status (available, disabled or error)
- **NEW** Access to Sass variables defined in user agent style sheets via `/stylesheet-parameters` API

## Modules

- **NEW** DOCX (MS Word) to DTBook script: this brings some of the functionality of the Word Save-as-DAISY addin to Pipeline
- **NEW** Option for speaking image alt text
- **NEW** "Style sheet parameters" option supported on more scripts (DTBook to DAISY 3, DTBook to EPUB 3, EPUB 3 Enhancer and EPUB to DAISY)
- **NEW** New syntax for "Style sheet parameters" option
- **FIX** Improved error diagnostics for Google and Azure TTS services
- **FIX** Improved logging of the status of TTS services in general (only show relevant services, shorten error messages)
- **FIX** Handle text in `sidebar` not within `p` in DTBook to ODT
- **FIX** DAISY 3 and DAISY 2.02 MegaVoice multi-level scripts do not try to produce files with forbidden characters in their name anymore
- **FIX** Fix NCC metadata in output of DAISY 3 to DAISY 2.02
- **FIX** Support for `rel="pronunciation"` links in DTBook to DAISY 3
- **FIX** Support for Apple Silicon processors
- Changes to braille production scripts, see release notes of braille modules [v1.14.26](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11426)

## Details

See [all the closed issues of this release](https://github.com/orgs/daisy/projects/5). To view using the [Github CLI](https://cli.github.com/): `gh project --owner daisy item-list 5`

Changes in release v1.14.18
===========================

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.18 - April 19, 2024
DAISY Pipeline 2 - 1.14.19 - July 12, 2024
==============================================================================


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

The package includes the 1.14.18 version of the project.
The package includes the 1.14.19 version of the project.

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

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

0 comments on commit cac8f03

Please sign in to comment.