Releases: IceDBorn/pipewire-screenaudio
Releases · IceDBorn/pipewire-screenaudio
0.4.1 - Compatibility fixes
What's Changed
- Fix detection of misconfigured native connector by @alansartorio in #117
- Fix version check compatibility by @alansartorio in #116
Full Changelog: 0.4.0...0.4.1
0.4.0 - Tonight, React joins the hunt 🎩
What's Changed
- Implement simple CLI wrapper for connector by @jim3692 in #97
- Rust rewrite by @jim3692, @alansartorio in #99
- Fixing Teamspeak 6 segfault by supplying node.description in pipewire.rs by @licentiapoetica in #112
- Fix missing AudioCallbackDriver by @jim3692 in #87
- New UI based on MUI by @IceDBorn in #71
- Frontend react rewrite by @jim3692, @IceDBorn, @alansartorio in #71
- Fix injector breaking stream audio/video constraints by @IceDBorn in #71
- Add multiple nodes selection by @IceDBorn in #71
New Contributors
- @Andreas02-dev made their first contribution in #95
- @jvdcf-dev made their first contribution in #107
- @DADA30000 made their first contribution in #110
- @licentiapoetica made their first contribution in #112
Special Thanks
@pallaswept for the OBS package
Full Changelog: 0.3.4...0.4.0
0.3.4 - Fixes all over the shop... You'll be one of them, sooner or later...
Fixed
- Flake installation
- Enqueued actions causing the nodes loop to stop (#61) @jim3692
- micId being "null" instead of null, causing errors
- setSelectedNode(null) always failing (#70)
- Nodes loop being stopped after sharing (#67)
- Multiple additions of dropdown listeners (#68)
- Crash when starting "All Desktop Audio" without nodes (#69) @alansartorio
0.3.3
Added
- Logging (#30) @jim3692 @alansartorio
Fixed
- Extension reporting falsely pipewire-screenaudio is running (#37) @jim3692
- Discord workaround not working when another session is open (#44) @alansartorio
- Race condition upon linking ports (#48) @alansartorio
- Race condition upon setting nodes to share (#49) @jim3692
- Being able to hide "All Desktop Audio" (#46) @jim3692
Changed
- Code cleanup (#29 #30) @jim3692 @alansartorio
0.3.2
0.3.1
0.3.0 - Thank you Dar - Discord 😤
Added
- Information about Matrix
- Note about bugzilla report
- Switching nodes while streaming @alansartorio
Fixed
- All Desktop Audio not working sometimes @alansartorio
- Duplicated audio occurring on Discord + Wayland @alansartorio 😱
0.2.1 - New Icon 😱
Added
- NixOS flakes support and installation instructions
Changed
- License to GPL3
- Extension icon @illuminor 💘
0.2.0 - C++ Begone 🎉
We reworked the whole extension to only use bash and pipewire. This was made possible by the great work of @jim3692 💋
Added
- Install script for the native part of the extension
- Version checks
Changed
- Port the native part to pure bash
Removed
- C++ and its dependencies