all (1/42)
Category index page 1 of 42 pages, listing 100 out of 4130 entries in the category all.
Document explicitly installing/upgrading uvcc to the latest version
Merge branch 'release/v8.0.0'
v8.0.0
Update CHANGELOG.md
Upgrade joelpurra/node-uvc-control#v2
Include homedir in config search path
This reverts commit e894c270238b0e57f6748ac59fe5e9373617fb99.
Include resolved config path in verbose/debug output
Add dates to CHANGELOG.md
Update udev documentation
Use absolute paths to configuration files
- User-provided configuration files can be either found or provided using `--config`. - In either case, relative paths should be relative to `$PWD`. - This commit removes making p…→ Full commit message
Merge branch 'release/v17.0.0'
v17.0.0
Revert to using xo
Relax engines.node to minimum current Node.js LTS version
Run lint:fix, manual fixes
Update copyright years
Use eslint defineConfig()
Upgrade typescript, @sindresorhus/tsconfig
Upgrade @sindresorhus/tsconfig
Upgrade eslint, xo
Update dependencies in-range
Run lint:fix, manual linting fixes
Upgrade eslint, xo
Relax engines.node to minimum current Node.js LTS version
Update dependencies in-range
Mention containerized mongodb v4.4
Fix spelling
Fix html lang= attribute
Close uneven html tags
Remove details summary marker styling
Add service sunset period with failure randomization
- Since DNAS is being decommissioned, the internal DNSSEC domain JSON lookup API will also shut down. - While the service was not intended for public consumption, there have pre…→ Full commit message
Add decommissioning warning
Add decommissioning blog entry
Add Internet Archive links to README.md
Add decommission note to README.md
Fix todo list formatting
Update copyright years
Lint and format files
Merge branch 'release/v8.0.3'
v8.0.3
Update copyright years
Move Talkie Premium status below checkbox
Run lint:fix
Update dependencies in-range
Use fixed @talkie/* dependency v0.0.0
Fix grouping voices per language/dialect
- The grouping of voices per language or dialect is used when browsing and selecting voices in the user interface. - During code refactoring and cleanup the grouping broke, leavin…→ Full commit message
Explicitly make browser SpeechSynthesis object property copies
Upgrade jquery
Bump bower client-side dependencies in-range
Run lint:fix
Upgrade eslint, plugins
Switch to @fastify/pre-commit fork
Upgrade nodemon
Update dependencies in-range
Merge branch 'release/v8.0.2'
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
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