|
| 1 | +Changes in release v1.13.0 |
| 2 | +========================== |
| 3 | + |
| 4 | +### Distribution/Installation |
| 5 | +- The minimum required Java version is changed back to 8 (but newer versions are also still supported) |
| 6 | +- **FIX** Loading of TTS configuration on Mac OS |
| 7 | +- **FIX** Problem with windows start menu |
| 8 | + |
| 9 | +### Framework |
| 10 | +- The core part of Pipeline including all the conversion scripts can now be run outside the OSGi framework. This means it is possible to use Pipeline as a regular Java library from any Java application and get most of the functionality. The web server and the graphical user interface are not part of this yet. |
| 11 | +- **FIX** Out of memory error when zipping up a lot of mp3's |
| 12 | + |
| 13 | +### Modules |
| 14 | + |
| 15 | +- **NEW** Produced EPUBs are now compliant with the EPUB 3.2 specification |
| 16 | +- **NEW** "Accessibility check" option for the "EPUB 3 Validator" script that invokes DAISY Ace if it is installed on the system. |
| 17 | +- **FIX** Validation issues with produced DAISY 2.02, especially in case of text-only |
| 18 | +- **FIX** Attempt to fix timeout issues in text-to-speech process |
| 19 | +- **FIX** Speed up the DTBook to ZedAI conversion |
| 20 | +- **FIX** Make it possible to run a DAISY 3 to EPUB 3 conversion offline, or when the DAISY website is down |
| 21 | +- EPUBCheck updated to 4.2.2 |
| 22 | +- Various changes to braille production scripts, see [release notes of Braille modules v1.12.1](https://github.com/daisy/pipeline-mod-braille/blob/master/NEWS.md#v1121) |
| 23 | +- XProc code cleanup |
| 24 | + |
| 25 | +### Details |
| 26 | + |
| 27 | +- [Closed issues in pipeline](https://github.com/issues?q=repo%3Adaisy%2Fpipeline+milestone%3Av1.12.2) |
| 28 | +- [Closed issues in pipeline-assembly](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-assembly+milestone%3Av1.12.2) |
| 29 | +- [Closed issues in pipeline-build-utils](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-build-utils+milestone%3Av1.12.2) |
| 30 | +- [Closed issues in pipeline-cli-go](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-cli-go+milestone%3Av1.12.2) |
| 31 | +- [Closed issues in pipeline-framework](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-framework+milestone%3Av1.12.2) |
| 32 | +- [Closed issues in pipeline-gui](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-gui+milestone%3Av1.12.2) |
| 33 | +- [Closed issues in pipeline-modules](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-modules+milestone%3Av1.12.2) |
| 34 | +- [Closed issues in pipeline-mod-audio](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-mod-audio+milestone%3Av1.12.2) |
| 35 | +- [Closed issues in pipeline-mod-braille](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-mod-braille+milestone%3Av1.12.2) |
| 36 | +- [Closed issues in pipeline-mod-nlp](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-mod-nlp+milestone%3Av1.12.2) |
| 37 | +- [Closed issues in pipeline-mod-tts](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-mod-tts+milestone%3Av1.12.2) |
| 38 | +- [Closed issues in pipeline-modules-common](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-modules-common+milestone%3Av1.12.2) |
| 39 | +- [Closed issues in pipeline-scripts](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-scripts+milestone%3Av1.12.2) |
| 40 | +- [Closed issues in pipeline-scripts-utils](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-scripts-utils+milestone%3Av1.12.2) |
| 41 | +- [Closed issues in pipeline-tasks](https://github.com/issues?q=repo%3Adaisy%2Fpipeline-tasks+milestone%3Av1.12.2) |
| 42 | +- [Closed issues in xproc-maven-plugin](https://github.com/issues?q=repo%3Adaisy%2Fxproc-maven-plugin+milestone%3Av1.12.2) |
| 43 | +- [Closed issues in xspec-maven-plugin](https://github.com/issues?q=repo%3Adaisy%2Fxspec-maven-plugin+milestone%3Av1.12.2) |
| 44 | + |
| 45 | + |
1 | 46 | Changes in release v1.12.1 |
2 | 47 | ========================== |
3 | 48 |
|
|
0 commit comments