Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@muesli muesli released this 30 Jan 05:52
· 1 commit to master since this release
7c555ce

Changelog

5f6ba93 Add .goreleaser.yml
bea1561 Add device filtering rules
390e67c Add dist/ to .gitignore
02f5b49 Add troubleshooting section to README
c093972 Added .gitignore
a8b16b8 Added .travis.yml
ebc6e76 Added LICENSE
e8b9e2c Added README
18cd18c Added cliarg 'config' to specify the path to the config file
df508e1 Added example config for Griffin PowerMate devices
d108867 Added example config for Logitech MX Master devices
a5fe52f Added example config.json
b490f7c Added support for input dials
4eadbf2 Adjusted timeout default
9709f93 Changed example to also match bluetooth-connected MX Masters
6d18409 Disable debug mode by default
e94a9fd Document usage of Device filter in README
a34220f Don't try to build this on macOS (yet, anyway)
9eceaeb Don't try to close the dbus connection
7c555ce Enable Go modules
00ba3ca Expand args to log.Println
2622308 Go 1.7+ is required
ec9f6f8 Initial import
db6091e Make README consistent with the example config
0e3336e Make code a bit more readable
8e14334 Make the sample config a bit more generic
cbb0a69 Mention config examples in README
90464df Move badges to top of README
e91eb7e Note evdev and Xorg dependency in README
402feb3 Sleep for a second before trying to reinitialize a device gone missing
1a1a7a1 Test against Go 1.11.x
6dcdfb2 Try to reinitialize devices after a read failure
6f49080 Wrap evdev events in our own Event struct, which pairs them with the device they came from