diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ed1bbee..0757f653b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,10 @@ ### New changes -* Plugins: SubGHz Bruteforcer -> Add support for Ansonic 12bit protocol (FM238) -* Plugins: Fix DTMF Dolphin -> Add forgotten scene and menu item -* Plugins: Update DTMF Dolphin [(by litui)](https://github.com/litui/dtmf_dolphin) -* Plugins: Update TOTP [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator) -* Plugins: iButton Fuzzer and RFID Fuzzer improvements -* Plugins: i2c tools fix name display -* Plugins: Add 3 new plugins BlackJack, Solitaire [(by teeebor)](https://github.com/teeebor/flipper_games) and HEX Viewer [(by QtRoS)](https://github.com/QtRoS/flipperzero-firmware) -* Plugins -> PR: Wifi marauder BT menus option (by @rf-bandit | PR #164) -* Plugins -> PR: Update i2c tools (New UI) (by @NaejEL | PR #171) -* Plugins -> PR: Fix htu21d falsely reading temp as humidity (by @GottZ | PR #175) -* SubGHz -> PR: GUI Fix - Allow setting RSSI trigger to beggining (by @TQMatvey | PR #180) -* SubGHz: Remove not widely used frequency from hopper -* SubGHz: Fix starline encoder -* SubGHz: Frequency Analyzer -> Save last trigger level -* SubGHz: Speedup subghz launch from favourites -* SubGHz: Add new freqs and modulation to user config -* Infrared: Update universal remote assets (by @Amec0e) -* CI/CD: Improvements, dev builds (can be found in this telegram channel -> https://t.me/kotnehleb) -* Power -> PR: Show battery percentile while charging (by @TQMatvey | PR #178) -* Docs -> PR: Some updates (by @lucemans | PR #169 and #170) -* CLI -> PR: Update cli_commands.c To add `src` / `source` command for people exploring cli (by @PharoahCoder | PR #176) -* OFW: Fix U2F HID vulnerability -* OFW: Core: thread allocation shortcut -* OFW: WS: add protocol GT-WT02 -* OFW: SubGhz: add protocol "Ansonic" -* OFW: SubGhz: add protocol Nice_Flo 20bit +* SubGHz: Fix counter can go higher than 16bits in protocols - Keeloq, SL, Came Atomo, Nice Flor S +* SubGHz -> Plugin: WS - Add protocol Auriol HG0601A (by @LY2NEO) [(Details)](https://github.com/DarkFlippers/unleashed-firmware/issues/184) +* NFC -> PR: Assets - mf classic dict update - Possible keys for Omsk transport cards (by @vadrozh | PR #181) +* BadUSB -> PR: Keyboard layouts: Slovenian (si) / Croatian (hr), Bosnian (ba) (Latin, Bosnia and Herzegovina) (by @StellarStoic | PR #187) +* Plugins: Update Temperature Sensor Plugin - HTU2xD, SHT2x, SI702x, SI700x, SI701x, AM2320 [(by Mywk)](https://github.com/Mywk/FlipperTemperatureSensor) +* Plugins: Update HEX Viewer [(by QtRoS)](https://github.com/QtRoS/flipper-zero-hex-viewer) #### [🎲 Download latest extra apps pack](https://download-directory.github.io/?url=https://github.com/xMasterX/unleashed-extra-pack/tree/main/apps) diff --git a/ReadMe.md b/ReadMe.md index f29e7136e..136f67947 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -98,14 +98,14 @@ Also check changelog in releases for latest updates! - **TOTP (Authenticator)** [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator) - GPS [(by ezod)](https://github.com/ezod/flipperzero-gps) works with module `NMEA 0183` via UART (13TX, 14RX, GND pins on Flipper) - i2c Tools [(by NaejEL)](https://github.com/NaejEL/flipperzero-i2ctools) - C0 -> SCL / C1 -> SDA / GND -> GND | 3v3 logic levels only! -- Temperature Sensor Plugin - HTU21D / SI7021 [(by Mywk)](https://github.com/Mywk/FlipperTemperatureSensor) - [How to Connect](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/applications/plugins/htu21d_temp_sensor/Readme.md) +- Temperature Sensor Plugin - HTU2xD, SHT2x, SI702x, SI700x, SI701x, AM2320 [(by Mywk)](https://github.com/Mywk/FlipperTemperatureSensor) - [How to Connect](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/applications/plugins/htu21d_temp_sensor/Readme.md) - HC-SR04 Distance sensor - Ported and modified by @xMasterX [(original by Sanqui)](https://github.com/Sanqui/flipperzero-firmware/tree/hc_sr04) - How to connect -> (5V -> VCC) / (GND -> GND) / (13|TX -> Trig) / (14|RX -> Echo) - Morse Code [(by wh00hw)](https://github.com/wh00hw/MorseCodeFAP) - AM2320/AM2321 Temp. Sensor plugin [(by xMasterX)](https://github.com/xMasterX/AM2320_Flipper_Plugin) - [How to Connect](https://github.com/xMasterX/AM2320_Flipper_Plugin) - DHT11/22 Temp. Sensor Monitor [(by quen0n)](https://github.com/quen0n/FipperZero-DHT-Monitor) - How to connect -> (5V -> VCC) / (GND -> GND) / (Selected Pin -> out) - BH1750 - Lightmeter [(by oleksiikutuzov)](https://github.com/oleksiikutuzov/flipperzero-lightmeter) - iButton Fuzzer [(by xMasterX)](https://github.com/xMasterX/ibutton-fuzzer) -- HEX Viewer [(by QtRoS)](https://github.com/QtRoS/flipperzero-firmware) +- HEX Viewer [(by QtRoS)](https://github.com/QtRoS/flipper-zero-hex-viewer) Games: - DOOM (fixed) [(by p4nic4ttack)](https://github.com/p4nic4ttack/doom-flipper-zero/)