update changelog and readme

This commit is contained in:
MX 2022-10-29 02:19:29 +03:00
parent 639988a979
commit 95bfaa8b23
No known key found for this signature in database
GPG Key ID: 6C4C311DFD4B4AB5
2 changed files with 39 additions and 16 deletions

View File

@ -1,16 +1,37 @@
### New changes
* API version changed to 6.1 due to OFW updates, Extra apps pack update is already done! Download it from link below
* Halloween theme + animation :) (by @Svaarich) (will be disabled on first days of November)
* Plugins: Add new plugin - HC-SR04 Distance sensor [(original by Sanqui)](https://github.com/Sanqui/flipperzero-firmware/tree/hc_sr04) - Ported and modified by @xMasterX - How to connect -> (5V -> VCC) / (GND -> GND) / (13|TX -> Trig) / (14|RX -> Echo)
* Plugins: Snake -> Allow food to spawn anywhere (by @TQMatvey | PR #130)
* Plugins: Use clear power in temp sensor plugin
* Plugins: WS -> add protocol Acurite 592TXR (OFW PR 1916 by Skorpionm)
* Plugins: WS -> fix oregon2 flags, and protocol type
* Fixed wrong fbt arguments in tasks.json in vscode example config -> plugin_dist -> fap_dist
* OFW PR: TikTok: reset cursor after enter and reconnect (OFW PR 1921 by gornekich)
* OFW: Furi: smaller crash routine (breaking change, API version increased because of that)
* API version changed to 8.2 due to OFW updates, Extra apps pack update is already done! Download it from link below
* Added Infrared API for .fap's
* **OFW: Mf Classic initial write, update, detect reader (when card has not readed keys/sectors you can use it as simulation for detect reader)**
* OFW: New Keeloq magic serial type 2, 3
* Plugins: SubGHz Bruteforcer - ability to add extra repeats (by @derskythe)
* PR: File Browser (archive): Context menu option to show file content (by @askoriy | PR #139) (aka text file viewer) !!!
* PR: Flappy Bird: Increase pilars line width to improve visibility (by @ahumeniy | PR #140)
* PR: Add Dummy Mode Game Shortcuts (run more games by clicking and holding buttons on main screen) (by @RogueMaster | PR #137)
* Added ability to change animations with holding OK button on main screen -> to enable set debug to on (Settings -> System -> Debug -> ON)
* New icons for SubGHz signals (Dynamic, Static, Raw) and better icons in infrared universal remotes (by @Svaarich)
* SubGHz Remote - fix CC1101 init
* SubGHz: Add 330Mhz in setting user and frequency analyzer
* SubGHz: Saving latest modulation is disabled due to bugs with custom modulations (fixed crashes and broken RAW recordings)
* Plugins -> fixed wrong text in wifi deauther
* Plugins -> fixed hc-sr04 gpio
* Plugins -> Reset GPIO pins to default state
* Plugins -> Updated TOTP (Authenticator) [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator)
* Plugins -> Updated GPS [(By ezod)](https://github.com/ezod/flipperzero-gps) works with module `NMEA 0183` via UART (13TX, 14RX, GND pins on Flipper)
* Plugins -> Updated i2c Tools [(By NaejEL)](https://github.com/NaejEL/flipperzero-i2ctools) - C0 -> SCL / C1 -> SDA / GND -> GND | 3v3 logic levels only!
* Plugins -> Temperature Sensor - HTU21D / SI7021 [(By Mywk)](https://github.com/Mywk/FlipperTemperatureSensor) - [How to Connect](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/applications/plugins/temperature_sensor/Readme.md)
* OFW: Oregon2 additional sensors defines
* OFW: Remove resources from API to prevent frequent API version increase (changes a way how icons included in plugins)
* OFW: Dolphin score update take 2
* OFW: SubGhz: fix variable types and CC1101 GPIO initialization optimization
* OFW: Support for setting all screen orientations
* OFW: SubGhz: add RAW Read threshold rssi
* OFW: WS -> add protocol Acurite 592TXR
* OFW: WS -> fix Acurite-606TX protocol
* OFW: Oregon2 extra (new sensor)
* OFW: Infrared CLI, refactor code
* OFW: fbt fixes
#### [🎲 Download extra apps pack](https://download-directory.github.io/?url=https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Unleashed%20(and%20RogueMaster))
#### [🎲 Download latest extra apps pack](https://download-directory.github.io/?url=https://github.com/xMasterX/unleashed-extra-pack/tree/main/apps)
[-> How to install firmware](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/HowToInstall.md)
@ -18,6 +39,7 @@
## Please support development of the project
* Boosty: https://boosty.to/mmxdev
* destream (100 EUR min): https://destream.net/live/MMX/donate
* ETH/BSC/ERC20-Tokens: `0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a`
* BTC: `bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9`
* DOGE: `D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv`

View File

@ -63,6 +63,7 @@ Also check changelog in releases for latest updates!
## Support us so we can buy equipment and develop new features
* Boosty: https://boosty.to/mmxdev
* destream (100 EUR min): https://destream.net/live/MMX/donate
* ETH/BSC/ERC20-Tokens: `0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a`
* BTC: `bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9`
* DOGE: `D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv`
@ -70,8 +71,8 @@ Also check changelog in releases for latest updates!
### Community apps included:
- RFID Fuzzer plugin [(by Ganapati)](https://github.com/DarkFlippers/unleashed-firmware/pull/54) with changes by @xMasterX & New protocols by @mvanzanten
- Sub-GHz bruteforce plugin [(by Ganapati & xMasterX)](https://github.com/DarkFlippers/unleashed-firmware/pull/57) & Refactored by @derskythe
- RFID Fuzzer plugin [(by Ganapati & @xMasterX)](https://github.com/DarkFlippers/unleashed-firmware/pull/54) & New protocols by @mvanzanten
- Sub-GHz bruteforce plugin [(by @derskythe & xMasterX)](https://github.com/DarkFlippers/unleashed-firmware/pull/57) (original by Ganapati)
- Sub-GHz playlist plugin [(by darmiel)](https://github.com/DarkFlippers/unleashed-firmware/pull/62)
- ESP8266 Deauther plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module)
- WiFi Scanner plugin [(by SequoiaSan)](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module)
@ -83,7 +84,7 @@ Also check changelog in releases for latest updates!
- ESP32: WiFi Marauder companion plugin [(by 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion)
- NRF24: Sniffer & MouseJacker (with changes) [(by mothball187)](https://github.com/mothball187/flipperzero-nrf24/tree/main/mousejacker)
- Simple Clock (timer by GMMan / settings by kowalski7cc) [(Original by CompaqDisc)](https://gist.github.com/CompaqDisc/4e329c501bd03c1e801849b81f48ea61)
- UniversalRF Remix / Sub-GHz Remote [(by ESurge)](https://github.com/ESurge/flipperzero-firmware-unirfremix)[(updated and all protocol support added by darmiel & xMasterX)](https://github.com/darmiel/flipper-playlist/tree/feat/unirf-protocols)
- UniversalRF Remix / Sub-GHz Remote [(by @darmiel & @xMasterX)](https://github.com/darmiel/flipper-playlist/tree/feat/unirf-protocols) (original by @ESurge)
- Spectrum Analyzer (with changes) [(by jolcese)](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer) - [Ultra Narrow mode & scan channels non-consecutively](https://github.com/theY4Kman/flipperzero-firmware/commits?author=theY4Kman)
- Metronome [(by panki27)](https://github.com/panki27/Metronome)
- DTMF Dolphin [(by litui)](https://github.com/litui/dtmf_dolphin)
@ -91,7 +92,7 @@ Also check changelog in releases for latest updates!
- 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/temperature_sensor/Readme.md)
- HC-SR04 Distance sensor [(original by Sanqui)](https://github.com/Sanqui/flipperzero-firmware/tree/hc_sr04) - Ported and modified by @xMasterX - How to connect -> (5V -> VCC) / (GND -> GND) / (13|TX -> Trig) / (14|RX -> Echo)
- 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)
Games:
- DOOM (fixed) [(By p4nic4ttack)](https://github.com/p4nic4ttack/doom-flipper-zero/)
@ -101,7 +102,7 @@ Games:
- Tic Tac Toe (refactored by xMasterX) [(by gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
- Tetris (with fixes) [(by jeffplang)](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
- Minesweeper [(by panki27)](https://github.com/panki27/minesweeper)
- Heap Defence (aka Stack Attack) [(original by wquinoa & Vedmein)](https://github.com/Vedmein/flipperzero-firmware/tree/hd/svisto-perdelki) -> Ported to latest firmware by @xMasterX
- Heap Defence (aka Stack Attack) - Ported to latest firmware by @xMasterX - [(original by wquinoa & Vedmein)](https://github.com/Vedmein/flipperzero-firmware/tree/hd/svisto-perdelki)
### Other changes