Files
Momentum-Firmware/ChangeLog.md

18 lines
548 B
Markdown

### Breaking Changes:
- OFW: JS: Renamed `textbox.emptyText()` to `textbox.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()` and `math.EPSILON` (by @skotopes)
### Updated:
- OFW: JS: Refactored and fixed `math` and `textbox` modules (by @nminaylov & @skotopes)
### Fixed:
- OFW: Settings: Refactor fixes (by @Astrrra)
### Removed:
- Nothing