Skip to content

v0.0.1: Initial Release

Choose a tag to compare

@samuelmukoti samuelmukoti released this 14 Nov 16:17
· 15 commits to main since this release

What's New in v0.0.1

Major Features

  • ✅ Complete rewrite with simplified FFmpeg filtering
  • ✅ Real MLX hardware acceleration for Apple Silicon
  • ✅ Automatic fallback mechanism (MLX → CPU)
  • ✅ PyPI distribution: pip install censorbot

New Productivity Features

  • 🎯 Dry-run mode: Preview before processing
  • 📄 Export censored subtitles (SRT)
  • 📊 Word statistics reports
  • 🔊 Custom beep sounds
  • ⚙️ YAML configuration files
  • 📊 Real-time progress bars

Installation

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

Via Docker:
```bash
docker pull samuelmukoti/censorbot:0.0.1
```

See README.md for full documentation.