joelpurra (3/41)
Category index page 3 of 41 pages, listing 100 out of 4089 entries in the category joelpurra.
Update project description
Update website spelling, wording
Reduce donation options
Mention Windows 11, update developer links
Delete release files from source code repository
- Deleting (compiled/binary/compressed) release files from the source code repository. - These files are not referenced anywhere; merely removing clutter. - Not "saving" any s…→ Full commit message
Fix v1.0.0.1 release datetime typo
Merge branch 'release/v7.0.0'
v7.0.0
Update CHANGELOG.md
Update dependencies in-range
Fix record-demo.sh
Add node-usb as a devDependency for the types
Target Node.js v16, v18, v19, v20
- v14: drop support. - End-of-life of Node.js v14 is 2023-04-30, in circa 2 months. - For some reason, `npm install` fails to complete (on this machine), so dropping support e…→ Full commit message
Link to Elgato Facecam (4057:0120)
Ignore all (generated) files
Ignore all (generated) files
Script cleanup
Script cleanup
elgato facecam
Remove deprecated virtualenv flag
Update README.md
Add initial factorio-save-upgrader implementation
- Locally tested script, running on Ubuntu 22.04. - Confirmed upgrades from Factorio 0.15 to 1.1. - Requires `docker`. - Usage and some configuration documented in `README.md`. S…→ Full commit message
Initial commit
Switch to the ipify.org API
Remove unused import
Merge branch 'feature/upgrades' into develop
Fix compile/linting issues
Fix jsx-quotes change
Merge branch 'release/v12.0.1'
v12.0.1
Fix jsx-quotes change
Merge branch 'release/v12.0.0'
v12.0.0
Upgrade xo
Update dependencies in-range
Run lint:fix
Upgrade eslint-config-joelpurra, xo
Merge branch 'release/v6.0.0'
v6.0.0
Update copyright years
Merge branch 'feature/update-examples' into develop
Add example output from Logitech C922 Pro Stream Webcam (1133:2140)
Add example output from Microsoft LifeCam Studio Model 1425 (1118:2065)
Update example output from Logitech C920 (1133:2093)
Take vendor/product ids into account for examples
- Cameras with the same "marketing name" may differ between different hardware implementations, as detected by their USB (vendor and) product id. - It is unclear if these differen…→ Full commit message
Fix UVC device not found detection/guessing
Update CHANGELOG.md
Upgrade forked uvc-control v2
- Targets `node-usb` `^2.4.1`. - Includes a fix for infinite delay when listing devices. See - https://github.com/joelpurra/node-uvc-control/commits/v2 - https://github.com/joel…→ Full commit message
Upgrade chalk
Update dependencies in-range
Fix linting issues
Merge branch 'release/v11.0.1'
v11.0.1
Allow null type
Upgrade eslint-config-joelpurra, xo
Target Node.js v14, v16, v17, v18
Fixes #25. See - https://github.com/joelpurra/uvcc/issues/25
Merge branch 'release/v11.0.0'
v11.0.0
Update dependencies in-range
Upgrade xo
Target Node.js v14, v16, v17, v18
Update dependencies in-range
Add menu icon svg files
- These icons have been in use for years. - Files were previously not checked in.
Merge branch 'release/v7.0.1'
v7.0.1
Remove isPremiumEdition from StyleRoot, thus also StyleRoot and StateRoot
- Moved free/premium icon references from root-level CSS to component-level JS. - Icon data URI:s are still kept in CSS, to hopefully load faster, and referenced by class names.…→ Full commit message
Add status tab to options page
- Reuses components from the popup. - Displays the most recently read text, as well as the detected language and resolved voice. - Buttons to replay the most recent text, and stop…→ Full commit message
Convert isSpeaking from a HOC to an event listener
- The previous higher order component (HOC) was not used as such. - Instead, relabel it as a background event listener. - Uses a container to inject actions from the shared `speak…→ Full commit message
Rename open url function for external urls only
Include and link third-party licenses
- Third-party package information and licenses were already collected in one summary text file per rollup output file. - This commit includes the licenses in the built webext. - A…→ Full commit message
Filter internal package licenses in banner
Fix Firefox AMO store link in markdown
Fix store branding image paths in markdown
Use relative path for git archive zip
Fix version call path for chrome publishing
Merge branch 'release/v7.0.0'
v7.0.0
Merge branch 'feature/publish-fixes' into develop
Include all files from root in git archive zip
Include new locales in output
Fix web-ext build output paths
Fix formatting after updating version in json files
Add package-lock.json
Enable package-lock.json
- Was disabled to reduce merge conflicts during development. - Required for publishing to Mozilla Addons.