Skip to content

1.2.0

Choose a tag to compare

@Ralex91 Ralex91 released this 14 Mar 09:44
· 77 commits to main since this release
d5f58d9

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: https://github.com/Ralex91/Rahoot/compare/1.1.0...1.2.0