Skip to content

Releases: cncjs/cncjs

v1.10.3

01 Jul 09:49
Compare
Choose a tag to compare

What's Changed

  • fix: @babel/polyfill not found in Docker container by @emcniece in #831
  • feat(Marlin): add support for parsing temperature data for heated chamber, cooler, and other temperature states by @cheton in #832

Full Changelog: v1.10.2...v1.10.3

v1.10.2

31 Mar 07:05
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #807
  • chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0 by @dependabot in #801
  • i18n: fix typos in dutch translation by @thijstriemstra in #819
  • feat: add functionality to set DTR/RTS line status on serial port open by @cheton in #813

Highlight

If you've encountered issues with serial communication when opening the application, you can try using either the Set DTR line status upon opening or Set RTS line status upon opening option. Just follow the instructions in the screenshot below:

image

New Contributors

Full Changelog: v1.10.1...v1.10.2

v1.10.1

27 Jan 09:50
Compare
Choose a tag to compare

What's Changed

  • fix: resolve @babel/polyfill module not found issue with v1.10.0 by @cheton in #803

Full Changelog: v1.10.0...v1.10.1

v1.10.0

22 Jan 12:58
Compare
Choose a tag to compare

What's Changed

Highlight

This release includes the following upgrades and changes:

  • Electron has been upgraded from v4 to v22
  • Serialport has been upgraded from v9 to v10
  • The CI system has been changed from using AppVeyor and CircleCI to using GitHub Actions and CircleCI
  • Node.js has been upgraded from v12 to v14
  • The package manager has been changed from NPM to Yarn

New Contributors

Full Changelog: v1.9.28...v1.10.0

master

22 Jan 09:21
Compare
Choose a tag to compare
master Pre-release
Pre-release

2023-10-07 20:23:51 +0800 b1735c1 Add Ukrainian language (#837)

next

19 Jan 05:53
Compare
Choose a tag to compare
next Pre-release
Pre-release

2024-04-08 18:06:02 +0800 59459e7 chore: work in progress

v1.9.28

05 Oct 16:50
755c77b
Compare
Choose a tag to compare

What's Changed

  • fix: ensure latest tag is published to Docker by @emcniece in #784

Full Changelog: v1.9.27...v1.9.28

⚠️ Assets below are labelled as version 1.9.27. No project code has changed and the 1.9.28 build is identical to 1.9.27.

v1.9.27

20 Aug 08:45
Compare
Choose a tag to compare

What's Changed

  • feat: add event triggers to M0, M1, and M6 commands by @carlos-sarmiento in #592
  • feat: add support for new Marlin 2.0 temperature report format by @cheton in #775
  • feat(Marlin): add support of multiple hotend readings by @cheton in #775

New Contributors

Full Changelog: v1.9.26...v1.9.27

v1.9.26

22 Jun 07:50
Compare
Choose a tag to compare

What's Changed

  • fix: fix wrong pre-push hook in package.json by @Billiam in #765

  • feat(grbl): fix for missing alarm state for non <Alarm|...> lines (like soft limit) by @Billiam in #766

  • feat: display the G-code line of certain M commands (e.g. M0/M1/M6/...) in the toast notification by @cheton in #768

    image

New Contributors

Full Changelog: v1.9.25...v1.9.26

v1.9.25

02 May 02:31
Compare
Choose a tag to compare

What's Changed

  • feat: [Marlin] report current position for all supported axes (X|Y|Z|A|B|C|E) by @cheton in #756
  • feat: propagate line comments in GRBL M0/M1/M6 commands to UI dialog by @colincross in #708

New Contributors

Full Changelog: v1.9.24...v1.9.25