Releases: p-rivero/ReChess
Releases · p-rivero/ReChess
v0.3
Sprint 3 Release
- Add tags to created variants to filter them easily while searching
- Allow reporting variants
- Allow blocking and reporting users
- New moderation tools for reviewing reports and removing unwanted variants and users
- Backend is now fully unit-tested
v0.2
Sprint 2 Release
- Add online multiplayer!
- Add option to play over the board.
- Add a move history viewer (display all played moves next to the board).
- Analysis board now supports non-linear history (alternative lines).
- Better handling of WASM workers, especially in the analysis board.
- The default order of the variants list is now Popular (prefer variants with people playing or waiting to play).
v0.1
Sprint 1 Release
- Create, edit and view user profiles
- Publish variants to the server
- Search and order the variants list
- Major usability improvements
v0.0.1
MVP Release
- Create custom variants and store them locally
- Play the variants against the engine
- Basic analysis board support