From bba2f759848cd343112ce792c5a4423e8a415be4 Mon Sep 17 00:00:00 2001 From: Bert Frees Date: Sat, 5 Aug 2023 18:42:41 +0200 Subject: [PATCH] git subrepo pull assembly subrepo: subdir: "assembly" merged: "af6df41bdf" upstream: origin: "git@github.com:daisy/pipeline-assembly.git" branch: "master" commit: "815c3e0c9f" git-subrepo: version: "0.3.1" origin: "???" commit: "???" --- assembly/.gitrepo | 2 +- assembly/NEWS.md | 31 +++++++++++++++++++--- assembly/pom.xml | 36 +++----------------------- assembly/src/main/resources/README.txt | 6 ++--- 4 files changed, 36 insertions(+), 39 deletions(-) diff --git a/assembly/.gitrepo b/assembly/.gitrepo index 9d0b49ce28..69c0cb7ddf 100644 --- a/assembly/.gitrepo +++ b/assembly/.gitrepo @@ -7,5 +7,5 @@ remote = git@github.com:daisy/pipeline-assembly.git branch = master commit = 815c3e0c9f2dfe67abebc18b2100c77da188a433 - parent = 02da3dee4eb2c7841ddc7455e36edd597b3c228e + parent = b7056e4d861d6280fb609133a7d0101a64551724 cmdver = 0.3.1 diff --git a/assembly/NEWS.md b/assembly/NEWS.md index 227bfa5679..47336a945c 100644 --- a/assembly/NEWS.md +++ b/assembly/NEWS.md @@ -1,3 +1,28 @@ +Changes in release v1.14.17 +=========================== + +## Framework +- **NEW** API for getting and setting TTS and other properties globally + +## Modules + +- **NEW** Script option for specifying aural CSS style sheets for TTS +- **FIX** Support for linking to aural CSS style sheets from source document +- **FIX** Support for `speech-rate` CSS property with Azure voices +- **FIX** Simplified Azure voice names +- **FIX** Improved interpretation of voice configuration XML + - region subtags are now significant + - engine overall priority is taken into account +- **FIX** Drop `title` attribute from page breaks when creating HTML from DTBook/ZedAI +- **FIX** Take into account `enum` and `start` attributes on DTBook lists when converting to RTF +- **FIX** Various issues reported by EPUBCheck and Ace in EPUBs created from DTBook, ZedAI and HTML +- Other bugfixes +- Changes to braille production scripts, see release notes of braille modules [v1.14.19](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11419) and [v1.14.21](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11421) + +## Details + +See [all the closed issues of this release](https://github.com/orgs/daisy/projects/3). To view using the [Github CLI](https://cli.github.com/): `gh project --owner daisy item-list 3` + Changes in release v1.14.16 =========================== @@ -26,7 +51,7 @@ Changes in release v1.14.15 - **FIX** Better marking of page breaks in EPUB 3 output - **FIX** Issues in SAPI adapter - Other bugfixes -- Changes to braille production scripts, see [release notes of braille modules v1.14.14](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11414) +- Changes to braille production scripts, see release notes of braille modules [v1.14.15](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11415) and [v1.14.16](https://github.com/daisy/pipeline-modules/blob/master/braille/NEWS.md#v11416) Backwards incompatibility note: some script options were renamed. Please check the [script documentation](http://daisy.github.io/pipeline/Get-Help/User-Guide/Scripts/) and update your client @@ -34,7 +59,7 @@ code if needed. ## Details -See [all the closed issues of this release](https://github.com/orgs/daisy/projects/2). +See [all the closed issues of this release](https://github.com/orgs/daisy/projects/2). To view using the [Github CLI](https://cli.github.com/): `gh project --owner daisy item-list 2` Changes in release v1.14.14 =========================== @@ -72,7 +97,7 @@ Changes in release v1.14.13 ## Details -See [all the closed issues of this release](https://github.com/orgs/daisy/projects/1). +See [all the closed issues of this release](https://github.com/orgs/daisy/projects/1). To view using the [Github CLI](https://cli.github.com/): `gh project --owner daisy item-list 1` Changes in release v1.14.12 =========================== diff --git a/assembly/pom.xml b/assembly/pom.xml index dfcb22b737..2507db80ac 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -9,7 +9,7 @@ org.daisy.pipeline assembly - 1.14.17-SNAPSHOT + 1.14.17-p2-SNAPSHOT pom DAISY Pipeline 2 :: Assembly Builds the main distribution of the DAISY Pipeline 2. @@ -20,7 +20,7 @@ HEAD - 2.1.7 + 2.1.8