Releases: typekcz/beepboop-steam
RELEASE-2.1.5
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!
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
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
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)
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!
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
Just updated dependencies, mainly vm2 security fix.
RELEASE-2.0.0: Running full Steam client
- BeepBoop now runs on full Steam client.
- Recommended to run in provided Docker container.
RELEASE-1.0.5: Youtube works on free codecs
- 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
- Sound now actualy works after rejoin.