diff --git a/README.md b/README.md index f5767c3..ef7b0bb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ java -jar AdbRemoteScreen.jar java -jar AdbRemoteScreen.jar /path/to/adb/binary ``` -### New features in 2.0 +### New features in 2.1 +- Works in Windows +- Defaults for config file. - Screenshots are now retrieved directly from device to computer's RAM through adb shell stream - Support for multiple connected devices - Added keys input support (all keys supported by Android are available) @@ -30,12 +32,10 @@ java -jar AdbRemoteScreen.jar /path/to/adb/binary - Fixed bugs ### TODOs -- Add support for Windows - Add directory dialog to let user choose adb file through UI - Better handle device changes - ### Note -I am new to Swing environement, do not hesitate to fork and pullrequest, even for just reimplementing functionalities already present but in a more convinient way. ### License