Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Mar 26, 2024
1 parent 7d3783c commit 0b091d3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@

# Changelog

## [1.8.9] - 26-03-2024

## Contributors
[@lonelycorn](https://github.com/lonelycorn) - fixed DEBUG_STREAM when only one stream available (#664)
[@kunikonno](https://github.com/kunikonno) - fixed WiFi settings loading at initialization (#659)(#660)

### Added

- new flash files JSON API (RP2040, ESP32 and ESP8266) (#663)

### Changed

- clamp DSS_CUTOFF_FREQ in the sanity check (#670)
- added custom function to allow predefining IO state at startup (#669)
- added spindle relay tool speed range function (#658)

### Fixed

- prevent DEBUG_STREAM printing before initialization (#666)
- fixed DEBUG_STREAM when only one stream available (#664)
- fixed ESP8266 EEPROM WiFi saved settings not loaded at initialization (#660)
- fixed RP2040 EEPROM WiFi saved settings not loaded at initialization (#659)

## [1.8.8] - 03-03-2024

## Contributors
Expand Down Expand Up @@ -1538,6 +1561,7 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.8.9]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.9
[1.8.8]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.8
[1.8.7]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.7
[1.8.6]: https://github.com/Paciente8159/uCNC/releases/tag/v1.8.6
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 ".8"
#define CNC_PATCH_VERSION ".9"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit 0b091d3

Please sign in to comment.