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
- Forgot to add the new character and support event overrides settings to the MessageLog.
10
+
- Use the newly updated Automation Library to bundle Google ML Kit into the app. This should solve the issue on some devices where they cannot fetch Google ML Kit by themselves.
11
+
- Refactored OCR functionality to use the Library's findText() function and cleaned up when it should detect characters or digits.
12
+
- Refactored usage of printToLog() calls to use the new log level wrappers instead from the updated Automation Library.
13
+
- Rearranged the eligibility check to start the extra racing process.
11
14
12
15
Fixed
13
16
---
14
-
- Fix bug where frontend will crash due to shallow merge of default settings on a fresh install.
15
-
- Fix crash in the Training Event Settings page due to not destructuring the newly added variables.
16
-
- Fix crash when importing old settings.
17
+
- Prevent dividers and empty strings from being processed in handleTrainingEvent().
0 commit comments