Skip to content

Release history

Rahoot releases

Game-based learning platform

All releases

1 shown

3.0.0 Breaking risk
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.
Notable features
  • Redesigned visual identity including new logo, color palette, and UI
  • Updated answer button design with new icons and layout
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/razzia starting 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.

Beta — feedback welcome: [email protected]