Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ff947b57a8
Fix std::os::unix included on Windows where it doesnt exist, and remove set permission in yt-dlp for anything other than unix altogether.
8d21c268c2
Fix yt-dlp binary not having the right permissions after download
dff8d5aeff
Fix warnings, remove ffmpeg output from cmd
4128566048
Make bottom panel fixed size so content doesn't go up and down when playing new sound effects, add more apps to Linux excludes, add multiple virtual output support by using buttons(on/off) on Linux so you can select the virtual mic for multiple apps at the same time
56f613f531
Fix Github action having wrong filenames
6c0b5180b4
fix html & css cache not working, use base64 for cache filenames, automatically update tab titles, store the old url & revert to current tab's url, make the browser work by requesting the url on enter, adding the css/html parse and receive. Fix Host header not changing for css urls. use serde_json serialization for css cache, add missing tree_to_vec function, and improve the renderer's boilerplate.
82ecd8cf8f
Add Rust build code instead of Python, add dummy Renderer and "render" using it, add Tab new function, fix tls/tcp enum not working and bunch of other borrowing/owning issues in connection, and remove the thread for html cache parsing
dcf121c045
Improve REAMDE with feature table, add youtube downloader support with yt-dlp running in a thread, add yt-dlp auto-downnload and ffmpeg auto-download for windows/warn for linux, add back button for youtube downloader
0ae204ed0f
Improve README, add untested Windows mic to virtual mic support, remove global pause and add per-sound pause & stop. Add youtube downloader UI and per-view rendering which doesnt do anything yet
d78c3c22c9
Format the code, improve vb cable warning for windows, Update available apps to output to automatically, merge the update functions, Use a label when no apps are available or unsupported. Add a stop all and pause all button, exclude apps that are not useful.
320337567d
Fix reload sound system button not replacing sound system but output stream of current sound system
83f53f8711
Add normal mic support on Linux by using loopback modules, and remove all unnecessary double stream code which wouldnt work anyway, add Windows normal mic support as well, by using target_os windows blocks and running 2 separate streams.
a42c69c845
Separate Linux and Windows stuff (I have no idea if Windows even works), add automatic virtual mic support for apps on Linux (impossible on Windows)