Skip to content

Releases: scribble-rs/scribble.rs

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

v0.8.3

03 Sep 14:59
Compare
Choose a tag to compare
* Add CORS middleware
* API
  * Add `/health` endpoint
  * `lobby`
    * `customWordsChance` is now an integer between `1` and `3`
    * `enable_votekick` is gone
  * listing lobbies (`GET /lobby`) now includes `gameState`
* Gameplay Configuration
  * Lobby defaults are now configurable
  * Votekicking can't be disabled anymore
  * Custom word chance is now amount of custom words per turn, which is
    simpler than a percentage, both in the backend and the frontend
* Server configuration
  * CORS can be configured for local dev purposes and specific hosting
    requirements
* Performance
  * Optimise image sizes
  * Use easyjson instead of encoding/json
  * Better struct field alignments in some scenarios
  * Frontend now uses caching and cachebusting (Loadtimes of the lobby,
    even on simulated regular 2g are near instant (the load is not
    perceived as such))
* Refactoring
  * Remove deprecated usages of random generators
* Bugs
  * Fix potential huge amount of read attempts on closed sockets on
    windows

v0.8.2

13 Aug 12:37
Compare
Choose a tag to compare

Changes:

  • Votekicks aren't cleared on next-turn anymore
  • Performance of loading an existing drawing has been improved (Such as when joining or hitting F5)
  • Fixes #305
  • Fixes #311

v0.8.1

26 Feb 18:39
Compare
Choose a tag to compare
Changes:
* Drawing time is now displayed before the round starts
* New Logo, Background and favicon!
* Time now uses a clock icon instead of text
* Percent slider labels left and right are now vertically centered
* Lobby settings
  * Now has two columns in order to use space more efficiently (Advanced section has been incorporated into those)
  * Inside lobby
    * Save button is now part of button bar
    * Dialog title contains less text
* The start page is more mobile friendly now

Refactoring:
* Dialog code has been streamlined

v0.8.0

19 Feb 18:52
Compare
Choose a tag to compare
Last stable version before design changes