|
3 | 3 | - Reworks how communication with battery guage is done, improves reliability and fixes issues with battery percentage not showing |
4 | 4 | - After installing firmware with this change, downgrading to old firmware will cause battery percentage to be blank |
5 | 5 | - If you must downgrade firmware, use the [Guage Tool app](https://github.com/skotopes/flipperzero_gauge_tool) to unseal the guage |
| 6 | +- OFW: Furi: RTC Alarm support (目覚め時計) (by @skotopes) |
| 7 | + - Reworks RTC initialization to support Alarms functionality |
| 8 | + - Older firmware will be unable to handle alarm, downgrading might be problematic |
| 9 | + - If you must downgrade firmware, disable Alarm in Settings > Clock & Alarm first |
6 | 10 | - OFW: JS: Modules backport & overhaul (by @portasynthinca3), backport of backport (by @Willy-JL & @xMasterX) |
7 | 11 | - OFW backported some modules we had, added lots of new stuff, and overhauled many other things |
8 | 12 | - Non-exhaustive list of changes to help you fix your scripts: |
|
47 | 51 | - effort required to update old scripts using these: minimal |
48 | 52 | - Added type definitions (typescript files for type checking in IDE, Flipper does not run typescript) |
49 | 53 | - Documentation is incomplete and deprecated, from now on you should refer to type definitions (`applications/system/js_app/packages/fz-sdk`), those will always be correct |
50 | | - - Type definitions for extra modules we have that OFW doesn't will come later |
51 | 54 | - GUI: Refactored TextInput illegal symbols (by @Willy-JL) |
52 | 55 | - If your app used `text_input_add_illegal_symbols(text_input)` it should change to `text_input_show_illegal_symbols(text_input, true)` |
53 | 56 |
|
|
121 | 124 | - Furi: |
122 | 125 | - OFW: Add FuriEventLoop support for FuriEventFlag, simplify API (by @Skorpionm) |
123 | 126 | - OFW: Put errno into TCB, better integration with libc (by @portasynthinca3) |
124 | | - - OFW: FuriHalRtc Alarm support (目覚め時計) (by @skotopes) |
125 | 127 |
|
126 | 128 | ### Updated: |
127 | 129 | - Apps: |
|
0 commit comments