Skip to content

Commit f40134a

Browse files
committed
Version v6.1.7, Build 116170, Changelog update
1 parent f75e458 commit f40134a

File tree

12 files changed

+32
-16
lines changed

12 files changed

+32
-16
lines changed

CustomVnc-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116160"
6-
android:versionName="v6.1.6">
5+
android:versionCode="116170"
6+
android:versionName="v6.1.7">
77

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

Opaque-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="116160"
4-
android:versionName="v6.1.6">
3+
android:versionCode="116170"
4+
android:versionName="v6.1.7">
55

66
<uses-feature
77
android:name="android.hardware.usb.host"

aRDP-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116160"
6-
android:versionName="v6.1.6">
5+
android:versionCode="116170"
6+
android:versionName="v6.1.7">
77

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

aSPICE-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116160"
6-
android:versionName="v6.1.6">
5+
android:versionCode="116170"
6+
android:versionName="v6.1.7">
77

88
<uses-feature
99
android:name="android.hardware.usb.host"

bVNC-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116160"
6-
android:versionName="v6.1.6">
5+
android:versionCode="116170"
6+
android:versionName="v6.1.7">
77

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

bVNC/CHANGELOG-Opaque

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.1.7
2+
- Fix for back button right-click
3+
- Fix for pointer offset in windowed mode
4+
- Fix for navigation bar with immersive mode disabled hiding part of desktop
15
v6.1.6
26
- Fixes to import/export and master password hamburger menu actions
37
- Show toast on long-tap of on-screen mouse wheel

bVNC/CHANGELOG-aRDP

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.1.7
2+
- Fix for back button right-click
3+
- Fix for pointer offset in windowed mode
4+
- Fix for navigation bar with immersive mode disabled hiding part of desktop
15
v6.1.6
26
- Fixes to import/export and master password hamburger menu actions
37
- Show toast on long-tap of on-screen mouse wheel

bVNC/CHANGELOG-aSPICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.1.7
2+
- Fix for back button right-click
3+
- Fix for pointer offset in windowed mode
4+
- Fix for navigation bar with immersive mode disabled hiding part of desktop
15
v6.1.6
26
- Fixes to import/export and master password hamburger menu actions
37
- Show toast on long-tap of on-screen mouse wheel

bVNC/CHANGELOG-bVNC

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.1.7
2+
- Fix for back button right-click
3+
- Fix for pointer offset in windowed mode
4+
- Fix for navigation bar with immersive mode disabled hiding part of desktop
15
v6.1.6
26
- Fixes to import/export and master password hamburger menu actions
37
- Show toast on long-tap of on-screen mouse wheel

freeaRDP-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116160"
6-
android:versionName="v6.1.6">
5+
android:versionCode="116170"
6+
android:versionName="v6.1.7">
77

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

0 commit comments

Comments
 (0)