Skip to content

Releases: tarkah/karaoke-rs

v0.6.0 - 2019-06-07

07 Jun 22:54
437af8e
Compare
Choose a tag to compare

Changes

  • Replaced ggez with glium + rodio. Confirmed running on Rasberry Pi 3
    B+ with OpenGL 2.1
  • Bump actix-web to 1.0 release from beta

v0.5.1 - 2019-05-22

22 May 16:31
Compare
Choose a tag to compare

Changes

  • Add options to configure OpenGL version
  • Add cross release builds

v0.5.0 - 2019-05-18

18 May 00:57
Compare
Choose a tag to compare

Changes

  • Switched from SFML to ggez for audio and video. Binaries can now run
    out of the box on any platform!
  • CI with Azue Pipelines!

v0.4.0

15 May 20:06
Compare
Choose a tag to compare

Changes

  • Switch web backend from Rocket to Actix_web, can now compile on stable
  • Added option to disable collection update on startup
  • Allow passing PORT env variable for launching website

v0.3.0

01 May 17:09
Compare
Choose a tag to compare

Changes

  • Use rust-embed to embed wesbite files into binary. They are unloaded
    to the data_path on startup.
  • Pickup template files from data_path/templates with Tera and manage
    with Rocket instead of using Rockets template fairing for Tera.
  • Parallelise computational heavy jobs in processing collection with
    Rayon.
  • Remove extern crate for macros, import with use instead

v0.2.0

29 Apr 21:48
Compare
Choose a tag to compare

Changes

  • Command line arguments supported via clap, use --help to see options
  • Config file supported, with following format
---
song_path: path/to/song/directory
data_path: path/to/data/directory

v0.1.0

26 Apr 19:11
Compare
Choose a tag to compare
Change config & data folder to karaoke-rs