Commit Graph

154 Commits (8278e87666fa52ecd4949f12862c78353aa9190a)
 

Author SHA1 Message Date
dessant 0db1d7559e chore: update dependencies 5 years ago
dessant c7f604a620 chore: update dependencies 5 years ago
dessant 28acd2430d chore: update funding methods 5 years ago
dessant e3bffe7e57 chore(release): 0.6.0 5 years ago
dessant 2c899261d6 feat: transcribe audio in background script
Chrome 73 no longer allows bypassing CORS from content sripts,
speech service APIs are now called from the background script.

The origin of background requests is removed for privacy.

Closes #81.
5 years ago
dessant 43f9ce53bc feat: build with travis 5 years ago
dessant 3e42f6188f chore: update dependencies 5 years ago
dessant 83f1263a60 chore: update description 5 years ago
dessant 989f8c92ac chore: add funding methods 5 years ago
dessant 86afe56d42 chore(release): 0.5.3 5 years ago
dessant bbb6195444 refactor: improve readability 5 years ago
Menzo Wijmenga 22edae2d56 fix: correct the target element width / height for higher density screens
Fixes #71.
5 years ago
dessant e0f2cb5273 chore(release): 0.5.2 6 years ago
dessant f7b9554a5a fix: remove demo speech service
The service is unreliable.
6 years ago
dessant 4a823f905c fix: get audio URL from audio element
The audio download button may not be available on some platforms.
6 years ago
dessant 4af0606388 chore: enable label actions 6 years ago
dessant c7e31f92b3 chore(release): 0.5.1 6 years ago
dessant 0db060da26 fix: divide click coordinates by display scale on Windows
Closes #40.
6 years ago
dessant 59d436603d chore(release): 0.5.0 6 years ago
dessant 0879515f21 feat: require new client app version 6 years ago
dessant d9aef008f3 fix: wait for client app to close before launching new version 6 years ago
dessant aebd114728 fix: allow installation on windows if manifest location is not set 6 years ago
dessant 4b4d64532d fix: clean up after client app update 6 years ago
dessant 715aab74d5 fix: close client app before checking ping response 6 years ago
dessant e17107f751 feat: add option for automatically updating client app 6 years ago
dessant 0fcc1db276 chore(release): 0.4.1 6 years ago
dessant baa6581a0d fix: break early during challenge reset 6 years ago
dessant 73bc76ee12 chore: update issue templates 6 years ago
dessant 261afea9fc chore: update copyright year 6 years ago
dessant e055850143 fix: account for OS scaling during mouse movement
Closes #27.
6 years ago
dessant 8dd0e3b39a chore: add issue templates 6 years ago
dessant 250251d56c chore(release): 0.4.0 6 years ago
dessant 779f466a50 feat: simulate user input 6 years ago
dessant 3398166e83 feat: show reset button when the challenge is blocked
The challenge can be reloaded during a temporary block,
without reloading the entire page.

Requires new permission: webNavigation
6 years ago
dessant 61b1f97af2 chore(release): 0.3.0 6 years ago
dessant 3f581bda57 feat: load challenge in English by default 6 years ago
dessant c32a6549eb feat: add Wit Speech API and tryEnglishSpeechModel option 6 years ago
dessant f13d1eaace fix: use English as alternative language for Google Cloud Speech API
Captchas with a non-English locale often have English audio.
6 years ago
dessant f461b2aa09 chore: update Chrome download button 6 years ago
dessant 15595efce6 refactor: use `else if` 6 years ago
dessant 1f1af981c6 chore: add Chrome download link 6 years ago
dessant 0a07a0f721 chore(release): 0.2.0 6 years ago
dessant 8383e657a6 chore: update notice 6 years ago
dessant f8c1dde068 feat: add Microsoft Azure Speech to Text API 6 years ago
dessant 0c9a8248bf fix: set IBM API location instead of URL 6 years ago
dessant fdb4ccaaa8 feat: indicate that work is in progress 6 years ago
dessant 58f9106f41 feat: add IBM Speech to Text 6 years ago
dessant f51c3b8d2a chore: Firefox 52 is not supported
See commit 8be3007.
6 years ago
dessant 0f715c2a05 chore(release): 0.1.1 6 years ago
dessant 8be30076e1 fix: solve compatibility issues with older browser versions
- Firefox 52 does not support the OfflineAudioContext constructor
- versions before Chrome 62, Firefox 57, and Opera 42 do not support
passing OfflineAudioContext parameters as a single object

Closes #3.
6 years ago