Releases: bk138/droidVNC-NG
Releases · bk138/droidVNC-NG
v2.0.0
🌅 New Features
- Added Zeroconf/Bonjour publishing for server auto-discovery.
- Added Portuguese 🇵🇹 and German 🇩🇪 translations.
- Added highlighting of accessibility service system setting entry for easier onboarding on some Android versions.
- Added per-client mouse pointers that are shown on the controlled device's display.
- Added
startOnBoot
property to Defaults config pre-seeding. - Added the possibility to apply a configurable delay for server auto-start after boot.
🛠 Fixes
- Fixed the
fileTranfer
typo in Defaults JSON to correctly spellfileTransfer
. As the flaky version was out in the wild as v1.4.0, we bump the major version to indicate 🚨breakage of existing v1.4.0defaults.json
deployments 🚨. - Fixed a native crash case by updating libvncserver dependency.
- Fixed being able to render the app unusable by deleting the access key in the Admin Panel; it can now not get deleted completely any more.
Full Changelog: v1.4.0...v2.0.0
v1.4.0
🌅 New Features
- Added an Intent Remote Control Interface that allows other apps to control the droidVNC-NG service (#83) if they have the correct access key. This can be used for things like running a reverse connection on reboot (#71), starting the server when a USB cable is plugged in (#40) or any other thing one might image using automation apps like MacroDroid, Automate or Tasker.
- Added functionality to provide default configuration via a JSON file, useful for large-scale deployments.
- Added a "View only" mode where the server does not accept input of any kind #50.
- Added functionality to disable file transfer and related permission asking #95.
- Added more accessible UI to configure a server that's not listening for incoming connections #118.
- Added Chinese-Simplified translation by @greatyingzi in #123.
🛠 Fixes
- Fixed bug where droidVNC-NG would not accept pointer input after restoring from a crash #113.
- Fixed crash when the client sends characters that have a different encoding in Latin-1 vs. UTF-8 like 'ñ' thanks to @diegulog in #122.
🤝 New Contributors
- @diegulog made their first contribution in #122
- @greatyingzi made their first contribution in #124
Full Changelog: v1.3.5...v1.4.0
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
🌅 New Features
- New functionality to connect to a UltraVNC-style Mode-2 repeater #76.
- Device now wakes up from screen saver when a client connects #37.
- Previous reverseVNC host is now remembered #30.
🛠 Fixes
- Fixed crash in reverseVNC that was introduced in v1.2.6.
- File transfer permission asking now uses less sensitive permissions #72.