Releases: gujjwal00/avnc
Releases Β· gujjwal00/avnc
v2.8.0
New
- Added
Long-press
to list of actions available for long press gesture (#281) (867a963)
It can be used in case you need to press & hold a button on remote machine. - New language: Czech by zenobit
- AVNC will set the Navigation Bar color to match with current theme for a more immersive experience (8f9f792, 34f8afc)
- Many improvements to Advanced server options UI:
- Moved
Save
button to bottom for easier access (80a4a88) - Added a
Try
button to test the connection before saving (ec10943)
- Added a menu option to directly open advanced options (65ffd8f)
This is an alias for the existing option in AVNC Settings.
- Fixed unwanted scroll-back caused by focused text boxes (f173154)
- Highlight problematic fields when validation fails (38541da)
- Improve feedback for SSH option appearance (8539393)
- Ensure Port field is wide enough for large font sizes (25d59f9)
- Moved
Removed
- Removed 'Send legacy key events' option (a4f1ade)
This wasON
by default, and will now be hard-coded toON
. It was intended to be turnedOFF
to improve handling of some characters in edge cases, but it has only caused confusion among users. If you are affected by this, please open an issue.
v2.7.1
v2.7.0
- Added support for Vencrypt's X509 sub-types (bc03cda)
AVNC can now connect to WayVNC server on Raspberry Pi without any workaround. - Added explicit option to export secrets (3c9dc1e)
By default passwords and keys will not be exported. You can select this option to export them. - Reduce auto-reconnect delay for successful connections (61be054)
- Enabled button-up delay for Middle & Right button (07c9e64)
- Fixed Activity leak on Picture-in-Picture window close (0130018)
- New Translation: Tamil by @TamilNeram
v2.6.3
v2.6.2
v2.6.1
v2.6.0
- Added ability to customize Virtual Key layout (d5bb70e)
You can add/remove keys, or change their position. Go toSettings => Input => Virtual keys => Customize keys
to make changes. - Move pointer to frame edge when tapped outside of frame (572ef51)
- Made sure Toolbar is not obstructed by display cutout (24b3b67)
- Stopped the frame from moving up/down when touchpad gesture style is active (ef7e899)
v2.5.3
v2.5.2
- Added an experimental option to pause updates in background (0ff2914)
It should improve data & battery usage when AVNC is in background. It will become the default behavior in a future release, so please test it by enablingSettings => Viewer => Pause updates when in background
and report any issues you find. - Fixed viewer help animation crash on Android 5 (API 21) (2506588)
- Fixed couple of crashes caused by activity lifecycle (ad12fc6 & 47fc5c3)
- Improved keyboard navigation for Login dialog (f614488 & 423ed86)
v2.5.1
- Improved error reporting (6050c85)
In most cases, AVNC should now display a relevant error message instead of simply saying "Disconnected". There is still room for improvement here and if you feel like some errors are not communicated properly, feel free to open an issue. - Fixed HTML content not being copied to server (1db1d0d)
- Fixed a memory leak (6a96d09)