Releases: Frontesque/scrcpy-plus
Releases · Frontesque/scrcpy-plus
1.5.1
- Clean up some code
- Improve app stability
- Add "Restart App" button when app fails to start properly
- Remove app settings (sorry for feature loss, i hate to do that but the code was so annoying to maintain for something useless imho)
- Remove fingerprint from "Device" information section
- Add icons to "Device" information section
- Improve rendering of "Device", "SCRCPY Settings", "Tools" and "ADB Quick Actions" sections
- Change "Build" to "Build Number" under the "Device" section
1.5.0
- Slight UI Tweaks
- Disable Resource Monitor tool since it only worked on older samsung devices
- Move Tools and ADB Quick Commands next to eachother as per the request of reddit/u/aroonz
- Fix errors not showing on some devices when starting SCRCPY
- Change how SCRCPY flags are rendered for better performance and style
- Change how the file manager renders list items
- Change how icons are rendered
- Add settings page
- Add the ability do disable sections of the app in settings
- Change default window bounds
- Adjust bounding on wireless connecting success screen
1.4.1
- Minor language tweaks / better action description
- Improve device recognition time
- Fix memory leak in device detection
- Refactor how the loading wheel is shown
- Show the loading wheel when connecting to a new device
- App automatically detects your OS and builds for it :)
- Add basic resource monitor
- Fixes for Linux & MacOS builds
1.4.0
- Refactor the build process for the app
- The app now fully uninstalls itself properly if you use the built in uninstaller after using the "installer" build
- Bump Electron from 16.2.8 to ^19.0.7
- Huge performance improvements
- Refactor the
execute
command in the backend - Add file manager
1.3.3
fix: :ambulance: Version 1.3.3 (CRITICAL FIX)
1.3.2
- Make the back button more uniform throughout the app
- Add new "Coming Soon" tool "Resource Monitor"
- Add building guide to the github (BUILDING.md)
- Major device polling improvements
- Fix spelling error (im human too)
- Finally add a bitrate slider after MANY requests
1.3.1
- Add new section: "Tools"
- Add tool "Package Manager"
- Rework the "Back Button"
- Fix issue where wireless connection sometimes crashes the app
1.3.0
Preface
In this update, I wanted to return some of the awesome UI/UX to the app that it used to have. Everything was getting too cluttered and hard to navigate for new users, so I took some time to clean it up and restore it to the "good ol' days".
Changelog
- Update "ADB Quick Actions" to fit the rounded theme of the app
- Changed order of "ADB Quick Actions" buttons
- Add "Advanced" SCRCPY Settings
- Improved error handling
- Add custom scrollbar to fit app theme
- Pressing 'enter' in the wireless setup now pairs/connects to the device
- Fix inputting nothing in the wireless setup causing the app to crash
- Brand new title bar to fit the app theme!
- Set minimum window width
- Automatically continue back to home page after wireless pairing setup is complete
1.2.1
- Added automatic update notification
- Bump SCRCPY Version (1.23 -> 1.24)
1.2.0
- Refactored some of the app to be more modular
- Dynamically get the installed version of SCRCPY
- Dynamically get the installed version of ADB
- Minor UI Tweaks
- Multiplatform / Linux Support
- Some Bug Fixes
- Take 'Wireless Connection' Development Warning Away