Skip to content

Rahoot

v3.0.0 Breaking

This release includes 3 breaking changes for platform teams planning a safe upgrade.

Published 25d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

learning quizz reactjs self-hosted typescript

Summary

AI summary

Project 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/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.

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

Track Rahoot

Get notified when new releases ship.

Sign up free

About Rahoot

Game-based learning platform

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]