update readme & changelog

This commit is contained in:
MX 2022-09-15 07:28:26 +03:00
parent 8fd4225939
commit 83e036da14
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5
2 changed files with 28 additions and 7 deletions

View file

@ -1,6 +1,20 @@
### New changes
* Adapted all plugins to new app system (@xMasterX)
* Fix detect raw bug, fix CAME Atomo crash (@xMasterX)
* Fix Zombiez (@xMasterX)
* Added and fixed DOOM, added sound effects, made it somewhat playable (@xMasterX)
* New clock (timer by GMMan and settings by kowalski7cc) (combined together by @xMasterX)
* Added some games - Flappy Bird, Zombiez (check readme for links)
* Added custom icons for apps (icons by @Svaarich & @Amec0e)
* New update slideshow (by @Svaarich) [(idea and first version by ESurge, see PR 61)](https://github.com/Eng1n33r/flipperzero-firmware/pull/61)
* Added Brazilian Portuguese badusb keyboard layout (by @web-mancha) (PR 65)
* Added Brazilian Portuguese badusb keyboard layout (by @web-mancha) [(PR 65)](https://github.com/Eng1n33r/flipperzero-firmware/pull/65)
* Save last used SubGHZ config settings (PR 67 by @derskythe) (with some changes) [(link)](https://github.com/Eng1n33r/flipperzero-firmware/pull/67)
* Arkanoid: rand_range, remove temp number (PR 66 by @TQMatvey)[(link)](https://github.com/Eng1n33r/flipperzero-firmware/pull/66)
* OFW PR: Power: refresh battery indicator on charger plug/unplug (OFW PR 1733 by nminaylov)
* OFW PR: Protocol data redecoding before write (OFW PR 1723 by nminaylov)
* OFW PR: updater: fixed failing backups on /int with empty files in it (OFW PR 1735 by hedger)
* OFW PR: NFC Notifications fix (OFW PR 1731 by Astrrra)
* OFW: App loader (.fap Loader)(aka elf loader) !!!
**Note: To avoid issues prefer installing using web updater or by self update package, all needed assets will be installed**

View file

@ -70,17 +70,24 @@ See changelog in releases for latest updates!
- GPIO: Sentry Safe plugin [(by H4ckd4ddy)](https://github.com/H4ckd4ddy/flipperzero-sentry-safe-plugin)
- 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 (fixed) [(Original by CompaqDisc)](https://gist.github.com/CompaqDisc/4e329c501bd03c1e801849b81f48ea61)
- 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)
- Tetris (with fixes) [(by jeffplang)](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
- 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)
- Arkanoid (with fixes) [(by gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
- Tic Tac Toe (with fixes) [(by gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
Games:
- DOOM (fixed) [(By p4nic4ttack)](https://github.com/p4nic4ttack/doom-flipper-zero/)
- Zombiez [(Reworked By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/240) [(Original By Dooskington)](https://github.com/Dooskington/flipperzero-zombiez)
- Flappy Bird [(By DroomOne)](https://github.com/DroomOne/flipperzero-firmware/tree/dev/applications/flappy_bird)
- Arkanoid (refactored by xMasterX) [(by gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
- 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)
### Other changes
- BadUSB Keyboard layouts [(by rien > dummy-decoy)](https://github.com/dummy-decoy/flipperzero-firmware/tree/dummy_decoy/bad_usb_keyboard_layout)
- New frequency analyzer - [(by ClusterM)](https://github.com/ClusterM)
- BadUSB -> Keyboard layouts [(by rien > dummy-decoy)](https://github.com/dummy-decoy/flipperzero-firmware/tree/dummy_decoy/bad_usb_keyboard_layout)
- SubGHz -> New frequency analyzer - [(by ClusterM)](https://github.com/ClusterM)
- SubGHz -> Detect RAW feature - [(by perspecdev)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/152)
- SubGHz -> Save last used config settings - [(by derskythe)](https://github.com/Eng1n33r/flipperzero-firmware/pull/67)
# Instructions
## [- How to install firmware](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/HowToInstall.md)