Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
-DPAHO_BUILD_SHARED=FALSE `
-DPAHO_WITH_SSL=FALSE `
-DPAHO_BUILD_SAMPLES=FALSE `
-DPAHO_BUILD_DOCUMENTATION=FALSE
-DPAHO_BUILD_DOCUMENTATION=FALSE `
-DPAHO_ENABLE_TESTING=FALSE
C:/ProgramData/mingw64/mingw64/bin/mingw32-make.exe -C paho.mqtt.c/build -j2
C:/ProgramData/mingw64/mingw64/bin/mingw32-make.exe -C paho.mqtt.c/build install

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,11 @@ Commands are logged to `pc-control.log` in the working directory with timestamps
## Authors

* Original creator: [Artur Brynka](https://github.com/FireHawken)

## Version history

| Version | Date | Notes |
|---------|------------|---------------------------------------------------------------------------------------------------------------|
| 1.1.0 | 02.03.2026 | Add new, separate "invisible" executable and statically link paho-mqtt, so only 1 file is required for distribution |
| 1.0.1 | 02.02.2026 | Add logging to file, improved Home Assistant support, status topic (`online`/`offline`) via LWT, monitor off command. |
| 1.0.0 | 01.02.2026 | Initial release |