Releases: scribble-rs/scribble.rs
Releases · scribble-rs/scribble.rs
v0.9.12
v0.9.11
* 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
* 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
** 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
* Dependencies updated * Small optimisation for drawing algorithm
v0.9.4
* 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
FIxes RootPath property making the homepage impossible to visit
v0.9.2
v0.9.2
v0.9.1
* Improve edit last message feature * add canonical URL
v0.9.0
* 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