Merge branch 'release/v2.2.0'
* release/v2.2.0: Automatically get and refresh the application access token Make polling connection more generic Use power-assert Enable babel transformation of es2015+ f…→ Full commit message
Category index page 11 of 39 pages, listing 100 out of 3886 entries in the category joelpurra.
* release/v2.2.0: Automatically get and refresh the application access token Make polling connection more generic Use power-assert Enable babel transformation of es2015+ f…→ Full commit message
* release/v2.1.0: Increase limit of number of recent followers to poll Normalize the pubsub manager, move pubsub logging to new handler Write log output to file Log shutdo…→ Full commit message
- In nodejs `stdout` can get closed prematurely (before the synchronous `exit` event). - When `stdout` closes, logging breaks. - Using a separate file works better, and stop/disco…→ Full commit message
* release/v2.0.1: Rename calling code's use of the ConnectionManager interface's connection Add commented out logging serialization code
* release/v2.0.0: Add polling connection and following handler Greet subscribers Add greetings, don't greet bot owner Add subscribing handler Add new chatter handler, sh…→ Full commit message
* release/v1.0.0: Handle beforeExit event Use built-in constants to check websocket connection state Add pre-commit hook Add copyright notices Fix eslint errors and warn…→ Full commit message
- Versions before terminal-notifier v2.0.0 had bugs related to "alerter" mode notifications. - Workarounds were in place in `npshell`. - Removed workarounds, assuming terminal-not…→ Full commit message
* release/v5.0.0: (64 commits) 5.0.0 Ignore linting demo.css Remove links to espeak Use HTTPS where possible Add links to install additional voices Use higher resoluti…→ Full commit message
- Linting css files with web-ext gives warnings for correct webextensions special variables. - Ignoring linting css files for now. See - https://github.com/mozilla/web-ext/issue…→ Full commit message
- How to connect espeak to the browser's Web Speech API/SpeechSynthesis API is unclear. - The espeak project seems to have been superseded by espeak-ng. - The in-browser option us…→ Full commit message
* feature/higher-resolution: Use higher resolution @2x tile in markdown Use higher resolution @2x icons in markdown Use higher resolution @2x chrome web store banner
* feature/translate: Add Bulgarian translation Add language attributes on some untranslated/known language elements Translate new strings in the user interface Minor trans…→ Full commit message
* feature/fix-firefox: Speak long text by default in WebExtensions (Firefox) Use event listeners
- Due to async broadcast event listeners, some calls might come very late in the page lifecycle. - Not sure what the exact cause is, but guessing it has to do with how browsers un…→ Full commit message
* feature/improve-state: Avoid un/controlled component mixup Use reselect to speed up data transformations Add reselect Remove redux-persist and redux-persist-crosstab M…→ Full commit message
- Mostly used for voice list dependent data transformations (languages, language groups, etcetera) - Cleaned up some state and props.
- With pre-rendered html containing most state, the local storage state rehyration has lost some value in terms of speeding up rendering. - For loading the remaining browser runti…→ Full commit message
* feature/improve-demo: Fix eslint warnings and errors Run eslint for jsx files Make all react componentes pure Fix positional translation arguments Detect language from…→ Full commit message
- Open the welcome page upon install. - Display a translate sample text in a language for which there is a voice installed. - Enable speaking selected text from internal pages. - …→ Full commit message