Skip to content

Commit

Permalink
Version v5.2.9, Build 115290, Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Feb 21, 2024
1 parent aac2d21 commit c8dbf77
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CustomVnc-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.CUSTOM_VNC_APP_PACKAGE_NAME"
android:installLocation="auto"
android:versionCode="115280"
android:versionName="v5.2.8">
android:versionCode="115290"
android:versionName="v5.2.9">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions Opaque-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.undatech.opaque"
android:versionCode="115280"
android:versionName="v5.2.8">
android:versionCode="115290"
android:versionName="v5.2.9">

<uses-feature
android:name="android.hardware.usb.host"
Expand Down
4 changes: 2 additions & 2 deletions aRDP-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.aRDP"
android:installLocation="auto"
android:versionCode="115280"
android:versionName="v5.2.8">
android:versionCode="115290"
android:versionName="v5.2.9">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions aSPICE-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.aSPICE"
android:installLocation="auto"
android:versionCode="115280"
android:versionName="v5.2.8">
android:versionCode="115290"
android:versionName="v5.2.9">

<uses-feature
android:name="android.hardware.usb.host"
Expand Down
4 changes: 2 additions & 2 deletions bVNC-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.bVNC"
android:installLocation="auto"
android:versionCode="115280"
android:versionName="v5.2.8">
android:versionCode="115290"
android:versionName="v5.2.9">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 2 additions & 0 deletions bVNC/CHANGELOG-Opaque
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v5.2.9
- Touch input workaround for Android 6 and older
v5.2.6
- Improved connection failure detection and reporting
v5.2.5
Expand Down
2 changes: 2 additions & 0 deletions bVNC/CHANGELOG-aRDP
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v5.2.9
- Touch input workaround for Android 6 and older
v5.2.8
- Bugfix for drag/drop on Ubuntu 22.04 Remote Desktop Sharing
v5.2.7
Expand Down
2 changes: 2 additions & 0 deletions bVNC/CHANGELOG-aSPICE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v5.2.9
- Touch input workaround for Android 6 and older
v5.2.5
- Bugfix for visual artifacts when moving pointer or panning
- Removal of non-functional Color Mode menu item while connected
Expand Down
2 changes: 2 additions & 0 deletions bVNC/CHANGELOG-bVNC
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v5.2.9
- Touch input workaround for Android 6 and older
v5.2.5
- Bugfix for visual artifacts when moving pointer or panning
- Removal of non-functional Color Mode menu item while connected
Expand Down
4 changes: 2 additions & 2 deletions freeaRDP-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.freeaRDP"
android:installLocation="auto"
android:versionCode="115280"
android:versionName="v5.2.8">
android:versionCode="115290"
android:versionName="v5.2.9">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions freeaSPICE-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.freeaSPICE"
android:installLocation="auto"
android:versionCode="115280"
android:versionName="v5.2.8">
android:versionCode="115290"
android:versionName="v5.2.9">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
4 changes: 2 additions & 2 deletions freebVNC-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.iiordanov.freebVNC"
android:installLocation="auto"
android:versionCode="115280"
android:versionName="v5.2.8">
android:versionCode="115290"
android:versionName="v5.2.9">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit c8dbf77

Please sign in to comment.