all (1/41)
Category index page 1 of 41 pages, listing 100 out of 4077 entries in the category all.
v8.0.2
Adjust relative icon paths in manifest.json to appease CWS
- When publishing v8.0.1 on Chrome Web Store (CWS), their system is complaining about icon paths listed in `manifest.json`. - The icon files are listed as "missing", which is a …→ Full commit message
Merge branch 'release/v8.0.1'
v8.0.1
Update copyright years
Avoid crash on duplicate voice names
- In some cases, the list of voices provided by the browser/system contain voices with non-unique names. - Previously, name collisions were ignored (probably silently) but added s…→ Full commit message
Initial release
Initial commit
Merge branch 'feature/eslint-v9' into develop
Merge branch 'release/v16.0.1'
v16.0.1
Set eslint peer dependency version
Merge branch 'release/v16.0.0'
v16.0.0
Update copyright years
Skip copyright linting of runtime files
Update dependencies in-range
Add eslint as a peer dependency
Fix linting issues
Run lint:fix
Fix eslint rule names
Upgrade @sindresorhus/tsconfig
Switch from xo cli to eslint
- Change from `xo` cli tooling to the upstream `eslint` cli. - Use `eslint` to be able to apply custom linting rules. - Keep the `xo` set of linting rules, albeit modified. - Foll…→ Full commit message
Fix typographic dash in code
Update dependencies in-range
Target Node.js v24
Convert to eslint v9 flat config, reduce xo usage
Upgrade xo, eslint plugins
Update dependencies in-range
Target Node.js v22, v24
Update copyright years
Merge branch 'release/v8.0.0'
v8.0.0
Update dependencies in-range
Remove some unused code
List the loading/upgrading steps
Document Factorio: Space Age mod requirements
Add output tree file listing at script end
Reword log messages
Use v for version prefix
Update copyright years
Use tabs for indentation
Explicitly check for external executables
Use details instead of headings in README.md
Add some color to log output
Use podman instead of docker
Add version 2.0, remove 0.18
Migrate and upgrade local/extension mv3 storage
- Migrates to MV3 by loading data from `window.localStorage` and writing to `chrome.storage.local`. - Migration is only performed during webext upgrade/install events. - Migra…→ Full commit message
Allow development build output packaging
Skip .map files for production output
Fix react dom (re)hydration bugs
Fix external production/development script mapping
Attempt for service worker/background to stay alive during speech
Reduce rollup import warnings
Upgrade react, react-dom, react-markdown
Remove renamer
Upgrade @sindresorhus/tsconfig
Upgrade nx@^20
Upgrade nx@^19
Upgrade nx@^18
Upgrade rimraf
Upgrade syncpack
Upgrade npm-check-updates
Update copyright years
Update links
Use HTTPS where possible
Update developer documentation
Move/copy files from root to ./code/
Fix updated typings
Upgrade @types/webextension-polyfill
Fix artifact output
Ignore web-ext lint errors in chrome
- `web-ext` and `addons-linter` are focused on Mozilla Firefox, whether the linting rules standardized or not. - This may cause issues when linting for Google Chrome, currently in…→ Full commit message
Upgrade web-ext
Update minified svg files
Update dependencies in-range
Add debug build mode
Fix page reloading hint when no voices found
Fix translator-tool
Update automatic translations
Update text and translation placeholders
Add back arrow to voices tab
Set options page title on navigation tab change
Disambiguate browser and navigation tabs
Display additional support entry id details
Change marketing name
Update donation information
By default, do not store history
List language dialects without groups on the about page
Link language groups on about page to wikipedia
Limit long page voice lists on the about page
Update operating system voice support information
Remove unused files
Fix clipboard, permissions in Chrome; enable in Firefox
- Reimplemented permissions to work with MV3. - Requires manually allowing Talkie access to the clipboard. - Also implemented removing the clipboard permissions at will. - A…→ Full commit message
Implement automatic dark mode, reduce user interface styling
- Instead of an always bright white background in Talkie's popup and options page, a dark mode has been implemented. - Dark mode is automatically selected, based on the user's bro…→ Full commit message