Month
Index of 26 entries from . Entries belong to 4 different categories, github-data-cli, talkie, fly-the-rainbow-flag.com, and node-libuvc.
Add C/C++ streaming video to screen reference implementation
Generate bindings from libuvc headers
Add linting
Add package.json
Add README.md
Add LICENSE
Initial commit
Remove meddelare
Remove node-inspector, fix debug mode
Run npm audit fix
Run npm update
Update copyright years
Merge branch 'release/v5.0.2'
* release/v5.0.2: (22 commits) v5.0.2 Update copyright years Add browser testing explanation Add vivaldi run scripts Add chromium run scripts Use web-ext sign to uploa…→ Full commit message
v5.0.2
Update copyright years
Merge branch 'feature/update-packaging' into develop
* feature/update-packaging: Add browser testing explanation Add vivaldi run scripts Add chromium run scripts Use web-ext sign to upload to AMO for Firefox Bump minimum F…→ Full commit message
Add browser testing explanation
Add vivaldi run scripts
- Starts Vivaldi with Talkie loaded. - Uses `web-ext run`. - Assumes a `vivaldi` executable in `PATH`.
Add chromium run scripts
- Starts Chromium with Talkie loaded. - Assumes a `chromium` executable in `PATH`. - Could possibly use `web-ext run --target chromium`, but it didn't seem to work with the Snap v…→ Full commit message
Use web-ext sign to upload to AMO for Firefox
- Use `web-ext sign` to upload the WebExtension versions for Firefox. - Requires environment variables `WEB_EXT_API_KEY` and `WEB_EXT_API_SECRET` to be set. - Requires manual uplo…→ Full commit message
Bump minimum Firefox version to v57
- The `web-ext lint` command warns about using incompatible/unimplemented calls to `browser` functionality. - Bumping the minimum Firefox version from v52 to v57 means nearly all …→ Full commit message
Package source code instead of source maps
- Mozilla has changed their requirements for packages with built or minified code. - Previously, the source maps (generated at build-time) were required as a separate `.zip` file.…→ Full commit message
Update developer documentation
- Clarify some prerequisites. - List tools used.
Use git version when packaging zip files
- Previously, the packaging used the hardcoded version from `package.json`. - Changes to the code would not be reflected in the package naming if packaging was rerun. - Using the …→ Full commit message
Use basic authentication
> GitHub is deprecating authentication to the GitHub API using query parameters ... > > All authentication to the GitHub API should be done using HTTP basic authentication. See …→ Full commit message