Skip to content

Commit 67ded74

Browse files
committed
version bump
1 parent 4f423b4 commit 67ded74

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
µCNC - A universal CNC firmware for microcontrollers
66

77
# Changelog
8+
## [1.12.2] - 05-05-2025
9+
10+
### Added
11+
12+
- added boardmap support for Fysetc Cheetah v2 (#856)
13+
- added new logic IO conditions macros. This allows users to define custom logic for limits, control and probe pins (#863)
14+
15+
### Changed
16+
17+
- disable softlimits checking for dimensions set to 0/infinit limit (#860)
18+
19+
### Fixed
20+
21+
- fixed status report format when tool count is set to 0 (#859)
22+
- fixed status report format print for axis count lower then 3 (#861) (#862)
23+
824
## [1.12.1] - 01-04-2025
925

1026
### Added
@@ -1889,6 +1905,7 @@ Version 1.1.0 comes with many added features and improvements over the previous
18891905

18901906
### Initial release
18911907

1908+
[1.12.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.2
18921909
[1.12.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.1
18931910
[1.12.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.12.0
18941911
[1.11.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.11.2

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.12"
28-
#define CNC_PATCH_VERSION ".1"
28+
#define CNC_PATCH_VERSION ".2"
2929

3030
#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION
3131

0 commit comments

Comments
 (0)