Skip to content

Releases: Ralex91/Rahoot

1.2.0

14 Mar 09:44
d5f58d9

Choose a tag to compare

What's Changed

Breaking Changes

  • Migration Next.js → Vite : The frontend has been migrated to Vite with a feature-based architecture (src/features/game/) and a new router (router.tsx). The Docker image is now unified with nginx — there is now only one port to expose instead of two. This migration also makes future development of the project easier.

Refactoring

  • Game & ManagerGame & Podium : Simplified component rendering and state management

Bug Fixes

  • Game : Prevent starting a game with zero players (client & server side)
  • Manager : Block authentication with the default password to force initial change
  • Config : Added config/ to .gitignore to avoid exposing sensitive configuration files

Documentation

  • Updated README with new configuration instructions
  • Added Star History
  • Removed example config files from the repo (config/game.json, config/quizz/example.json)

Full Changelog: 1.1.0...1.2.0

1.1.0

31 Jan 16:08
c40b169

Choose a tag to compare

What's New in 1.1.0

New Features

  • Added video and audio question types (media can now be embedded directly in answers)
    → Thanks to @c-noblet (#35)
  • Added a QR code to join a game quickly

Mobile Improvements

  • Fixed screen height issues on smartphones
  • Fixed WebSocket connection problems on iPhone (Safari browser)

New Contributor


Full Changelog: 1.0.2...1.1.0

1.0.2

14 Dec 11:20

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

06 Dec 13:20

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

29 Oct 18:38
91cc356

Choose a tag to compare

What's Changed

  • Added support for multiple simultaneous game instances
  • Added support for multiple quiz configurations
  • Added a Docker setup to simplify deployment and usage
  • Added an in-game reconnection system to allow players & managers to rejoin ongoing sessions
  • Fully refactored the project to TypeScript
  • Migrated the project to a monorepo structure for better scalability and modularity

Full Changelog: 0.1.0...1.0.0

0.1.0

19 Oct 10:56
8f73241

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Ralex91/Rahoot/commits/0.1.0