Releases: rtfmkiesel/loldrivers-client
Releases · rtfmkiesel/loldrivers-client
v1.5.0
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
Changelog
- 02a1229 Added ACL error handling (GH-2) Combined both runners into a single one
- e0559fc updated data set
- 3130134 refactored: moved code from main into here Added GetHashes() Added LoadDrivers()
- 0699343 Renamed FilesInFolder -> FileWalker FileWalker results -> channel (GH-3) Removed IsAdmin since it was only needed once
- 9397d36 refactored; moved code into modules reduced the usage of go funcs
v1.0.2
Changelog
- c6582c6 updated help/usage in code & README
- 90e9c1f added error handling to the checksum calculations
- 482949c added '-l' for a limit on file size added some error handling for files we don't want to check
- 4e4b3ac small typo
- 038abaa removed FilesInFolderExt() as its not used
- 20b0de2 updated driver struct to match the 1.0.0 JSON spec
v1.0.1
Changelog
- 3915851 added note regarding fallback
- 04786ca added support for single string "Commands" added support for multiple persons under "Acknowledgement" This commit fixes issue GH-1
- 77fd729 added drivers.json to repo as a fallback option
- 3d527c3 fixed output styling
- f203d8c added fallback to internal should the parsing fail