Releases: scribble-rs/scribble.rs
Releases · scribble-rs/scribble.rs
v0.8.17
* The canvas now uses the browser built-in scaling, meaning we draw on a fixed size virtual canvas (Fixes #188 Fixes #278) * Cursor isn't being scaled anymore (Fixes #263) * Coordinates for draw commands now use ints, instead of floats (Fixes #218) * Windows resizes don't need to redownload the drawing anymore * Ctrl-z is now bound to undo the last change (Fixes #352) * Layout improvements / fixes * Force start / Force restart button now same height as ready button * Long words don't break the layout anymore (Fixes #353) * Fix menu issues * lobby settings menu item now uses correct layout * vertically center menu item text * increase gap between icon and text
v0.8.16
* "player is choosing a word" dialog can't show `undefined` anymore * color picker has been removed, the color is now indicated on the size buttons * last color now saved in session state * floodfill properly works again
v0.8.15
* Add polish translation * Fix floodfill sometimes leaving holes open on firefox * Window resizing has been optimised by debouncing it
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