Releases: u-wave/core
v0.5.0-alpha.20
v0.5.0-alpha.19
v0.5.0-alpha.18
This is an alpha release, but new servers should use this version rather than an older "stable" one.
Features:
- Improve
/api/booth/history
performance. (#605)
v0.5.0-alpha.17
This is an alpha release, but new servers should use this version rather than an older "stable" one.
Features:
- Duplicate emote names in the emote integrations are now distinguished by adding
~1
,~2
, etc. suffixes. (#597)
Bugfixes:
- Fix startup, authentication, and
/api/now
crashes if Redis or user cookies contain bad data. (#596, c9ed5f1, 693520b)
Internal:
- Use ES modules. (#558)
- Breaking: üWave now requires Node.js 18.18 or above.
v0.5.0-alpha.16
This is an alpha release, but new servers should use this version rather than an older "stable" one.
Bugfixes:
- Fix some crashes in the new emote integrations, and support Twitch and FrankerFaceZ emotes. (#555)
v0.5.0-alpha.15
This is an alpha release, but new servers should use this version rather than an older "stable" one.
Features:
- Add experimental BTTV / 7TV emote integrations. (#554)
v0.5.0-alpha.14
This is an alpha release, but new servers should use this version rather than an older "stable" one.
Bugfixes:
- Fix result count when filtering playlist items. (#546)
v0.5.0-alpha.13
This is an alpha release, but new servers should use this version rather than an older "stable" one.
Internal:
- Finish booth advances while shutting down the server. (#543)
v0.5.0-alpha.12
v0.5.0-alpha.11
This is an alpha release, but new servers should use this version rather than an older "stable" one.
Features:
- Update
u-wave-source-youtube
. This expects that clients use u-wave-web v2.0.0-alpha.9 or later.
Bugfixes:
- Fix crash when a media source's
play()
hook throws. (#525)
Internal:
- Do not rely on in-process event emitters. (#522)