Changelog
Fixed
- Client assets bundler fails to build when either npm or pnpm is missing on the host system instead of selecting one of them.
- Compiling nut_webgui on FreeBSD fails due to minor differences in
sockaddrtypes. (#43)
Changes
- Failure on listing writable variables, instant commands, and monitoring clients are now considered as soft-fail. This change allows using non-compliant NUT servers to work with nut_webgui. (#45)
- NUT TCP connections now reuse their buffers to minimize memory allocation.