This release includes 3 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryProject renamed from Rahoot to Razzia with updated repository, Docker image, and linter.
Full changelog
What's Changed - Rebrand to Razzia
This is a major release that marks the rebranding of the project from Rahoot to Razzia.
⚠️ Breaking Changes
🆕 New project name & repository
The project has been renamed from Rahoot to Razzia. The GitHub repository has been moved accordingly:
- ❌ Old:
github.com/Ralex91/Rahoot - ✅ New:
github.com/Ralex91/Razzia
GitHub will automatically redirect the old URL, but please update your bookmarks and clones:
git remote set-url origin https://github.com/Ralex91/Razzia.git
🐳 New Docker image
The Docker image has also been renamed. The old ralex91/rahoot image will no longer receive updates.
- ❌ Old:
ralex91/rahoot - ✅ New:
ralex91/razzia
Update your docker-compose.yml:
# Before
services:
app:
image: ralex91/rahoot:latest
# After
services:
app:
image: ralex91/razzia:latest
🔍 Linter migrated to oxlint
The project now uses oxlint instead of ESLint for faster linting. Contributors should reinstall dependencies after pulling:
pnpm install
🎨 What's new
- New project name: Razzia
- Brand new visual identity: redesigned logo, color palette, and UI
- Updated answer button design: new icons and layout
- New linter: migrated from ESLint to oxlint for better performance
- New Docker image:
ralex91/razziastarting at v3.0.0
🙏 Thanks
Thanks to everyone who supported the project and contributed during this transition. The project lives on under a new name, with the same goal: a simple, open-source self-hosted quiz platform.
Breaking Changes
- Project name changed from Rahoot to Razzia; GitHub repository moved from github.com/Ralex91/Rahoot to github.com/Ralex91/Razzia.
- Docker image renamed from ralex91/rahoot to ralex91/razzia; old image will no longer receive updates.
- Linter migrated from ESLint to oxlint; contributors must reinstall dependencies.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Beta — feedback welcome: [email protected]