Releases: tarkah/karaoke-rs
Releases · tarkah/karaoke-rs
v0.11.1 - 2020-03-17
v0.11.0 - 2020-03-17
- Add favorites feature, songs can be added / removed from favorites
and easily viewed from a new favorites page
v0.10.0 - 2020-03-06
- Web player now prompts user when user input is needed (Chrome) in
order to start playing audio. A prompt is also created if a song is
queued that can't be decoded. - A bunch of internal changes / bug fixes on the web player. Should be a
much more stable experience.
v0.9.2 - 2020-02-11
- Fix bug where web player would panic if incorrect audio data was
attempted to decode. Player won't panic, but user will still need to
remove song from queue since it can't be played. - Update dependencies, remove default features from some to reduce
dependency tree. - Remove frontend from Cargo workspace to get working better with RLS
for multi-folder workspace in VSCode
v0.9.1 - 2020-02-05
- Fix bug with website config not loading properly and defaulting to
wrong websocket port forplayer
page - Fix bug where audio resources weren't cleaned up properly when
navigating away fromplayer
page - Upgrade yew and yew_router dependencies to use web-sys. Fixes bug
causing wasm panic when navigating away fromplayer
page. Going back
from player page now works properly.
v0.9.0 - 2020-01-28
- Add option to allow custom song format when parsing collection on startup
- Add options to specify website and websocket ports
- Add options to customize the look of both native and web players
- Player can be scaled or set to fullscreen and have the background coloring disabled
v0.8.1 - 2020-01-27
- Fix websocket server panicing on windows
v0.8.0 - 2020-01-25
- Add web player
v0.7.0 - 2020-01-14
- Move frontend to yew, along with restyling
v0.6.1 - 2019-06-24
Changes
- Use config-rs for better config handling
- Add branding to player, have static background image display between
songs - Update dependencies to resolve some issues that were previously
patched in Cargo.toml