Skip to content

Releases: bk138/droidVNC-NG

v2.0.0

26 Jul 18:53
7f32fa1
Compare
Choose a tag to compare

🌅 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 spell fileTransfer. 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.0 defaults.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.

Get it on F-Droid Get it on Google Play

Full Changelog: v1.4.0...v2.0.0

v1.4.0

15 Jun 14:07
c01ae49
Compare
Choose a tag to compare

🌅 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

Get it on F-Droid Get it on Google Play

Full Changelog: v1.3.5...v1.4.0

v1.3.5

13 Nov 22:32
15de76a
Compare
Choose a tag to compare

🛠 Fixes

  • Fixes broken VNC repeater functionality #109

v1.3.4

25 Sep 13:59
8474b0d
Compare
Choose a tag to compare

🛠 Fixes

  • Uses updated LibVNCServer which contains fixes for some infrequent crashes.

v1.3.3

11 Aug 18:45
f385286
Compare
Choose a tag to compare

🛠 Fixes

  • Uses updated LibVNCServer which contains fixes for several infrequent crashes and an ANR that could happen when connecting out to a listening client or a repeater.

v1.3.2

03 Aug 19:58
680ea11
Compare
Choose a tag to compare

🛠 Fixes

  • Uses updated LibVNCServer which contains a better fix for #8 than v1.3.1 did.

v1.3.1

18 Jul 12:15
eaf7561
Compare
Choose a tag to compare

🛠 Fixes

  • Does now show host IP on Chrome OS #81
  • Uses updated LibVNCServer which contains a fix for #8

v1.3.0

16 May 14:38
83fc5b1
Compare
Choose a tag to compare

🌅 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.

v1.2.6

16 Apr 07:42
90fb219
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed clipboard client-to-server handling on Android 7.
  • Fixed some input events not being executed on the server side with RealVNC clients.

v1.2.5

06 Apr 19:24
8da0997
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed wrong port number display #59
  • Fixed file transfer for Android versions 9 and 10 #47
  • Fixed file transfer for Android 11 and newer #52