Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jan 22, 2024
1 parent 6cc947b commit 340f9a2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
31 changes: 28 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
===========================

Expand Down Expand Up @@ -26,15 +51,15 @@ 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
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
===========================
Expand Down Expand Up @@ -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
===========================
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.15 - October 20, 2023
DAISY Pipeline 2 - 1.14.17 - January 22, 2024
==============================================================================


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

The package includes the 1.14.15 version of the project.
The package includes the 1.14.17 version of the project.

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

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

0 comments on commit 340f9a2

Please sign in to comment.