Skip to content

Releases: rtldg/simulcast-mpv

v2.1.0

02 Jan 03:35
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.1.0

  • add docker compose stuff
  • switch server from fly.io to random vps to help with fly.io connections dropping a056fcf
  • setup github actions builds
  • disconnect clients if they don't pong for 10s 1c16247
  • make server send Info message with its version and the github repo url 286de19 (and some more commits)
  • make server-only builds smaller 5e82b10
  • remove mpvipc crate dependency by writing my own mpv ipc interface 28f8f17
  • restart connection to server if the client stops receiving pings b0df322
  • log client panics 939a35d
  • log the number of connected clients to the server messages 4397a2a
  • fix random-unpause issue 54d893a
  • make every member send a Seek when someone joins the party 46ee2b1

v2.0.0

19 Aug 04:31
Compare
Choose a tag to compare

Full Changelog: v1.5.1...v2.0.0

  • better error message visibility for users during install 8972e8d
  • change room-code generation (_, -, +, and . are interpreted as a space) 16ceb33

v1.5.1

25 Jul 11:09
Compare
Choose a tag to compare

Full Changelog: v1.5.0...v1.5.1

  • this lua portable_config checking wasn't necessary after all 206898d

v1.5.0

24 Jul 13:26
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.5.0

Interesting commits:

  • edit release build flags to have smaller binaries 52f0584
  • handle empty filenames a bit better hopefully eddd3cc
  • handle portable_config on Windows a bit better 36bb1bf

v1.4.0 - linux works and misc!

16 Jun 05:40
Compare
Choose a tag to compare

v1.3.0 - read server url from repo in case it needs to be changed

01 May 18:58
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

Binary size increased a lot because of the new HTTP client dependency... that kind of sucks.

v1.2.0 - bug fixes and QoL improvements

15 Apr 00:42
Compare
Choose a tag to compare

v1.1.0 - Hit `a` to show some info

08 Apr 04:15
Compare
Choose a tag to compare
  • Dump some info when you hit a such as party count, custom room code, and room id/hash.
  • Hit a a few times really fast to give a custom-room-code input window.

v1.0.0 - it works release

22 Mar 14:44
Compare
Choose a tag to compare

it works (at least for Windows)