Releases: devxvoid/Mr-Robot
Releases · devxvoid/Mr-Robot
Mr-Robot v8.2.0
v8.2.0 release
Added
initcommand for project directory setupstatus-jsoncommand for structured status output.envfile loading in the config systemdoctorcommand for setup validation
Updated
- CLI expanded with real operational commands
- Application now supports config-aware execution
- README and usage docs updated for the new workflow
- Changelog updated for v8.2.0
Validation
python3 -m src.cli initworkspython3 -m src.cli status-jsonworkspython3 -m src.cli configreads from.envpython3 -m src.cli doctorvalidates the setupmake testpasses
Notes
This release moves Mr-Robot further toward a real tool by adding setup automation, machine-readable status output, environment file loading, and a built-in validation command.
Mr-Robot v8.1.0
v8.1.0 release
Added
- Configuration loader in
src/config.py configcommand in the CLI- Config-aware application behavior
- Environment override test coverage
Updated
src/main.pynow reads environment-based configurationsrc/cli.pynow supportsconfig,info,status,run,version, andhelpdocs/usage.mdupdated with override examplesREADME.mdupdated for v8.1.0
Validation
python3 -m src.mainworkspython3 -m src.cli runworkspython3 -m src.cli configworkspython3 -m src.cli infoworkspython3 -m src.cli statusworksmake testpasses
Notes
This release improves Mr-Robot by adding environment-aware behavior, smarter CLI functionality, and stronger validation coverage.
Mr-Robot v8.0.0
v8.0.0 release
Added
- Version module in
src/version.py - CLI entrypoint in
src/cli.py - Documentation index in
docs/index.md - Installation guide in
docs/installation.md - Usage guide with test instructions in
docs/usage.md - Environment example in
.env.example - Python project configuration in
pyproject.toml - Additional test coverage in
tests/test_version.py - Example output reference in
examples/example_output.txt
Updated
src/main.pynow reports version informationMakefilenow supportsrun,cli,test, andinstallREADME.mdupdated for v8.0.0 structure and commandsCHANGELOG.mdupdated with the v8.0.0 entry
Validation
make runworksmake cliworksmake testpasses
Notes
This release expands Mr-Robot into a more complete and maintainable project structure with source modules, tests, workflow commands, and supporting documentation.
Mr-Robot v1.0.0
Initial release
Included
- Premium README layout
- Repository banner
- MIT license
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- SECURITY.md
- GitHub issue templates
- Repository topics
- Version tag v1.0.0
Notes
This release marks the first structured public version of Mr-Robot, maintained with a mobile-first workflow using iPhone, iSH, Git, and GitHub.