Skip to content

Releases: scribble-rs/scribble.rs

v0.8.17

17 Nov 11:43
Compare
Choose a tag to compare
* 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

09 Nov 14:08
Compare
Choose a tag to compare
* "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

26 Oct 20:14
Compare
Choose a tag to compare
* Add polish translation
* Fix floodfill sometimes leaving holes open on firefox
* Window resizing has been optimised by debouncing it

v0.8.14

21 Oct 18:05
Compare
Choose a tag to compare
Release to fix build issues, since v.0.8.12/13 weren't published
correctly.

v0.8.13

20 Oct 10:19
Compare
Choose a tag to compare
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

19 Oct 19:03
Compare
Choose a tag to compare
* 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

13 Oct 12:13
10b5243
Compare
Choose a tag to compare
* 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

12 Oct 13:31
Compare
Choose a tag to compare
- 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

06 Oct 20:39
Compare
Choose a tag to compare
Add russian langauge words

v0.8.8

14 Mar 21:09
Compare
Choose a tag to compare
* Fix drawer score calculation
* drop armv6 support, as golang images don't support it anymore