[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 956 Bytes

CHANGELOG.adoc

File metadata and controls

41 lines (22 loc) · 956 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.1-pre] - 2022-04-19

Fixed

  • Fix progress bar update issue with audio file playback

[0.4.0-pre] - 2022-04-19

Added

  • Support for playing back audio files (with fallback to text-to-speech mode)

[0.3.0-pre] - 2021-07-16

Added

  • Online demo page at https://tollwerk.github.io/speakable

  • Improve progress bar support for regular screenreaders

  • Add option to use local voices only (remote voices seem to make trouble in Chrome)

[0.2.0-pre] - 2020-11-28

Added

  • Add a pause when there’s a line break without punctuation

Changed

  • Remove negative lookbehind assertion from regex to support older browsers

[0.1.0-pre] - 2020-11-23

Added

  • Initial commit