Skip to content

v0.0.4: Legal Disclaimer + Complete Automation

Choose a tag to compare

@samuelmukoti samuelmukoti released this 14 Nov 16:55
· 6 commits to main since this release

v0.0.4 - Legal Disclaimer and Full Automation

Added

  • ⚠️ Legal Disclaimer: Added comprehensive legal disclaimer to README clarifying that:
    • Tool is for personal, educational, and lawful use only
    • Users must legally own or have authorization for media they process
    • No endorsement of piracy or copyright infringement
    • Users are solely responsible for legal compliance

Fixed

  • Fixed Docker build shell interpretation issue with numpy version specifier
  • Quoted numpy>=1.24.0,<2.0.0 to prevent shell from interpreting < as file redirect
  • Docker Hub multi-platform builds now working correctly

Automation Status

  • ✅ PyPI trusted publishing: WORKING
  • ✅ Docker Hub multi-platform builds: WORKING
  • ✅ Full automation tested and validated

Installation

Via Pip:
```bash
pip install censorbot==0.0.4
```

Via Docker:
```bash
docker pull samuelmukoti/censorbot:0.0.4
docker pull samuelmukoti/censorbot:latest
```

See README.md for full documentation and legal disclaimer.