Releases: Hagsten/Talkify
Releases · Hagsten/Talkify
Preserve images and read alt tags instead
Fixed minified version
3.9.3 Fixed minified version
Read as lowercase declarative setting
Some voices spelled out words written in capital letters. This seemed to be a common enough thing so we added an option to use a declarative setting "data-talkify-read-as-lowercase='true'" that keeps the capital letters on the website but sends the text as lower case to the backend.
Bug fixes
Native Promises and XMLRequests
Merge pull request #56 from Hagsten/feature/EsPromise Replaced old promise and XMLRequest to native ES versions
Auto scroll
Merge pull request #53 from Hagsten/feature/autoscroll auto scroll
Tabular content reader
This release features a table reader that will read tables in a more context-aware manner. It will repeat the header of the table cell before reading its content. This feature supports both native HTML table tag as well as any custom tabular content.
Download support through UI
3.6.0 upd package version
Select text and listen
New features:
- Listen to Selected/marked text
- Enhanced visibility (eye-icon in every UI controlcenter)
WebSpeech voices in control center
- Html5Player (using WebSpeech API) is now a first class citizen in our control centers.
- Create an instance of Html5Player to use it
- Voice filters are partly supported
- Removed call to backend when web speech api is used
- Pitch can now be set for Html5Players