Skip to content

v1.21.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:18
· 716 commits to main since this release

1.21.0 (2026-07-31)

✨ Features

  • lobby: join a room straight from an invite link (6be8375)
  • room-archive: auto-save room snapshots and restore them after a crash (8292b3d)
  • tabletop: turn an image dropped on the table into a character (36821ad)

🐛 Bug Fixes

  • dice: load bcdice without relying on the CJS require path (0fe0519)
  • file: stop parsing dropped HTML as room data (2318834)
  • lobby: stop putting the room password in the invite link as plain text (fb7eb46)
  • network: keep the JSON content type when a token request times out (29b341e)
  • tabletop: keep a dropped image inside the table (7f693bd)
  • tabletop: stop supersampled piece images from sinking under the table (7fc402e)

📝 Documentation

  • document auto-save, invite links and dropping images on the table (5a0df24)
  • website: add v1.20.0 release notes (e7fdc79)

♻️ Refactor

  • chat: stop assembling portrait classes by concatenation (bc16030)
  • file: separate zip archive creation from the download path (10cff40)
  • lobby: move room joining into a dedicated service (f85a840)