From fa829b29fb1171818517e236ef003c2d29cd5ec2 Mon Sep 17 00:00:00 2001 From: 0xchocolate <109879152+0xchocolate@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:30:07 -0700 Subject: [PATCH] Update changelog.md for app catalog --- docs/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index fff2d7d5..783d0fbc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,17 @@ +## v0.7.1 + +Bug fixes and improvements! + +- Back to working on latest official firmware ( @GeorgeBotsev ) +- Now the Evil Portal and wardrive dumps will be saved to a new directory `apps_data/marauder/dumps`, and the "-serial" argument for all commands will respect your "save pcaps" app setting ( @Willy-JL ) +- You'll also notice an `apps_data/marauder/html` directory, to support migrating from the standalone Evil Portal ( @RogueMaster ) +- Fixes an issue with loading scripts due to upstream toolchain changes ( @Willy-JL , @vollukas ) + +As always, make sure you're running the latest version of Marauder FW on your wifi board: https://github.com/justcallmekoko/ESP32Marauder/releases/latest + +<3 @0xchocolate (cococode) + + ## v0.7.0 Unified serial update! No more complicated wiring of 2x UART connections - all your boards are supported now, with PCAPs and text both going over just ONE, SINGLE serial channel! Thanks to @Willy-JL for adding this amazing feature and fixing up the app for the new APIs.