mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-09 23:19:25 +00:00
-
released this
2026-05-17 18:13:41 +00:00 | 209 commits to main since this release📅 Originally published on GitHub: Sun, 17 May 2026 18:22:43 GMT
🏷️ Git tag created: Sun, 17 May 2026 18:13:41 GMTWhat's Changed
NO MORE EXCLUDED MODULES!!! The pre-built binaries now include all modules (mainly MIDI and serial) thanks to a combo of native building and cross-compilation with zig!
Module 📦
- fix params schema for serial.client by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/152
- close serial client more reliably by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/153
- add read header timeout to http servers by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/154
CLI ⌨️
- tighten up permission bits on config file writes by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/155
Other Changes
- add basic benchmark for most processors by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/151
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.20.0...v0.21.0
Downloads