What's new:
- New "--auto-mode/-a FULL/MAX" option to detect fullscreen and/or maximized windows f2961c6
- This option expands(not replaces) the capabilities of "--auto-pause/-p" and "--auto-stop/-s"
- Functionality will vary between compositor implementations of the wlr-foreign-toplevel protocol
- Allow for quoted and escaped characters in "--mpv-options/-o"
- Created a potential temporary solution to
mpvmemory leaks - Replaced self-pipe trick with eventfd for main render loop
- Modified how monitor names are found by searching for whole words instead of partials 05b9bc3
- So issues like "eDP-1" also selecting "DP-1" is fixed.
- Fix
mesonbuild- Thanks @Paulus-the-Shaman ! #124
- Minor changes in documentation with the "--help" command and man page 77a21bf 1bf3d77
- Patched a bunch of minor memory leaks
- More code formatting and various fixes