Releases: u-wave/web
Releases · u-wave/web
v1.0.0-beta.15
Features:
- Add Spanish translation by @GameOver1751. (#699)
- New chat commands:
/volume,/mute,/unmute,/nick,/upvote,/downvote. (#723) - Only send name change request if new name is different. (#728)
Bugfixes:
- Remove ? from HTTP requests without query parameters. (#706)
- Fix interpolation in chat notifications. (#717)
- Wait for locale to be loaded before rendering anything. (#721)
Internal:
v1.0.0-beta.14
Features:
- Add user join, leave, name change notifications. (#681)
- Add loading spinner to and move reload into shuffle operation. (#691)
- Support WebSocket keepalive messages. (#696)
- Enable source maps in production. (#697)
Bugfixes:
- Fix progress bar animation in prod build. (#682)
- Remember playlist item selection as new pages are loaded. (#684)
Internal:
v1.0.0-beta.13
v1.0.0-beta.12
Features:
- Add a loading spinner to the skip button. (#660)
- Resync time if the local clock changes unexpectedly. (#661)
- Lazy load all non-English locales. (#609)
Bugfixes:
- Room History style fixes. (#655)
- Fix entering fullscreen mode. (#659)
- Fix JS error on logout. (#663)
Internal:
- Add explicit dependency on es2015-modules-commonjs transform. (2719955)
- Remove old experimental plugin file code. (#662)
- Fix deprecation warnings during tests. (#664)
- Extract MediaThumbnail component. (#665)
- Use a unique key for media list rows to minimize updates while scrolling. (#637)
- Add Node 8 to CI. (#666)
- Auto-update lockfile w/ greenkeeper. (#668)
v1.0.0-beta.11
Bugfixes:
- Fix the Video toolbar position. (#652)
v1.0.0-beta.10
Features:
- Use a material-ui-like loading spinner. (#610)
- Default to
https://sigil.u-wave.netavatars. (#611) - Add Privacy Policy checkbox to register form. (#614)
- Automatically close media source picker after selecting a source. (#627)
- Batch rerenders into a
requestAnimationFrame. (#629) - Allow pausing YouTube videos in Preview mode. (#636)
- Wait for the initial state before rendering. (#649)
Bugfixes:
- Truncate long song names in SoundCloud card. (#613)
- Fix logo size on the privacy policy page. (#615)
Internal:
v1.0.0-beta.9
v1.0.0-beta.8
Features:
- Use React to generate SVG video backdrop. (#562)
- Show "Back To Recent Messages" button when scrolled up in chat. (#564)
- Add static page compilation and a Privacy Policy page. (#570)
- Show cached playlist items when switching playlists, instead of waiting
for the playlist to reload. (#571) - Add Skip reason selector. (#573)
Bugfixes:
- Fix chat scrolling up by itself after resizing the window. (#564)
Internal:
v1.0.0-beta.7
Features:
- Add the Password Reset Request form. (#264)
Bugfixes:
- Fix playlist rename dialog title. (#556)
- Fix deleting chat messages. (#559)
- Resolve HTTP requests with return value from onComplete, fixes favoriting
media into a new playlist. (#560) - Fix user cards overflowing window boundary. (#561)
Internal:
- Pull more build things from Gulp tasks into Webpack config. (#558)