Releases: games-on-whales/wolf
Releases · games-on-whales/wolf
v2024.07 - Full joypad support, hotplug and lots of fixes
Major milestones
- Implemented devices hotplug in Docker with full container isolation, here's a rationale behind it
- Added support for more joypads: Nintendo Joypad, DualSense with working gyro, acceleration, touchpad, LED and rumble
- Split the project in re-usable libraries:
- inputtino: virtual input library, and merged into Sunshine via PR-2606
- gst-wayland-display: A micro Wayland compositor that can be used as a Gstreamer plugin
- Added Sway and set as default instead of Gamescope given the low support on recent Nvidia drivers
- Tons of fixes and overall stability improvements
New Contributors
- @RandomNinjaAtk made their first contribution in #29
- @almino made their first contribution in #28
- @Murazaki made their first contribution in #31
- @bludyh made their first contribution in #43
- @e-dong made their first contribution in #58
- @cancrusher made their first contribution in #59
- @PierreBeucher made their first contribution in #65
Full Changelog: v2023.06...v2024.07
v2023.06 - Custom compositor, virtual desktops and more!
Kept you waiting, huh?
What's Changed
- Custom Wayland compositor by @Drakulix in #18
- scroll amount is sent big-endian by @zb140 in #20
- Input updates and horizontal scrolling by @zb140 in #21
New Contributors
- @Drakulix made their first contribution in #18
- @zb140 made their first contribution in #20
- @cupown made their first contribution in #26
Full Changelog: v2023.02...v2023.06
v2023.02 - Docker build and virtual inputs
What's new?
We can finally stream with HW acceleration! 🎉
First docker release which bundles Gstreamer and Wolf with support for VAAPI
, NVENC
and SW encoding.
PRs
- Virtual inputs using libevdev in #10
- Run external process in #15
- Docker build in #12
- Upgraded to Gstreamer 1.22.0 in #17
Full Changelog: v2022.11...v2023.02
v2022.11: Streaming via Gstreamer
Implemented streaming audio (Opus) and video (H.264/HEVC) to Moonlight using Gstreamer.