1.0.1
What's Changed
- 2023-08-24 - Updated README file by @markbattistella in #3
- 2023-08-25 - Fixes to script by @markbattistella in #7
Fixed
-
Fixes #4: Now there is a cached version of the JSON next to the index.js script. The new data is merged into that instead of the CSV (which was defaulting the bezel to
0.0
). -
Fixes #5:
index.js
file now has a help menu when passing in the--help
option. This can aid others if using the script or taking it for thier own projects. -
Fixed #6: Created a
.github/workflow
to handle this
Changes
- Some of the variable names in the script were changed to be cleaner
- The JSON file name was changed
- Moved the Supported Device List to new file
- Created CRON action to generate the file
General
- README was updated with some images
- Images were compressed for data saving
Full Changelog: 1.0.0...1.0.1