Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cncjs/cncjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.28
Choose a base ref
...
head repository: cncjs/cncjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 11 commits
  • 382 files changed
  • 4 contributors

Commits on Jan 16, 2023

  1. html5-webcam: feat: Update Webcam widget to allow streaming h264(mp4) (

    …#796)
    
    * html5-webcam: feat: Update Webcam widget to allow streaming h264(mp4) remote streams
    
    * html5-webcam: chore: Bump appveyor nodejs to v14
    
    * html5-webcam: chore: npm@latest on node 14 is broken on Windows
    
    * html5-webcam: chore: fix broken node-gyp build on Python 3.11 nodejs/node-gyp#2219
    
    * html5-webcam: chore: attempt to fix broken node-gyp again
    
    * html5-webcam: html5-webcam: chore: Escape backslashes in PATH, set PATHoutside PS
    colin-campbell authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9644ab2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    5985a32 View commit details
    Browse the repository at this point in the history
  2. Return as-loaded gcode in gcode:load event (#617)

    * Return complete loaded gcode (with added dwell) in gcode:load event
    
    * Return as-loaded gcode (with added dwell) in gcode:load event
    mmdoogie authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f51fa82 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Enhance CI/CD workflow with Yarn 3, Node.js 14, and GitHub Actions (#799

    )
    
    * Publish package-lock file to Appveyor artifacts
    
    * chore: bump to Node.js 14 and Yarn 3
    
    * ci: add GitHub workflow for CI build
    
    * ci: refactor build scripts for CI pipeline
    
    * chore: revert to use npm to run electron builder script
    
    * ci: omit Linux i386 support due to lack of Electron binary support
    
    * ci: add "export ARCHFLAGS="-arch x86_64" to overcome the issue of incompatible architecture with macOS 10.15
    
    * ci: remove Windows x86 build
    
    * ci: bump electron dependencies
    
    * chore: update build scripts in package.json
    
    * ci: implement CI/CD with GitHub action workflow
    
    * ci: deprecate AppVeyor and use GitHub Actions
    
    * chore: target the next release version to 1.10.0
    
    * ci: remove GITHUB_TOKEN environment variable from build.yml
    
    * chore: sync dependencies in src/package.json
    
    * chore: update Node.js engine version in package.json
    
    * chore: provide access to env.GITHUB_TOKEN when building packages
    
    * ci: update build-latest.sh
    
    * fix: upgrade serialport to v10
    
    * docs: update README.md for Node.js support
    
    * fix: use named import for the SerialPort module
    
    * feat: upgrade Electron application
    
    * feat: change indentation from 4 spaces to 2 spaces
    
    * chore: rename `read-user-data` and `write-user-data` to `read-user-config` and `write-user-config`
    
    * chore: babel polyfill is no longer needed
    
    Co-authored-by: cheton <[email protected]>
    emcniece and cheton authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    a0ccc16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d414b View commit details
    Browse the repository at this point in the history
  3. docs: update README.md

    cheton committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    f5491ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e8a29f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1633423 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b6d021 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa60035 View commit details
    Browse the repository at this point in the history
  8. chore(release): publish 1.10.0

    cheton committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0469fe0 View commit details
    Browse the repository at this point in the history
Loading