You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON simplification - The JSON structure has been simplified to make it a little easier to maintain. The previous years configuration files have been updated to use the new structure.
Add "Flip Image" button to the Field Image component
Add "tooltip" option for components - Tooltips will appear when hovering over the name of the component
Bug Fix: Two field image elements on the same page will now render correctly
Google Sheets data export (See the Google Sheets page for more details)
Configurable checkbox values in configuration file. Defaults to Y/N. Can set to T/F or 1/0. See line 5 of 2022/RR_config.js for an example
"YN" - for Y/N output
"TF" - for T/F output
"10" - for 1/0 output
Bug fix: Google Sheets fix by using buttons instead of checkboxes for the buttons which caused a "submit" to Google Sheets (Thanks jckwik!!)
Don't allow the cycle timer to add a Zero time. (Thanks jckwik!!)
Added Display Data and Copy Data buttons on QR screen (Thanks tails618!!)
Bug fixes to clickable images (Thanks jacob6838!!)
Allow ability link Cycle Timer with Counter (Thanks DaBushinator!!)