talkie (2/6)
Category index page 2 of 6 pages, listing 100 out of 588 entries in the category talkie.
v6.0.0
Update copyright years
Retry loading voices on the welcome page
Merge branch 'feature/upgrade-google-translate' into develop
Target @google-cloud/translate v6
Target @google-cloud/translate v5 with minimal code change
Ignore Firefox packaged extension (XPI) files
Merge Talkie and Talkie Premium, allow upgrading edition
Merge branch 'feature/upgrade-fix-dependencies' into develop
In-range dependency upgrades
Run npm audit fix
Add note about CWS deletion
Update package-lock.json
Merge branch 'release/v5.0.3' into master
* release/v5.0.3: (31 commits) v5.0.3 List all zip files after packaging Change descriptive extension name to avoid slash character Move shortcut keys under usage, clean u…→ Full commit message
v5.0.3
List all zip files after packaging
Change descriptive extension name to avoid slash character
Merge branch 'feature/update-documentation' into develop
* feature/update-documentation: Move shortcut keys under usage, clean up Remve example list of voices on macos Prefer bold emphasis over italic Remove donation links Exp…→ Full commit message
Move shortcut keys under usage, clean up
Remve example list of voices on macos
Prefer bold emphasis over italic
Remove donation links
Explicitly relative links to local documentation
Add headers to usage
Remove installation option list
Put voice installation in a table
Put acknowledgements in details
Put features in a table
Reduce html in markdown
Update keyboard shortcut documentation
Update voice installation information
Merge branch 'feature/upgrade-fix-dependencies' into develop
* feature/upgrade-fix-dependencies: Update @google-cloud/translate but not to latest major version Update web-ext Update renamer Update merge-options Update jsonfile U…→ Full commit message
Update @google-cloud/translate but not to latest major version
Update web-ext
Update renamer
Update merge-options
Update jsonfile
Update json
Update eslint
Remove stream-to-promise
Update rollup
Update dependencies
Remove some legacy firefox permissions handling
- Firefox now supports promises for the Permissions API. - Previous callback, which are still in use, variants now throw an error. - The effect coult not be seen in Firefox, as re…→ Full commit message
Update rollup/babel dependencies
Run npm audit fix --force
Run fresh npm install
Run npm update
Merge branch 'release/v5.0.2'
* release/v5.0.2: (22 commits) v5.0.2 Update copyright years Add browser testing explanation Add vivaldi run scripts Add chromium run scripts Use web-ext sign to uploa…→ Full commit message
v5.0.2
Update copyright years
Merge branch 'feature/update-packaging' into develop
* feature/update-packaging: Add browser testing explanation Add vivaldi run scripts Add chromium run scripts Use web-ext sign to upload to AMO for Firefox Bump minimum F…→ Full commit message
Add browser testing explanation
Add vivaldi run scripts
- Starts Vivaldi with Talkie loaded. - Uses `web-ext run`. - Assumes a `vivaldi` executable in `PATH`.
Add chromium run scripts
- Starts Chromium with Talkie loaded. - Assumes a `chromium` executable in `PATH`. - Could possibly use `web-ext run --target chromium`, but it didn't seem to work with the Snap v…→ Full commit message
Use web-ext sign to upload to AMO for Firefox
- Use `web-ext sign` to upload the WebExtension versions for Firefox. - Requires environment variables `WEB_EXT_API_KEY` and `WEB_EXT_API_SECRET` to be set. - Requires manual uplo…→ Full commit message
Bump minimum Firefox version to v57
- The `web-ext lint` command warns about using incompatible/unimplemented calls to `browser` functionality. - Bumping the minimum Firefox version from v52 to v57 means nearly all …→ Full commit message
Package source code instead of source maps
- Mozilla has changed their requirements for packages with built or minified code. - Previously, the source maps (generated at build-time) were required as a separate `.zip` file.…→ Full commit message
Update developer documentation
- Clarify some prerequisites. - List tools used.
Use git version when packaging zip files
- Previously, the packaging used the hardcoded version from `package.json`. - Changes to the code would not be reflected in the package naming if packaging was rerun. - Using the …→ Full commit message
Merge branch 'feature/upgrade-fix-dependencies' into develop
Upgrade rollup
Upgrade webextension-polyfill
Upgrade rimraf
Upgrade merge-options
Upgrade jsonfile
Upgrade concurrently
Upgrade eslint, fix lint
Run npm update
Run npm audit fix --force
Add renamer
Run npm audit fix
Update package-lock.json
Merge branch 'release/v5.0.1'
* release/v5.0.1: 5.0.1 Update copyright years Change OS voice install descriptions, link Switch to full tab options Use absolute paths for testing using google-chrome
5.0.1
Update copyright years
Change OS voice install descriptions, link
- Change link for macOS. Old was broken; this one might break as well. - Describe how to reach the system settings in macOS, Windows 10.
Switch to full tab options
- Google Chrome 74 seems to have an issue with Talkie's options page. - The options page itself works fine, but displaying it in Chrome's extension details page for Talkie does no…→ Full commit message
Use absolute paths for testing using google-chrome
Merge branch 'release/v5.0.0'
* 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
5.0.0
Ignore linting demo.css
- 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
Remove links to espeak
- 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
Use HTTPS where possible
Add links to install additional voices
Merge branch 'feature/higher-resolution' into develop
* 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
Use higher resolution @2x tile in markdown
Use higher resolution @2x icons in markdown
Use higher resolution @2x chrome web store banner
Merge branch 'feature/translate' into develop
* 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
Add Bulgarian translation
Limit number of translated strings per call for google cloud translate
Add language attributes on some untranslated/known language elements
Translate extra variables during static rendering
Switch to using a key file with Google Cloud Translate API
Translate new strings in the user interface
Merge branch 'feature/fix-firefox' into develop
* feature/fix-firefox: Speak long text by default in WebExtensions (Firefox) Use event listeners
Speak long text by default in WebExtensions (Firefox)
Use event listeners
Fix react popup unload error
- 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