Skip to content

Commit

Permalink
Version v5.2.8, Build 115280, Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Feb 19, 2024
1 parent e1cbceb commit cd7fec1
Show file tree
Hide file tree
Showing 9 changed files with 18 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="115270"
android:versionName="v5.2.7">
android:versionCode="115280"
android:versionName="v5.2.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="115270"
android:versionName="v5.2.7">
android:versionCode="115280"
android:versionName="v5.2.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="115270"
android:versionName="v5.2.7">
android:versionCode="115280"
android:versionName="v5.2.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="115270"
android:versionName="v5.2.7">
android:versionCode="115280"
android:versionName="v5.2.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="115270"
android:versionName="v5.2.7">
android:versionCode="115280"
android:versionName="v5.2.8">

<uses-permission tools:node="removeAll" />
<uses-permission android:name="android.permission.INTERNET" />
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.8
- Bugfix for drag/drop on Ubuntu 22.04 Remote Desktop Sharing
v5.2.7
- Bugfix for RDP servers that do not support setting resolution automatically
v5.2.5
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="115270"
android:versionName="v5.2.7">
android:versionCode="115280"
android:versionName="v5.2.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="115270"
android:versionName="v5.2.7">
android:versionCode="115280"
android:versionName="v5.2.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="115270"
android:versionName="v5.2.7">
android:versionCode="115280"
android:versionName="v5.2.8">

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

0 comments on commit cd7fec1

Please sign in to comment.