Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Nov 8, 2024
1 parent 23e899f commit 07eca2c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Changes in release v1.14.20
===========================

## Framework

- **NEW** API for voice previews
- **NEW** Allow setting `org.daisy.pipeline.tts.config` property through settings API
- **FIX** Remove error stack traces from webservice responses
- **FIX** Java API: Make job input parser more relaxed about boolean option values

## Modules

- **NEW** Support for Microsoft natural voices over [NaturalVoicesSAPIAdapter](https://github.com/gexgd0419/NaturalVoiceSAPIAdapter)
- **FIX** Support standard CSS's `voice-family` property (backward compatibility with the old behavior is ensured)
- **FIX** Compatibility with espeak-ng
- **FIX** Wrong doctype declaration of SMIL files in output of DAISY 3 to DAISY 2.02
- **FIX** Indent TTS log output
- Various other bugfixes and improvements

## Details

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`

Changes in release v1.14.19
===========================

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.19 - July 12, 2024
DAISY Pipeline 2 - 1.14.20 - October 11, 2024
==============================================================================


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

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

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

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

0 comments on commit 07eca2c

Please sign in to comment.