Skip to content

Commit c06c7c9

Browse files
committed
Update changelog --nobuild
1 parent 6370e81 commit c06c7c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
- Reworks how communication with battery guage is done, improves reliability and fixes issues with battery percentage not showing
44
- After installing firmware with this change, downgrading to old firmware will cause battery percentage to be blank
55
- 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
610
- OFW: JS: Modules backport & overhaul (by @portasynthinca3), backport of backport (by @Willy-JL & @xMasterX)
711
- OFW backported some modules we had, added lots of new stuff, and overhauled many other things
812
- Non-exhaustive list of changes to help you fix your scripts:
@@ -47,7 +51,6 @@
4751
- effort required to update old scripts using these: minimal
4852
- Added type definitions (typescript files for type checking in IDE, Flipper does not run typescript)
4953
- 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
5154
- GUI: Refactored TextInput illegal symbols (by @Willy-JL)
5255
- If your app used `text_input_add_illegal_symbols(text_input)` it should change to `text_input_show_illegal_symbols(text_input, true)`
5356

@@ -121,7 +124,6 @@
121124
- Furi:
122125
- OFW: Add FuriEventLoop support for FuriEventFlag, simplify API (by @Skorpionm)
123126
- OFW: Put errno into TCB, better integration with libc (by @portasynthinca3)
124-
- OFW: FuriHalRtc Alarm support (目覚め時計) (by @skotopes)
125127

126128
### Updated:
127129
- Apps:

0 commit comments

Comments
 (0)