Skip to content

Commit 8718b6f

Browse files
committed
Release v1.3.2
1 parent 7f9f87b commit 8718b6f

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
All 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

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)