Skip to content

Releases: Hagsten/Talkify

Preserve images and read alt tags instead

20 Oct 10:12
342215b
Compare
Choose a tag to compare

Preserves images inside blocks that is configured for TTS. When reaching the image, its alt-tag is read instead.

Fixed minified version

21 Aug 17:56
Compare
Choose a tag to compare
3.9.3

Fixed minified version

Read as lowercase declarative setting

11 May 17:34
Compare
Choose a tag to compare

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

01 Apr 17:43
a1d653e
Compare
Choose a tag to compare

Word highlighting works better for decimal numbers and other places where the "." character exists in other context than end of sentence.

Native Promises and XMLRequests

02 Jul 19:17
7276dc4
Compare
Choose a tag to compare
Merge pull request #56 from Hagsten/feature/EsPromise

Replaced old promise and XMLRequest to native ES versions

Auto scroll

19 Jan 20:33
d35f1b7
Compare
Choose a tag to compare
Merge pull request #53 from Hagsten/feature/autoscroll

auto scroll

Tabular content reader

29 Dec 18:05
74ba7e7
Compare
Choose a tag to compare

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

19 Oct 12:01
Compare
Choose a tag to compare
3.6.0

upd package version

Select text and listen

26 Sep 21:24
Compare
Choose a tag to compare

New features:

  • Listen to Selected/marked text
  • Enhanced visibility (eye-icon in every UI controlcenter)

WebSpeech voices in control center

06 Aug 14:23
Compare
Choose a tag to compare
  • 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