Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Jan 25, 2025
1 parent 3053a12 commit c8d15e2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,32 @@

# Changelog

[@tomjnixon](https://github.com/tomjnixon) - fixed ignored G53 introduced by #791 (#793)
- fixed status report mask setting introduced in v1.11 (#789)
## [1.11.2] - unreleased

### Added

- added option to allow rotational axis to ignore limits after homing (#803)
- added option to use HW SPI on digipot module (#808)

### Changed

- improved homing error codes output/logic (#804)
- modified ESP8266 to use direct GPIO registers (#800)

### Fixed

- fixed var type in some homing settings that caused incorrect value report/storing (#819)
- fixed SPI typo on ESP8266 bulk send (#800)
- fixed compilation error with TOOL_COUNT set to 0 (#814)
- fixed parsing validation for extended commands with axis words (#809)
- fixed 74hc595 module to get pin value mask (#797)
- fixed kinematics default settings values for DELTA types (switched) (#796)

## [1.11.1] - 13-12-2024

[@tomjnixon](https://github.com/tomjnixon) - fixed ignored G53 introduced by #791 (#793)
- fixed status report mask setting introduced in v1.11 (#789)

### Changed

- minor improvements the the AVR ini file and better comments (#784)
Expand Down Expand Up @@ -1826,6 +1847,7 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.11.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.11.2
[1.11.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.11.1
[1.11.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.11.0
[1.11.0-rc]: https://github.com/Paciente8159/uCNC/releases/tag/v1.11.0-rc
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.11"
#define CNC_PATCH_VERSION ".1"
#define CNC_PATCH_VERSION ".2"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit c8d15e2

Please sign in to comment.