Skip to content

Releases: scribble-rs/scribble.rs

v0.9.2

27 Dec 23:43
Compare
Choose a tag to compare

v0.9.1

25 Dec 22:05
Compare
Choose a tag to compare
* Improve edit last message feature
* add canonical URL

v0.9.0

25 Dec 13:46
Compare
Choose a tag to compare
* Implement pen pressure
  * Can be toggled, enabled by default
* Basic support for discord activity usage
  * frontend
    * Move scripts to separate files
    * Remove inline event handlers
    * Remove absolute URLs
    * Track discord activity session via cookie
  * backend
    * Use discord session as lobby id if available
    * index redirects to session lobby if available
* Connect, Disconnect and Name-Change loggers removed
* Foooter source code link now works with untagged and dirty commits
* Player slot reservation reduced from 5m to 1m
* Public lobbies now display connected players, instead of occupied
  slots
* Spectators not displayed in scoreboard anymore
* Fix gameover display not displaying rank and score correctly

v0.8.19

07 Dec 13:20
Compare
Choose a tag to compare
* New scoring options
  * Chill - Slower decline than before
  * Competitive - steeper decline than before
* New timer for choosing a word (drawing time and choosing time are now
  separate)
  * After 30 seconds, a word is automatically chosen; The word is told
    to the player beforehand

v0.8.18

28 Nov 23:16
Compare
Choose a tag to compare
Lobby setting bounds now adjustable via env config

* 2 clients per ip is now the default setting
* 24 max players is now the default setting
* The fly.io deployment now defaults to 100 max players

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