Releases: scribble-rs/scribble.rs
Releases · scribble-rs/scribble.rs
v0.8.15
v0.8.14
Release to fix build issues, since v.0.8.12/13 weren't published correctly.
v0.8.13
This release fixes the regressinos introduced in the previous 2 versions: * Reloading the page in an unstarted lobby now correctly shows the "start" dialog instead of "game over" * The menu is now usable on chromium (temporary workaround? lol) * Graceful shutdown is functional again
v0.8.12
* Homepage was completly redesigned * Lobby was slightly redesigned * New colors * new spacings / wrapping behaviour * new rounds icon * new menu for buttons in the lobby header * Enhanced mobile experience * No more layout jumps * Footer now in help dialog * footer * version now displayed with link to release / master branch * contact item was removed
v0.8.11
* Adds a rough implementation of a spectator mode > This can be toggled via the eye in the top bar * Readiness check now succeeds if the last un-ready player leaves the lobby * If no applicable player can be found for drawing, the game now instantly ends * The toolbar now grows to the very right when in widescreen mode, instead of flowing over too early
v0.8.10
- Allow players to start the game by indicating they are all ready - Allow specifying the ID of a lobby via the REST API
v0.8.9
Add russian langauge words
v0.8.8
* Fix drawer score calculation * drop armv6 support, as golang images don't support it anymore
v0.8.7
* Improve "Close Guess" checks * Fix potential race condition for word list loading > Caching has been removed, as it was a premature optimisation that > provided little value, but additional complexity. * Lowercasing now takes the language into account, fixing issues for non-english languages
v0.8.6
* Add ukranian word list * Use language specific lowercasers where possible