Skip to content

Releases: scribble-rs/scribble.rs

v0.9.12

09 Feb 22:13

Choose a tag to compare

* Less agressive chat rateliming
* Fix faulty early end of round if first guesser joins
* Fix IP limit feature (due to this, kickabuse was quite easy for
  normies)

v0.9.11

03 Feb 17:34

Choose a tag to compare

* Clients are now informed of having been kicked
* Navigating back to the homescreen shows recently created lobbies
* Hewbrew localisation and word list
* Sending emojis doesn't show close guesses anymore for short words
* robot.html removed in favor of HTTP status 403 with normal error page

v0.9.10

01 Feb 08:51

Choose a tag to compare

* Kicking now shows a dialog
* v0.9.9 (Wasn't correctly released)
    * Languages
      * RTL support
      * Arab wordlist and translation
    * end turns early if relevant participants have disconnected
    * basic chat spam protection

v0.9.8

23 Dec 15:54

Choose a tag to compare

** v0.9.6 / v0.9.7 had build issues **

Changes:

* Better and active Content-Security-Policy
* Docker contaiber doesn't run with root user anymore
* Require go 1.25.x and update dependencies
* Spanish translation (Seems to have been google translated)
* Fix issue that caused the word choice timer to run out way too quickly
  (#383)

v0.9.5

31 Mar 10:38

Choose a tag to compare

* Dependencies updated
* Small optimisation for drawing algorithm

v0.9.4

16 Mar 17:38

Choose a tag to compare

* Fix lobby settings not beign editable anymore
  > Caused by this commit: 61ca5fc759b5d2e608601d2f3ea1d9c10d2009a4
* Lobby creator concept is gone, there's only the owner now
* Dependencies
  * Throw out easyjson
  > This caused some frustration during dev sometimes
  * Update deps

v0.9.3

14 Jan 15:19

Choose a tag to compare

FIxes RootPath property making the homepage impossible to visit

v0.9.2

27 Dec 23:43

Choose a tag to compare

v0.9.2

v0.9.1

25 Dec 22:05

Choose a tag to compare

* Improve edit last message feature
* add canonical URL

v0.9.0

25 Dec 13:46

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