Skip to content

Releases: u-wave/web

v2.0.0-alpha.39

10 Dec 20:17
466ad30

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Fixes:

v2.0.0-alpha.38

22 Nov 18:42
8ccdc96

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Fixes:

  • Fix autocomplete bug causing crashes and silent failures. (#3484)

v2.0.0-alpha.37

22 Nov 18:43
cca62fb

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Fixes:

  • Prevent occasional transparent lingering element after closing room history or playlist manager. (#3149)
  • Fix media progress bar with custom start/end times. (#3462)

Internal:

  • Breaking: u-wave-web now requires Node.js 20.x or higher.
  • Breaking: Use native crypto.randomUUID, meaning u-wave-web must be served over HTTPS. (#3472)
  • Enable React Compiler. (#3348)

v2.0.0-alpha.36

18 Nov 14:27
4f2ace5

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Features:

  • Support dropping YouTube music links into a playlist. (#3116)

Fixes:

  • Fix selecting chapters in the media edit dialog. (#3117)

v2.0.0-alpha.35

07 Oct 11:25
f8544a4

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Fixes:

  • Fix occasional crash when a play is skipped. (#3056)

Internal:

v2.0.0-alpha.34

28 Sep 20:49
f9fc16d

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Features:

  • Drag and drop YouTube video URLs from other windows into a playlist. (#3043)
  • Automatically leave the booth after your current turn by enabling auto-leave. (#2989)

Fixes:

  • Show playlist panel after creating first playlist. (#3044)

v2.0.0-alpha.33

17 Aug 18:31
5ec8340

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Features:

  • Activate playlist on double click in playlist menu. (@pledi in #2972)

Fixes:

  • Fix superuser role permissions. (#2968)
    In particular this lets admins skip their own turn again ;)

v2.0.0-alpha.32

29 Mar 09:11

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Fixes:

  • Fix playlist loading issues. (#2809)

Internal:

  • Continue Redux Toolkit migration. (#2816)

v2.0.0-alpha.31

18 Dec 14:55

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Fixes:

  • Further Typescript refactor for playlist state, addressing problems loading inactive playlists. (#2801)

v2.0.0-alpha.30

09 Dec 13:46

Choose a tag to compare

While this is an alpha release, new servers should use this rather than an older "stable" version.

Fixes:

  • Typescript refactor for the playlist state and components.
    Fixes a crash when importing playlists. (#2792)