Releases: bk138/multivnc
Releases · bk138/multivnc
MultiVNC-0.10.0
🌅 New Features
- Improved connection setup dialog.
- Added ability to connect to UltraVNC-style Mode2 repeaters.
🛠 Fixes
- Fixed hangs that could occur when connections were interrupted.
- Fixed warning dialog appearing when English fallback locale was used on MacOS.
Full Changelog: MultiVNC-0.9.0...MultiVNC-0.10.0
MultiVNC-0.9.0
🌅 New Features
- Improved bookmark editing/deleting by adding a context menu.
- Added UTF-8 cuttext handling.
- Improved log window by making it wider.
🛠 Fixes
- Fixed a bug where MultiVNC on Apple Silicon would not be able to connect to TLS-enabled servers #253.
Full Changelog: MultiVNC-0.8.0...MultiVNC-0.9.0
MultiVNC-0.8.0
🌅 New Features
- Added a scale-to-fit view mode which is now the default. Previous 1-to-1 view mode can still be toggled.
- Improved fullscreen mode to show less controls and more of the remote view. #238
- Improved toolbar icons to use scalable resources that look good for any display resolution as well as light and dark display mode.
- Added MacOS packaging 🍏.
Full Changelog: MultiVNC-0.7.0...MultiVNC-0.8.0
AndroidMultiVNC-2.1.8
🛠 Fixes
- Fix regression that caused failures when connecting VNC servers using encryption #245.
- Fixed race condition on startup when trying to show init UI even though activity is finished.
Full Changelog: AndroidMultiVNC-2.1.7...AndroidMultiVNC-2.1.8
AndroidMultiVNC-2.1.7
🛠 Fixes
- Update dependencies.
- Fix another reported crash in screen drawing module.
Full Changelog: AndroidMultiVNC-2.1.6...AndroidMultiVNC-2.1.7
AndroidMultiVNC-2.1.6
🛠 Fixes
- Fix reported crash in screen drawing module.
Full Changelog: AndroidMultiVNC-2.1.5...AndroidMultiVNC-2.1.6
AndroidMultiVNC-2.1.5
🛠 Fixes
- Adapted to API level 34 as required by Google.
- Updated Ukrainian translation #234.
- Fixed rare crash in service discovery module.
Full Changelog: AndroidMultiVNC-2.1.4...AndroidMultiVNC-2.1.5
MultiVNC-0.7.0
🌅 New Features
- Added Swedish translation thanks to Åke Engelbrektson #223.
- Added more tooltips to more UI elements #150.
- Added keyboard shortcut for making a new connection.
- Added secret store use for credentials without user name #224.
🛠 Fixes
- Fixed error dialog sometimes being not shown #225.
- Fixed drawing on MacOS and Wayland. The flatpak now uses Wayland.
- Fixed hang when connecting to unreachable servers #226.
New Contributors
Full Changelog: MultiVNC-0.6.0...MultiVNC-0.7.0
AndroidMultiVNC-2.1.4
🛠 Fixes
- Fixed one rare crash in native code.
- Refactored VncCanvasActivity coupling with other components.
- Fixed server discovery Toast messages wrongly showing when main menu activity was in background.
- Fixed notification permission handling on Android 13+ #229.
- Fixed crash in foreground service showing active connections #230.
Full Changelog: AndroidMultiVNC-2.1.3...AndroidMultiVNC-2.1.4
AndroidMultiVNC-2.1.3
🛠 Fixes
- Fixed framebuffer update requests being sent although the client being in touchpad mode (#211).
- Updated Android library dependencies.
- Updated libjpeg-turbo to latest ESR release.
- Updated the internal service discovery to use Android-provided machinery, removed dependency on jmDNS.
- Refactored coupling of VNC connection handling with UI (#126).