Skip to content

Releases: rtfmkiesel/loldrivers-client

v1.5.0

17 Feb 12:23
Compare
Choose a tag to compare

Changelog

  • 9f3274d rework internals (hashmaps > loops), smaller optimizations
  • ff6fdca updated dependencies
  • 97d49dc updated drivers
  • 33b83cc Fixed build command in README

v1.3.0

25 Dec 16:47
Compare
Choose a tag to compare

Changelog

v1.2.3

16 Sep 22:17
Compare
Choose a tag to compare

Changelog

v1.2.2

16 Sep 11:33
Compare
Choose a tag to compare

Changelog

v1.2.1

15 Jul 15:50
Compare
Choose a tag to compare

Changelog

  • 29e91a6 removed admin check since its not necessary

v1.2.0

14 Jul 19:43
Compare
Choose a tag to compare

Changelog

v1.1.1

15 Jun 19:30
Compare
Choose a tag to compare

Changelog

v1.1.0

14 May 22:06
Compare
Choose a tag to compare

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

10 May 22:07
Compare
Choose a tag to compare

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

08 May 16:04
Compare
Choose a tag to compare

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