Skip to content

Releases: typekcz/beepboop-steam

RELEASE-2.1.5

31 Dec 13:32
c0b8c05
Compare
Choose a tag to compare

Seem that some format urls returned by ytdl cannot be played, this release fixes it by testing these urls and filtering out the broken ones. I other words, YouTube links should be able to play now.

What's Changed

  • Bump path-to-regexp and express by @dependabot in #37
  • ytdl refactor, check format urls for ok status code by @typekcz in #38

Full Changelog: RELEASE-2.1.4...RELEASE-2.1.5

RELEASE-2.1.4 (Somewhat) fixed!

29 Nov 12:59
Compare
Choose a tag to compare

This release uses different Chromium binary, different ytdl package for YouTube, updates dependencies and removes eval command because it's unsafe.

Full Changelog: RELEASE-2.1.3...RELEASE-2.1.4

RELEASE-2.1.3: Login fix

21 Feb 15:14
Compare
Choose a tag to compare

This release fixes Steam login, because Steam changed the DOM of the login page and old selectors were no longer working.

RELEASE-2.1.2: Remember me

22 Dec 11:39
Compare
Choose a tag to compare

This release contains various fixes, optimizations and refactoring of the chat commands. But more importantly: remember me check box will be checked now and browser is better configured so that account should stay logged in.

RELEASE-2.1.1: Web mode works! (and Steam Guard sort of too)

18 Jun 12:26
Compare
Choose a tag to compare

This is just fix for the Steam Guard, but it's still not working like I would want to. Also it requires Steam Guard on each login for some reason.

RELEASE-2.1.0: Web mode works!

18 Jun 11:03
Compare
Choose a tag to compare

Steam Chat in browser works again, so we don't need to run a container with desktop and Steam client.

RELEASE-2.0.1: Security update

08 Apr 06:08
Compare
Choose a tag to compare

Just updated dependencies, mainly vm2 security fix.

RELEASE-2.0.0: Running full Steam client

19 Oct 08:23
Compare
Choose a tag to compare
  • BeepBoop now runs on full Steam client.
  • Recommended to run in provided Docker container.

RELEASE-1.0.5: Youtube works on free codecs

23 May 09:08
Compare
Choose a tag to compare
  • Format selection for ytdl-core tweaked to use webm container which actually works on free codecs.
  • Updated ytdl-core. Keep this package up to date! You will get warning if it is not and Youtube link will not work probably. Update it with npm install ytdl-core@latest.

RELEASE-1.0.4: Fixing sound on rejoin

17 Dec 10:04
Compare
Choose a tag to compare
  • Sound now actualy works after rejoin.