Skip to content

Latest commit

 

History

History
131 lines (60 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

131 lines (60 loc) · 4.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.0 (2019-05-28)

Features

  • build with travis (43f9ce5)
  • transcribe audio in background script (2c89926), closes #81

0.5.3 (2019-05-14)

Bug Fixes

  • correct the target element width / height for higher density screens (22edae2), closes #71

0.5.2 (2019-04-07)

Bug Fixes

  • get audio URL from audio element (4a823f9)
  • remove demo speech service (f7b9554)

0.5.1 (2019-03-08)

Bug Fixes

  • divide click coordinates by display scale on Windows (0db060d), closes #40

0.5.0 (2019-03-04)

Bug Fixes

  • allow installation on windows if manifest location is not set (aebd114)
  • clean up after client app update (4b4d645)
  • close client app before checking ping response (715aab7)
  • wait for client app to close before launching new version (d9aef00)

Features

  • add option for automatically updating client app (e17107f)
  • require new client app version (0879515)

0.4.1 (2019-02-22)

Bug Fixes

  • account for OS scaling during mouse movement (e055850), closes #27
  • break early during challenge reset (baa6581)

0.4.0 (2019-02-18)

Features

  • show reset button when the challenge is blocked (3398166)
  • simulate user input (779f466)

0.3.0 (2018-12-18)

Bug Fixes

  • use English as alternative language for Google Cloud Speech API (f13d1ea)

Features

  • add Wit Speech API and tryEnglishSpeechModel option (c32a654)
  • load challenge in English by default (3f581bd)

0.2.0 (2018-12-08)

Bug Fixes

  • set IBM API location instead of URL (0c9a824)

Features

  • add IBM Speech to Text (58f9106)
  • add Microsoft Azure Speech to Text API (f8c1dde)
  • indicate that work is in progress (fdb4cca)

0.1.1 (2018-12-06)

Bug Fixes

  • solve compatibility issues with older browser versions (8be3007), closes #3

0.1.0 (2018-12-04)