Skip to content

Commit

Permalink
Version v5.6.7, Build 115670, Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Dec 22, 2024
1 parent 3883624 commit eaeaeb3
Show file tree
Hide file tree
Showing 10 changed files with 20 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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="115660"
android:versionName="v5.6.6">
android:versionCode="115670"
android:versionName="v5.6.7">

<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,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="115660"
android:versionName="v5.6.6">
android:versionCode="115670"
android:versionName="v5.6.7">

<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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="115660"
android:versionName="v5.6.6">
android:versionCode="115670"
android:versionName="v5.6.7">

<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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="115660"
android:versionName="v5.6.6">
android:versionCode="115670"
android:versionName="v5.6.7">

<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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="115660"
android:versionName="v5.6.6">
android:versionCode="115670"
android:versionName="v5.6.7">

<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.6.7
- Bugfix for updated Android 14 API breaking USB forwarding
v5.6.6
- Bugfix for mouse clicks on on-screen keys and toolbar being passed to remote
v5.6.3
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.6.7
- Bugfix for updated Android 14 API breaking USB forwarding
v5.6.6
- Bugfix for mouse clicks on on-screen keys and toolbar being passed to remote
v5.6.3
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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="115660"
android:versionName="v5.6.6">
android:versionCode="115670"
android:versionName="v5.6.7">

<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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="115660"
android:versionName="v5.6.6">
android:versionCode="115670"
android:versionName="v5.6.7">

<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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="115660"
android:versionName="v5.6.6">
android:versionCode="115670"
android:versionName="v5.6.7">

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

0 comments on commit eaeaeb3

Please sign in to comment.