Skip to content

Tags: romjab/cncjs

Tags

v1.9.22

Toggle v1.9.22's commit message
chore: bump to 1.9.22

v1.9.21

Toggle v1.9.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: resolve an issue where Grbl controller cannot recognize certain …

…startup message (cncjs#573)

* fix: resolve an issue where Grbl controller cannot recognize certain startup message that is used for branding

* chore: downgrade to 1.9.21 to make a patch release

* fix(eslint): fix unexpected indentation

* chore: add more flexibility to the regular expression

* fix: export 'STLLoader' (imported as 'THREE') was not found in 'three'

* fix: incorrect spelling

* build(ci): drop support for Node.js 8 and earlier versions

* chore: bump electron 4.1.4 to 8.0.3, bump serialport 7.1.4 to 7.1.5

* docs: update README.md

* fix: rollback Electron to 4.2.12 with Node.js 10

* chore: install rpmbuild

Co-authored-by: Cheton Wu <[email protected]>

v1.9.20

Toggle v1.9.20's commit message
Bump to 1.9.20

v1.9.19

Toggle v1.9.19's commit message
Bump to 1.9.19

v1.9.18

Toggle v1.9.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enhancement for evaluating expressions (cncjs#444)

* Enhancement for evaluating expressions

* Centralize global objects in one place

* Rename context to vars

* eslint fixes

* Update variables

* Update package.json

v1.9.17

Toggle v1.9.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to 1.9.17 (cncjs#427)

* Change "Home" to "View In Browser"

* Update dependencies
- [email protected]
- [email protected]

* Electron 4: Replace deprecated `app.makeSingleInstance` with `app.requestSingleInstanceLock`

* Bump to 1.9.17

* Change AppImage filename

v1.9.16

Toggle v1.9.16's commit message
Resolve an issue of fetching revision count on an unknown revision

master-latest

Toggle master-latest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build improvements (cncjs#366)

* Use Node.js 10 to run docker build

* Use webpack-node-externals to exclude node_modules

* Update package dependencies

* Update Dockerfile

* Use Node.js v8 to build docker image

v1.9.15

Toggle v1.9.15's commit message
Fix line break issue