diff --git a/CHANGELOG.md b/CHANGELOG.md index 652d3a84d..b3f4dbaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ - Reworks how communication with battery guage is done, improves reliability and fixes issues with battery percentage not showing - After installing firmware with this change, downgrading to old firmware will cause battery percentage to be blank - If you must downgrade firmware, use the [Guage Tool app](https://github.com/skotopes/flipperzero_gauge_tool) to unseal the guage +- OFW: Furi: RTC Alarm support (目覚め時計) (by @skotopes) + - Reworks RTC initialization to support Alarms functionality + - Older firmware will be unable to handle alarm, downgrading might be problematic + - If you must downgrade firmware, disable Alarm in Settings > Clock & Alarm first - OFW: JS: Modules backport & overhaul (by @portasynthinca3), backport of backport (by @Willy-JL & @xMasterX) - OFW backported some modules we had, added lots of new stuff, and overhauled many other things - Non-exhaustive list of changes to help you fix your scripts: @@ -47,7 +51,6 @@ - effort required to update old scripts using these: minimal - Added type definitions (typescript files for type checking in IDE, Flipper does not run typescript) - 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 - - Type definitions for extra modules we have that OFW doesn't will come later - GUI: Refactored TextInput illegal symbols (by @Willy-JL) - If your app used `text_input_add_illegal_symbols(text_input)` it should change to `text_input_show_illegal_symbols(text_input, true)` @@ -121,7 +124,6 @@ - Furi: - OFW: Add FuriEventLoop support for FuriEventFlag, simplify API (by @Skorpionm) - OFW: Put errno into TCB, better integration with libc (by @portasynthinca3) - - OFW: FuriHalRtc Alarm support (目覚め時計) (by @skotopes) ### Updated: - Apps: @@ -141,6 +143,7 @@ - CLI-GUI Bridge: Add more symbols to keyboard (#222 by @Willy-JL) - NRF24 Batch: Add Aeropac SN board txt file (by @vad7) - UL: Sub-GHz Bruteforcer: Add new protocols for existing dump option (by @xMasterX), use FW functions for top buttons (by @DerSkythe) + - UL: RFID/iButton Fuzzer: Add protocols Electra, Idteck, Gallagher, Nexwatch, refactor to make RFID protocols easier to add (by @SkeletonMan03), add more Dallas 1990 IDs (by @eblis) - UL: NRF24 Apps: Use string library compatible with OFW SDK (by @xMasterX) - UL: W5500 Ethernet: Various fixes and improvements (by @xMasterX) - OFW: SPI Mem Manager: Fixed UI rendering bug related to line breaks (by @portasynthinca3) diff --git a/applications/external b/applications/external index 1b8f9fcf6..861fe3351 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit 1b8f9fcf6cd977dff6bc8192588e37c172bf07b4 +Subproject commit 861fe3351399f62a705bf3ebea3ca291b4319670 diff --git a/lib/toolbox/name_generator.c b/lib/toolbox/name_generator.c index ea6213d98..1700006e7 100644 --- a/lib/toolbox/name_generator.c +++ b/lib/toolbox/name_generator.c @@ -15,25 +15,9 @@ const char* const name_generator_left[] = { }; const char* const name_generator_right[] = { - "bidet", - "sus", - "fed", - "moroder", - "bobr", - "chomik", - "sidorovich", - "stalker", - "yapper", - "bnuuy", - "jezyk", - "juzyk", - "cult", - "pp", - "zalaz", - "breeky", - "bunker" - "pingwin", - "kot", + "bidet", "sus", "fed", "moroder", "bobr", "chomik", "sidorovich", + "stalker", "yapper", "bnuuy", "jezyk", "juzyk", "cult", "pp", + "zalaz", "breeky", "bunker", "pingwin", "kot", }; void name_generator_make_auto_datetime(