Skip to content

Releases: tarkah/karaoke-rs

v0.11.1 - 2020-03-17

17 Mar 23:10
0747427
Compare
Choose a tag to compare

v0.11.0 - 2020-03-17

17 Mar 21:14
1e5c129
Compare
Choose a tag to compare
  • Add favorites feature, songs can be added / removed from favorites
    and easily viewed from a new favorites page

v0.10.0 - 2020-03-06

06 Mar 01:02
c910d0b
Compare
Choose a tag to compare
  • 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

11 Feb 20:04
95275a1
Compare
Choose a tag to compare
  • 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...v0.9.2

v0.9.1 - 2020-02-05

05 Feb 18:20
e2f6688
Compare
Choose a tag to compare
  • Fix bug with website config not loading properly and defaulting to
    wrong websocket port for player page
  • Fix bug where audio resources weren't cleaned up properly when
    navigating away from player page
  • Upgrade yew and yew_router dependencies to use web-sys. Fixes bug
    causing wasm panic when navigating away from player page. Going back
    from player page now works properly.

v0.9.0 - 2020-01-28

28 Jan 04:25
f7ddcd7
Compare
Choose a tag to compare
  • 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

27 Jan 20:22
232fd58
Compare
Choose a tag to compare
  • Fix websocket server panicing on windows

v0.8.0 - 2020-01-25

25 Jan 18:54
ca38d70
Compare
Choose a tag to compare
  • Add web player

v0.7.0 - 2020-01-14

14 Jan 20:26
7654c04
Compare
Choose a tag to compare
  • Move frontend to yew, along with restyling

v0.6.1 - 2019-06-24

24 Jun 21:44
60a9609
Compare
Choose a tag to compare

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