Skip to content

Commit ae2d592

Browse files
committed
version bump
1 parent 8cf6b4e commit ae2d592

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
# Changelog
88

9+
## [1.16.1] - 20-03-2026
10+
11+
### Fixed
12+
13+
- fixed encoder not getting to 0 RPM after first successfull reading and added option to set a minimal RPM value before stop reading valid RPM values (#939) (#942)
14+
- fixed ESP32 I2S glich by increasing the DMA buffer size (#941)
15+
- fixed cnc store/restore functions with option ENABLE_ITP_FEED_TASK (#937)
16+
917
## [1.16.0] - 17-03-2026
1018

1119
[@HuubBuis](https://github.com/HuubBuis) - added option to mimic Grbl homing motion style via `ENABLE_GRBL_STYLE_HOMING` (#918)
@@ -2044,6 +2052,7 @@ Version 1.1.0 comes with many added features and improvements over the previous
20442052

20452053
### Initial release
20462054

2055+
[1.16.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.16.1
20472056
[1.16.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.16.0
20482057
[1.15.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.15.0
20492058
[1.14.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.14.0

uCNC/src/cnc_build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C"
2525
#endif
2626

2727
#define CNC_MAJOR_MINOR_VERSION "1.16"
28-
#define CNC_PATCH_VERSION ".0"
28+
#define CNC_PATCH_VERSION ".1"
2929

3030
#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION
3131

0 commit comments

Comments
 (0)