Year
Index of 31 entries from . Entries belong to 3 different categories, kodi-auto-pause, talkie, and eslint-config-joelpurra.
Month 2025-09
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
Month 2025-08
Initial release
Initial commit
Month 2025-07
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