Update apps --nobuild

- Added Tone Generator (by GEMISIS)
- Countdown Timer: Fixes and improvements (by puppable & 0w0mewo)
- Reversi: Algorithm improvements (by achistyakov)
This commit is contained in:
Willy-JL
2024-05-26 07:44:35 +01:00
parent 7fc115a038
commit 1c32a0c99b
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
- GPIO: MALVEKE app suite (by @EstebanFuentealba) - GPIO: MALVEKE app suite (by @EstebanFuentealba)
- GPIO: Pokemon Trading (by @EstebanFuentealba) - GPIO: Pokemon Trading (by @EstebanFuentealba)
- GPIO: Badge (by @jamisonderek) - GPIO: Badge (by @jamisonderek)
- Tools: Tone Generator (by @GEMISIS)
- OFW: NFC: Add Slix capabilities, some bugfixes (by @gornekich) - OFW: NFC: Add Slix capabilities, some bugfixes (by @gornekich)
- OFW: JS: Added `math.is_equal()` and `math.EPSILON` (by @skotopes) - OFW: JS: Added `math.is_equal()` and `math.EPSILON` (by @skotopes)
@@ -21,6 +22,8 @@
- Seader: Fix for TLSF allocator crashes (by @Willy-JL & @bettse) - Seader: Fix for TLSF allocator crashes (by @Willy-JL & @bettse)
- FlipBIP: Minor UI cleanup (by @xtruan) - FlipBIP: Minor UI cleanup (by @xtruan)
- UL: USB/BT Remote: Fix Mouse Jiggler Stealth icon in BT (by @xMasterX) - UL: USB/BT Remote: Fix Mouse Jiggler Stealth icon in BT (by @xMasterX)
- Countdown Timer: Fixes and improvements (by @puppable & @0w0mewo)
- Reversi: Algorithm improvements (by @achistyakov)
- OFW: JS: Refactored and fixed `math` and `textbox` modules (by @nminaylov & @skotopes) - OFW: JS: Refactored and fixed `math` and `textbox` modules (by @nminaylov & @skotopes)
- OFW: GUI: Text Box rework (by @gornekich) - OFW: GUI: Text Box rework (by @gornekich)
- OFW: Icons: Compression fixes & larger dimension support (by @hedger) - OFW: Icons: Compression fixes & larger dimension support (by @hedger)