File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 1.3.1] - 2025-11-03
5+ ## [ 1.3.2] - 2025-11-03
6+
7+ ### Added
8+ - Right-click "Refresh Device" option in Command Reference to reload device configurations without restarting
9+
10+ ### Changed
11+ - Improved code generator to remove trailing spaces from command strings
12+ - Code generator now uses scoped buffers in events.cpp to eliminate unused variable warnings
13+
14+ ### Fixed
15+ - Discovery protocol now working correctly for pressboi (port alignment and command string parsing)
16+ - Firmware build warnings eliminated from autogenerated code (signed/unsigned comparisons, format specifiers)
17+
18+ ## [ 1.3.1] - 2025-11-02
619
720### Added
821- ** Major:** Added builds for Windows, macOS, and Linux
@@ -17,7 +30,7 @@ All notable changes to this project will be documented in this file.
1730### Fixed
1831- macOS build compatibility issues
1932
20- ## [ 1.3.0] - 2025-11-03
33+ ## [ 1.3.0] - 2025-11-02
2134
2235### Added
2336- ** Major:** Refactored device panel
Original file line number Diff line number Diff line change 1- __version__ = "1.3.0 "
1+ __version__ = "1.3.2 "
You can’t perform that action at this time.
0 commit comments