Skip to content

Releases: gujjwal00/avnc

v2.8.0

26 Feb 07:01
Compare
Choose a tag to compare

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)
      image
    • Added a menu option to directly open advanced options (65ffd8f)
      This is an alias for the existing option in AVNC Settings.
      image
    • 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)

Removed

  • Removed 'Send legacy key events' option (a4f1ade)
    This was ON by default, and will now be hard-coded to ON. It was intended to be turned OFF 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

14 Jan 09:30
Compare
Choose a tag to compare
  • Fixed possible ANR during connection shutdown (c9b34c6)
  • Fixed extra blank character in copied text (7025b9c)
  • Restored Virtual Keys visibility after exiting Picture-in-Picture mode (c1ccb56)
  • New Language: Italian by Astro Spiff

v2.7.0

07 Dec 16:05
Compare
Choose a tag to compare
  • 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

14 Oct 11:36
Compare
Choose a tag to compare
  • Fixed 'Application not responding' error happening in some cases (b45fad8)

v2.6.2

12 Oct 16:18
Compare
Choose a tag to compare
  • New Arabic localization by Ahmed (#254)
  • Fixed possible crash when coercing tap to frame edge (53c5b34)
  • Added option to force masOS (30) security type (6ff7208)
  • Enabled LeakCanary for debug builds (80bc5a6)

v2.6.1

26 Aug 02:35
Compare
Choose a tag to compare
  • Fixed Virtual key layout editor crash (f0e0050)

v2.6.0

25 Aug 14:50
Compare
Choose a tag to compare
  • Added ability to customize Virtual Key layout (d5bb70e)
    You can add/remove keys, or change their position. Go to Settings => 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

03 Aug 18:13
Compare
Choose a tag to compare
  • Re-implemented Virtual keys layout, all keys will now be shown on the same page. (3b6f8f9)
  • Disabled long-press detection when not used (fddc69d)
  • Fixed a memory leak (aa6c19f)

v2.5.2

15 Jul 16:42
Compare
Choose a tag to compare
  • 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 enabling Settings => 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

25 Jun 11:44
Compare
Choose a tag to compare
  • 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)