Skip to content

Commit 1d8d352

Browse files
chore: release PC v1.0.7 and update Android download link
1 parent 30dd466 commit 1d8d352

8 files changed

Lines changed: 10 additions & 19 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This repository hosts the compiled release files (Android APK & PC EXE) for the
66

77
You can find the latest releases in the `releases/` directory:
88

9-
- 📱 **Android App (APK):** [Download Latest APK](https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/android/steering-ets2-v1.0.3.apk)
10-
- 💻 **PC Server (EXE):** [Download Latest EXE](https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/pc/VJoyServer-v1.0.6.exe)
9+
- 📱 **Android App (APK):** [Download Latest APK](https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/android/steering-ets2-v1.0.6.apk)
10+
- 💻 **PC Server (EXE):** [Download Latest EXE](https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/pc/VJoyServer-v1.0.7.exe)
1111

1212
## Folder Structure
1313
- `releases/android/`: Contains the Android APK files.

download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2 class="text-2xl font-bold text-white mb-2 relative z-10">PC Server</h2>
106106
<div class="flex items-center gap-2 text-sm text-gray-400">
107107
<svg class="w-4 h-4 text-brand-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> vJoy Driver Required
108108
</div>
109-
<a href="https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/pc/VJoyServer-v1.0.6.exe" class="w-full mt-4 flex items-center justify-center gap-2 px-6 py-4 bg-brand-500 hover:bg-brand-400 text-dark-900 font-bold rounded-xl transition-all">
109+
<a href="https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/pc/VJoyServer-v1.0.7.exe" class="w-full mt-4 flex items-center justify-center gap-2 px-6 py-4 bg-brand-500 hover:bg-brand-400 text-dark-900 font-bold rounded-xl transition-all">
110110
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"></path></svg>
111111
Download PC Server (.exe)
112112
</a>
@@ -129,7 +129,7 @@ <h2 class="text-2xl font-bold text-white mb-2 relative z-10">Android App</h2>
129129
<div class="flex items-center gap-2 text-sm text-gray-400">
130130
<svg class="w-4 h-4 text-brand-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg> Wi-Fi or USB connection
131131
</div>
132-
<a href="https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/android/steering-ets2-v1.0.4.apk" class="w-full mt-4 flex items-center justify-center gap-2 px-6 py-4 bg-transparent border-2 border-brand-500 text-brand-500 hover:bg-brand-500 hover:text-dark-900 font-bold rounded-xl transition-all">
132+
<a href="https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/android/steering-ets2-v1.0.6.apk" class="w-full mt-4 flex items-center justify-center gap-2 px-6 py-4 bg-transparent border-2 border-brand-500 text-brand-500 hover:bg-brand-500 hover:text-dark-900 font-bold rounded-xl transition-all">
133133
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"></path></svg>
134134
Download App (.apk)
135135
</a>

releases/android/steering-ets2-v1.0.3.apk

Lines changed: 0 additions & 3 deletions
This file was deleted.

releases/android/steering-ets2-v1.0.4.apk

Lines changed: 0 additions & 3 deletions
This file was deleted.

releases/android/steering-ets2-v1.0.5.apk

Lines changed: 0 additions & 3 deletions
This file was deleted.

releases/pc/VJoyServer-v1.0.6.exe

Lines changed: 0 additions & 3 deletions
This file was deleted.

releases/pc/VJoyServer-v1.0.7.exe

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:bc2bdabc229771e04d7ae1665f56715fe1890e03dc37442a04d6304dedf11c3b
3+
size 26147172

releases/pc/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.6",
3-
"download_url": "https://github.com/hmongcodequest/steering-ets2-controller-pc/raw/main/VJoyServer-v1.0.6.exe",
4-
"release_notes": "Added the app logo icon to the Update Available window."
2+
"version": "1.0.7",
3+
"download_url": "https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/pc/VJoyServer-v1.0.7.exe",
4+
"release_notes": "Added Ping/Pong connection latency test via Wi-Fi."
55
}

0 commit comments

Comments
 (0)