Releases: vinymeuh/radiogagad
Releases · vinymeuh/radiogagad
v1.0.0
Changelog
- Removed the
mpdstarter
component
- Use my Go modules
go-weh001602a
and go-mpdclient
- Reorganized repository layout
- Verified and tested compatibility with Go 1.23
v0.9.9
Changelog
- chardevgpio v1.0.0
- fix power off algorithm
- code rearchitecturing
v0.9.0
Changelog
- replace periph.io by chardevgpio to be Alpine Linux 3.11 compatible
- configuration from a configuration file instead of environment variables (
/etc/radiogagad.yml
)
- cleanup in display code fixing miscellaneous bugs
0.8.2
Changelog
- Go 1.14
- scrolling messages :)
0.8.1
Changelog
- texts are now centred only if they are smaller than display size
- uses the weh16002a western europe 2 font table. Unrepresentable characters are now ignored instead of being replaced by spaces
- supports creating custom characters for weh16002a, used to display pause and stop characters
- adds a greeting message
0.8.0
Changelog
- complete rewrite of weh001602a driver (3ac425f), it can display text centered 😊
- power button handles soft shutdown trigger too (3e66f80)
- upgrade to Go 1.13
- code cleaning
- remove dependency with testify
0.7.2
Changelog
- shutdown command compatible with Alpine Linux (276968b)