Skip to content

Commit

Permalink
Version v5.1.8, Build 115180, Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Dec 31, 2023
1 parent ef4cbf1 commit 481dd22
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 18 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="115170"
android:versionName="v5.1.7">
android:versionCode="115180"
android:versionName="v5.1.8">

<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="115170"
android:versionName="v5.1.7">
android:versionCode="115180"
android:versionName="v5.1.8">

<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="115170"
android:versionName="v5.1.7">
android:versionCode="115180"
android:versionName="v5.1.8">

<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="115170"
android:versionName="v5.1.7">
android:versionCode="115180"
android:versionName="v5.1.8">

<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="115170"
android:versionName="v5.1.7">
android:versionCode="115180"
android:versionName="v5.1.8">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 1 addition & 1 deletion bVNC/CHANGELOG-Opaque
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v5.1.6
v5.1.7
- Fix for USB handling on Android 14
v5.1.5
- Fixed the More Apps button
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.1.8
- SSH library upgrade for Terrapin mitigations
v5.1.5
- Fixed the More Apps button
v5.1.4
Expand Down
4 changes: 3 additions & 1 deletion bVNC/CHANGELOG-aSPICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
v5.1.6
v5.1.8
- SSH library upgrade for Terrapin mitigations
v5.1.7
- Fix for USB handling on Android 14
v5.1.5
- Fixed the More Apps button
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.1.8
- SSH library upgrade for Terrapin mitigations
v5.1.5
- Fixed the More Apps button
v5.1.4
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="115170"
android:versionName="v5.1.7">
android:versionCode="115180"
android:versionName="v5.1.8">

<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="115170"
android:versionName="v5.1.7">
android:versionCode="115180"
android:versionName="v5.1.8">

<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="115170"
android:versionName="v5.1.7">
android:versionCode="115180"
android:versionName="v5.1.8">

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

0 comments on commit 481dd22

Please sign in to comment.