Releases: c3re/can2mqtt
Releases · c3re/can2mqtt
v2.3.1
What's Changed
- testing none mode by @mxmxchere in #67
- Fix pixelbin2ascii by @mxmxchere in #68
- Fix bytecolor2colorcode
Full Changelog: v2.3.0...v2.3.1
v2.3.0
v2.2.1
v2.2.0
What's Changed
- Restructure and flags by @mxmxchere in #56
- Set version number inside binary
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.0
Breaking Changes
- Convertmode
4uint82ascii
does no longer convert bytes 0,2,4 and 6 but bytes 0-3 (on the CAN side). This change was made to get consistent behavior among all convertmodes. If you need to access uint8 at bytes 0,2,4 and 6 you can choose8uint82ascii
which will convert all bytes
Features
- New convertmodes:
int82ascii
,4int82ascii
,8int82ascii
,int162ascii
,int322ascii
,2int322ascii
,int642ascii
each unsigned integer convertmode is now available as signed integer too. - better log messages when errors occur
Fixes
Internals
- convertmodes now use a consistent function signature
- improved Error-handling
v1.4.4
What's Changed
- Bump golang.org/x/net from 0.8.0 to 0.17.0 in /src by @dependabot in #41
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Preliminary removal of Debian files by @mxmxchere in #39
- Update folder structure by @mxmxchere in #40
- Go 1.22
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Bump golang.org/x/net from 0.0.0-20200425230154-ff2c4b7c35a0 to 0.17.0 by @dependabot in #38
New Contributors
- @dependabot made their first contribution in #38
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Bumps go-release action to v1.41 Signed-off-by: Malte Muench <[email protected]>