MeshCore Proxy · Releases
from GitHub · updated 2026-07-054 releases
v0.4.0 # 6 months ago · 2026-01-17 04:47 UTC
Mainstream release for easier installation
v0.3.3-alpha # 6 months ago · 2026-01-17 04:28 UTC
What's Changed
- Add signal handling for graceful Docker shutdown by @Copilot in https://github.com/rgregg/meshcore-proxy/pull/2
- Fix BLEConnection AttributeError on disconnect handler setup by @Copilot in https://github.com/rgregg/meshcore-proxy/pull/4
- Fix PyPI release pipeline with dynamic versioning from git tags by @Copilot in https://github.com/rgregg/meshcore-proxy/pull/6
- Versioning is hard by @rgregg in https://github.com/rgregg/meshcore-proxy/pull/7
New Contributors
- @Copilot made their first contribution in https://github.com/rgregg/meshcore-proxy/pull/2
- @rgregg made their first contribution in https://github.com/rgregg/meshcore-proxy/pull/7
Full Changelog: https://github.com/rgregg/meshcore-proxy/compare/v0.2.0-alpha...v0.3.3-alpha
v0.2.0-alpha # 6 months ago · 2026-01-16 07:51 UTC
Second release today - this one fixes a crash in the BLE stack on MacOS when exiting the app. Still lots of testing to perform, but the releases make it easier to test via docker and pipx.
Full Changelog: https://github.com/rgregg/meshcore-proxy/compare/v0.1.0-alpha...v0.2.0-alpha
v0.1.0-alpha # 6 months ago · 2026-01-16 07:22 UTC
This is the initial release - tested with USB Serial and BLE on MacOS. Need to do more testing on other platforms.
Full Changelog: https://github.com/rgregg/meshcore-proxy/commits/2026-01-15