Skip to content

Commit

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

# Changelog

## [1.7.1] - 13-05-2023

## Contributors
[@patryk3211](https://github.com/patryk3211) - new events at each axis homing (#393)

### Added

- new events at each axis homing start and end to allow custom actions like probe/limit deploying #393

### Changed

- modified `~` char logic to allow passthrough if a Grbl system command is being sent. This allows to write short file names to sd card addon module via commands (#395)
- system menu now displays the axis realtime position while axis is locked for jogging (#398)

### Fixed

- fixed position unshynchronized after cancaling a jog motion (#399)
- system menu jog command bad string initialization leading to random buffer overflow errors (#398)

## [1.7.0] - 12-05-2023

### Added
Expand Down Expand Up @@ -1193,6 +1212,7 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.7.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.7.1
[1.7.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.7.0
[1.7.0-beta]: https://github.com/Paciente8159/uCNC/releases/tag/v1.7.0-beta
[1.6.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.6.2
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.7"
#define CNC_PATCH_VERSION ".0"
#define CNC_PATCH_VERSION ".1"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit 8d6f9b6

Please sign in to comment.