Releases: bk138/droidVNC-NG
Releases · bk138/droidVNC-NG
v2.7.3
v2.7.2
v2.7.1
🛠 Fixes
- Fix Admin Panel layout bug where control elements would be displayed very small for certain languages.
- Workaround a crash on stopping the server.
Full Changelog: v2.7.0...v2.7.1
v2.7.0
🌅 New Features
- Added Spanish 🇪🇸 translation by @elluisian.
- Added French 🇫🇷 translation by @elluisian.
🛠 Fixes
- Improved Italian translation 🇮🇹 by @elluisian.
- Fixed embedded noVNC client's web server port not being shared correctly.
- Fixed a crash in the underlying VNC server library #235.
Full Changelog: v2.6.0...v2.7.0
v2.6.0
🌅 New Features
- Added Japanese 🇯🇵 translation by @FoxRefire in #225.
- Added ability to control a device’s shared screen directly from a web browser by shipping the fabulous noVNC client with the server app (#6). This alleviates the need for a native VNC client.
- Added Italian 🇮🇹 translation.
🛠 Fixes
- Fix Start button sticking to "Start" state when server launched via Intent interface on Android 14 (#218).
New Contributors
- @FoxRefire made their first contribution in #225
Full Changelog: v2.5.0...v2.6.0
v2.5.0
v2.4.1
🛠 Fixes
- Fix notification icon display.
- Fix bug where keyboard input could get stuck.
- Fix possible crash in fallback screen capture mode.
- Wire up Insert key forgotten in v2.4.0.
Full Changelog: v2.4.0...v2.4.1
v2.4.0
🌅 New Features
- The default server-side frame buffer scaling is now calculated according to screen density. This provides speedier, scaled-down defaults on high-density screens. If wanted, scaling can still be set to a higher value by the user.
- Finally added basic keyboard event handling #4 that supports:
- ISO-8859-1 characters, i.e. basic typing
- Left and Right arrows to select text cursor position
- Delete and Backspace for editing text
- Enter/Return on Android 11 and newer
- All display-specific, i.e. provides one keyboard focus per display.
- Changed app icon to be adaptive, i.e. take the common icon shape the device the app is running on prefers.
🛠 Fixes
- Prevent crash of Admin Panel if scaling not multiple of 5.
- Fixed app icon being cut off on some devices.
Full Changelog: v2.3.1...v2.4.0
v2.3.1
🛠 Fixes
- Fixed possible crash in fallback screen capture mode.
- Fixed possible crash in main screen capture mode.
Full Changelog: v2.3.0...v2.3.1
v2.3.0
🌅 New Features
- Prepared app for Android 14 #199.
- Introduced fallback screen capturing method so that screen contents are shown when server is auto-started on boot on Android 10 and newer #195.
🛠 Fixes
- Fix for input scaling not being applied correctly sometimes #198.
- Fix server not starting up correctly when auto-started on boot on Android 10 and newer #181.
Full Changelog: v2.2.0...v2.3.0