Skip to content

Releases: devxvoid/Mr-Robot

Mr-Robot v8.2.0

03 Apr 02:25

Choose a tag to compare

v8.2.0 release

Added

  • init command for project directory setup
  • status-json command for structured status output
  • .env file loading in the config system
  • doctor command 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 init works
  • python3 -m src.cli status-json works
  • python3 -m src.cli config reads from .env
  • python3 -m src.cli doctor validates the setup
  • make test passes

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

03 Apr 02:06

Choose a tag to compare

v8.1.0 release

Added

  • Configuration loader in src/config.py
  • config command in the CLI
  • Config-aware application behavior
  • Environment override test coverage

Updated

  • src/main.py now reads environment-based configuration
  • src/cli.py now supports config, info, status, run, version, and help
  • docs/usage.md updated with override examples
  • README.md updated for v8.1.0

Validation

  • python3 -m src.main works
  • python3 -m src.cli run works
  • python3 -m src.cli config works
  • python3 -m src.cli info works
  • python3 -m src.cli status works
  • make test passes

Notes

This release improves Mr-Robot by adding environment-aware behavior, smarter CLI functionality, and stronger validation coverage.

Mr-Robot v8.0.0

03 Apr 01:35

Choose a tag to compare

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.py now reports version information
  • Makefile now supports run, cli, test, and install
  • README.md updated for v8.0.0 structure and commands
  • CHANGELOG.md updated with the v8.0.0 entry

Validation

  • make run works
  • make cli works
  • make test passes

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

03 Apr 00:02

Choose a tag to compare

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.