mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
548 B
548 B
Breaking Changes:
- OFW: JS: Renamed
textbox.emptyText()totextbox.clearText()- If your JS scripts use these functions they need to be updated
- Same functionality, just different naming chosen upstream
Added:
- OFW: NFC: Add Slix capabilities, some bugfixes (by @gornekich)
- OFW: JS: Added
math.is_equal()andmath.EPSILON(by @skotopes)
Updated:
- OFW: JS: Refactored and fixed
mathandtextboxmodules (by @nminaylov & @skotopes)
Fixed:
- OFW: Settings: Refactor fixes (by @Astrrra)
Removed:
- Nothing