git (14/40)
Category index page 14 of 40 pages, listing 100 out of 3914 entries in the category git.
Add donation buttons further up on the page
Move readme away from docs
Add photo, links to readme
Use HTTPS for links where possible
Update copyright years
Parse port from the environment as an integer
Upgrade helmet
Upgrade onetime
Upgrade eslint
Upgrade node-inspector
Merge branch 'release/v3.0.3'
* release/v3.0.3: 3.0.3 Attempt to fix potential content page console.log code execution/injection Fix internal/allowed tab url checks Add trace logging level
3.0.3
Attempt to fix potential content page console.log code execution/injection
Fix internal/allowed tab url checks
Add trace logging level
Merge branch 'release/v3.0.2'
* release/v3.0.2: 3.0.2 Fix speech stopping after a short while Style icons in about page Change project url in copyright notice Change project url Run and load Talkie…→ Full commit message
3.0.2
Revert "Temporarily remove redirect"
This reverts commit b42b0f66efd27439113f8212d18d28162b60718e.
Testing having two google site verification meta tags
Temporarily remove redirect
Update readme
Add google site ownership verification
Change redirect url to joelpurra.com
Fix speech stopping after a short while
- Seems to be related to changes made after the premium version was made, but before v3.0.0. - Suspension code was made more resilient to suspend/unload timing issues. - Logging t…→ Full commit message
Change project url in copyright notice
Change project url
Run and load Talkie in separate Chrome instance
Allow watching the source code separately from browser packaging
Merge branch 'release/v3.0.1'
* release/v3.0.1: 3.0.1 Fix links to Talkie Premium in the Chrome Web Store
3.0.1
Fix links to Talkie Premium in the Chrome Web Store
Merge branch 'release/v3.0.0'
* release/v3.0.0: 3.0.0
3.0.0
Merge branch 'release/v3.0.0-alpha.1'
* release/v3.0.0-alpha.1: (27 commits) 3.0.0-alpha.1 Fix version extraction from the git branch Update base message, automated translation whitespace handling, Swedish trans…→ Full commit message
3.0.0-alpha.1
Apply hotfix/svg-lineendings
Merge branch 'hotfix/svg-lineendings'
* hotfix/svg-lineendings: 2.1.3
2.1.3
Fix svg line endings causing problems with git
Fix version extraction from the git branch
Update base message, automated translation whitespace handling, Swedish translation
Refresh messages during standard build
Use concurrently to run build/watch commands in parallel
Fix build filename/path mixup
Use chokidar for watching file changes
Use webextension-polyfill from npm
Merge branch 'feature/broadcaster-leaks' into develop
* feature/broadcaster-leaks: Disallow multiple suspension manager initializations Use promises to initialize background script, kill switches to remove broadcast listeners F…→ Full commit message
Disallow multiple suspension manager initializations
Use promises to initialize background script, kill switches to remove broadcast listeners
Fix broadcast event listener/handler memory leaks/dead objects from popup, as reported by firefox
Define browser_style for browser_action
Merge branch 'feature/mozilla-amo-feedback' into develop
* feature/mozilla-amo-feedback: Move suspension manager port listener to iframe in background Reduce logging (levels) for known errors Add setting logging level to reduce ou…→ Full commit message
Move suspension manager port listener to iframe in background
Fixes #5.
Reduce logging (levels) for known errors
Add setting logging level to reduce output for non-dev usage
Fixes #7.
Style icons in about page
Safer logging to content page console
Fixes #6.
Work around potential innerHTML issues
Merge branch 'feature/pro-voices' into develop
* feature/pro-voices: Fix layout, links, docs, translations, and more for free/premium chrome/webextension versions Automated translations Add option to change the rate and …→ Full commit message
Clean svg icon files
Fix layout, links, docs, translations, and more for free/premium chrome/webextension versions
Automated translations
Add blue premium icon variation
Add option to change the rate and pitch per voice
Allow per-language voice overrides
Build premium packages
Disable Talkie on addons.mozilla.org, wrap content scripts in functions/try-catch
Define minimum version for Firefox
Add web-ext tool to lint and package extension
Merge branch 'release/v2.1.2'
* release/v2.1.2: 2.1.2
2.1.2
Merge branch 'release/v2.1.1'
* release/v2.1.1: 2.1.1 Fix package step typo
2.1.1
Fix package step typo
Merge branch 'release/v2.1.0'
* release/v2.1.0: 2.1.0 Fix build/prepackage/package steps Add version number/name to about page Use direct/event-based/timeouts methods to get synthesizer; more stable ti…→ Full commit message
2.1.0
Fix build/prepackage/package steps
Add version number/name to about page
Use direct/event-based/timeouts methods to get synthesizer; more stable timeouts, text fetching
Split about and usage tabs in options
Remove outdated Hebrew translation
Improve developer documentation
Merge branch 'feature/refactor' into develop
* feature/refactor: Fix unsupported matchAboutBlank in Firefox, improve script execution stability Convert a few files to helper classes Fix call to create context menus, no…→ Full commit message
Fix unsupported matchAboutBlank in Firefox, improve script execution stability
Convert a few files to helper classes
Fix call to create context menus, note unfixed workaround
Split packaging between Chrome and WebExtensions
Use promise-based webextensions api
Switch calls to webextensions
Add webextension polyfill
Make code compatible with WebExtensions, primarily Firefox
Add eslint-plugin-compat to check Chrome features
Switch to ES2015 modules using rollup
Split up source files
Merge branch 'release/v2.0.2'
* release/v2.0.2: 2.0.2 Add French translation overrides Fix German translation
2.0.2
Add French translation overrides
Fix German translation
Merge branch 'release/v2.0.1'
* release/v2.0.1: 2.0.1 Mention configureCommands url in readme Add German translation overrides Ignore multiple calls to messaging onConnect handler Return null from de…→ Full commit message