diff --git a/.drone.yml b/.drone.yml index a45ec17a0..673a3d5d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: - ls -laS artifacts-ofw-anims - ls -laS artifacts-ofw-anims/f7-update-${DRONE_TAG} - echo '' >> CHANGELOG.md - - echo '### [No Custom animations build - Install via Web Updater](https://lab.flipper.net/?url=https://unleashedflip.com/builds/flipper-z-f7-update-noanims-'${DRONE_TAG}'.tgz&channel=dev-cfw&version='${DRONE_TAG}')' >> CHANGELOG.md + - echo '### [Version without custom animations - Install via Web Updater](https://lab.flipper.net/?url=https://unleashedflip.com/builds/flipper-z-f7-update-noanims-'${DRONE_TAG}'.tgz&channel=dev-cfw&version='${DRONE_TAG}')' >> CHANGELOG.md environment: FBT_TOOLS_CUSTOM_LINK: from_secret: fbt_link @@ -131,6 +131,8 @@ steps: [-How to install firmware-](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/HowToInstall.md) + [-Version without custom animations - Install via Web Updater-](https://lab.flipper.net/?url=https://unleashedflip.com/builds/flipper-z-f7-update-noanims-${DRONE_TAG}.tgz&channel=dev-cfw&version=${DRONE_TAG}) + [-Install via Web Updater-](https://lab.flipper.net/?url=https://unleashedflip.com/builds/flipper-z-f7-update-${DRONE_TAG}.tgz&channel=dev-cfw&version=${DRONE_TAG})" document: @@ -152,6 +154,12 @@ steps: [[Github]](https://github.com/DarkFlippers/unleashed-firmware/releases/tag/${DRONE_TAG}) + [-How to install firmware-](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/documentation/HowToInstall.md) + + + [-Version without custom animations - Install via Web Updater-](https://lab.flipper.net/?url=https://unleashedflip.com/builds/flipper-z-f7-update-noanims-${DRONE_TAG}.tgz&channel=dev-cfw&version=${DRONE_TAG}) + + [-Install via Web Updater-](https://lab.flipper.net/?url=https://unleashedflip.com/builds/flipper-z-f7-update-${DRONE_TAG}.tgz&channel=dev-cfw&version=${DRONE_TAG})" trigger: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6c3258e..b3b76d915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,48 @@ ### New changes -* OFW: **NFC magic cards support (gen1a) (ability to write UID)** -* Plugins -> PR: FlappyBird - draw bird via icon animation (by @an4tur0r | PR #149) -* Plugins: DHT Temp montior - Fix DHT22 timeout bug and other fixes by @quen0n -* Infrared: Universal remote assets update (by @Amec0e) -* OFW: SubGhz: fix incorrect response in rpc mode. Code cleanup -* OFW: Storage: tree timestamps -* OFW: Dolphin: add L1_Mods_128x64 animation -* OFW: Run Bad USB immediately after connection +* API now 99% compatible with official firmware, that means all apps built on OFW can be used on unleashed! +* Also extra apps pack was updated, download latest by using link below +* Archive: Show loading popup on delete +* Docs -> PR: Fix link to "TOTP (Authenticator) config description" (by @pbek | PR #157) +* Reorder main menu - Applications now first item, clock moved 2 items up +* API: Add `value_index` to API symbols +* API: Furi Region Mocks, fix protocol dict funcs was disabled in API +* New animation L3_FlipperMustache_128x64 by @Svaarich +* Fix FlipperCity animation by @Svaarich +* CI/CD: Builds without custom animations now included in releases +* SubGHz: Fix magellan display issue +* SubGHz: Fix wrong error message in history +* SubGHz: Add frequencies 434.075, 434.390 +* SubGHz: Frequency analyzer: Add counter, GUI fixes, allow Ok button - When signal is present (when frequency window shows black background) +* SubGHz: Frequency analyzer: move -+ in freq analyzer, swap up & down button +* SubGHz Remote: Cleanup code in unirf, fix issue #153 +* Plugins: Remove `srand` calls +* Plugins: Fix DHT Monitor icon +* Plugins: RFID Fuzzer - allow holding left right to change delay faster (hold TD button to add +10 or -10 to time delay) +* Plugins: Morse code cleanup text by pressing back +* Plugins: TOTP Update - "BadUSB" type key into pc mode [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator) +* Plugins: Update i2c Tools [(by NaejEL)](https://github.com/NaejEL/flipperzero-i2ctools) +* Plugins -> PR: Barcode generator: refactoring, ux improvements, implement EAN-8. (by @msvsergey | PR #154) +* Plugins -> PR: Fix HC-SR04 plugin naming (by @krolchonok | PR #161) +* Plugins: Added BH1750 - Lightmeter [(by oleksiikutuzov)](https://github.com/oleksiikutuzov/flipperzero-lightmeter) +* Plugins: Added iButton Fuzzer [(by xMasterX)](https://github.com/xMasterX/ibutton-fuzzer) +* OFW: BadUSB and Archive fixes +* OFW: iButton: Fix header "Saved!" message stays on other screens + proper popups reset +* OFW: Bug fixes and improvements: Furi, Input, CLI +* OFW: SubGhz: properly handle storage loss +* OFW: NFC - Force card types in extra actions +* OFW: (docs): bad path for furi core +* OFW: RPC: increase stack size, fix stack overflow +* OFW: fbt: 'target' field for apps; lib debugging support +* OFW: NFC: fix crash on MFC read +* OFW: Furi: show thread allocation balance for child threads +* OFW: Add Acurite 609TXC protocol to weather station +* OFW: DAP-Link: show error if usb is locked +* OFW: fbt: compile_db fixes +* OFW: Infrared: add Kaseikyo IR protocol +* OFW: WS: fix show negative temperature +* OFW: fbt: fix for launch_app +* OFW: Code cleanup: srand, PVS warnings +* OFW: fbt: fixes for ufbt pt3 #### [🎲 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 12e1da026..fc1c5f911 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -98,6 +98,8 @@ Also check changelog in releases for latest updates! - 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) Games: - DOOM (fixed) [(by p4nic4ttack)](https://github.com/p4nic4ttack/doom-flipper-zero/)