Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Nov 11, 2023
1 parent 46f2549 commit 71c6784
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

# Changelog

## [1.8.3] - 11-11-2023

### Fixed

- fixed motion stall if the motion has an instant jump from speed 0 to the target speed (instant acceleration) causing the motion speed not to be correctly calculated and stalling the whole interpolator queue. (#561)
- fixed error with option STATUS_AUTOMATIC_REPORT_INTERVAL enabled (#559)

## [1.8.2] - 03-11-2023

### Fixed
Expand Down Expand Up @@ -1393,6 +1400,7 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.8.3]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.3
[1.8.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.2
[1.8.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.1
[1.8.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion uCNC/src/cnc_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern "C"
#endif

#define CNC_MAJOR_MINOR_VERSION "1.8"
#define CNC_PATCH_VERSION ".2"
#define CNC_PATCH_VERSION ".3"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit 71c6784

Please sign in to comment.