Skip to content

Releases: scribble-rs/scribble.rs

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

v0.8.7

02 Mar 15:42
Compare
Choose a tag to compare
* 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

17 Feb 14:17
Compare
Choose a tag to compare
* Add ukranian word list
* Use language specific lowercasers where possible

v0.8.5

22 Oct 18:44
Compare
Choose a tag to compare
v0.8.5

v0.8.4

14 Sep 16:25
Compare
Choose a tag to compare
Lobbies are joinable via the public list again