1.0.0 is here.
Since I don't get many feedback, I just assume it's ready for 1.0.0.
New
- configs filtering: fixed filters (mirror, record, audio only, video only, virt display, with app) #10
- companion app: allow users to run basic Scrcpy GUI task from mobile #11 (https://github.com/pizi-0/flutter-scrcpygui-companion)
- configs reordering #12
- [mac] traffic light buttons
- added option to remember window size on exit in settings screen
Optimizations
- optimize adb polling: use
adb track-devicesinstead of pollingadb devices - kill adb process (
adb track-devices) on exit; adb server is kept alive - others