Features
The following features are provided in this release:
- ``managed`` run mode
- allow the user to set both ADB host and port during execution
- ``frida`` remote connection mode
- add port forward for default ``frida`` port
- add [Docker image](https://hub.docker.com/r/secsi/robodroid) for both ``amd64`` and ``arm64``
- add ``update-library`` command to update the *RoboDroid Library*``
- add ``version`` command
- add env variables support for ``typer`` options
- add new examples
Breaking changes
There are also 2 breaking changes in the way config files are handled:
- ``workflows`` folder now stores the workflow file (generic file, without any reference to any device)
- ``configs`` folder now store the config files used in the ``managed`` run mode
- the key ``workflow`` changed to ``behaviors`` in the workflow file template
For this reason if you created any custom workflow file and you want to use the latest version please edit them accordingly.
**Full Changelog**: https://github.com/cybersecsi/robodroid/compare/v0.0.1...v0.0.2