Skip to content

Commit d16829b

Browse files
committed
🔖 release v1.8.0
1 parent e68a1cb commit d16829b

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CodeFactor](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/badge)](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/overview)
44
[![GitHub Version Pre-release](https://img.shields.io/github/v/release/JAGFx/ets2-dashboard-skin?include_prereleases&style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases)
55
[![GitHub Milestone](https://img.shields.io/github/milestones/progress/JAGFx/ets2-dashboard-skin/9?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.7)
6-
[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.7.3?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases)
6+
[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.8.0?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases)
77
[![GitHub Release Download](https://img.shields.io/github/downloads/JAGFx/ets2-dashboard-skin/total?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases/latest)
88
[![Github Licence](https://img.shields.io/github/license/JAGFx/ets2-dashboard-skin?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/blob/master/README.md)
99
[![GitHub Release Date](https://img.shields.io/github/release-date-pre/JAGFx/ets2-dashboard-skin?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases/latest)
@@ -87,7 +87,7 @@ Available locales:
8787

8888
- OS: Windows 8/8.1/10/11 64-bit
8989
- Game: Euro Truck Simulator 2 or American Truck Simulator
90-
- SCS SDK plugin: v1.11
90+
- SCS SDK plugin: v1.12+
9191
- Web-browser: Chrome (Desktop and Mobile), Firefox (Desktop and Mobile), Edge (Desktop and Mobile), Safari (Desktop and
9292
Mobile)
9393

@@ -99,8 +99,8 @@ Available locales:
9999

100100
Install *[scs-sdk-plugin](https://github.com/RenCloud/scs-sdk-plugin)* by RenCloud
101101

102-
- Download the supported version zip `v1.11` at
103-
the [release](https://github.com/RenCloud/scs-sdk-plugin/releases/download/V.1.11/release_v_1_11.zip) page
102+
- Download the supported version zip `v1.12+` at
103+
the [release](https://github.com/RenCloud/scs-sdk-plugin/releases/download/V.1.12.1/release_v_1_12_1.zip) page
104104
- Extract the DLL file into your game folder like `C:\your-game-path\bin\win_x64\plugins\`
105105
-- Note: If you own the Steam version, you can quickly access the game folder by right-clicking the game in your Steam
106106
library, hovering above 'Manage,' and clicking 'Browse local files.' You can proceed to navigate to bin > win_x64 >

doc/BREAKING_CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Breaking change
22

3+
## v1.8.0+
4+
5+
Since this version, the SCS SDK Plugin required is `v1.12.x`
6+
37
## v1.7.3+
48

59
### Remote tiles location

doc/KNOW_ISSUES.md

+5
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ C:\Users\username\AppData\Local\Temp\pkg\<token>\trucksim-telemetry\build\Releas
7272
<td>Unknown</td>
7373
<td>Delete folder at <code>C:\Users\username\AppData\Local\Temp\pkg</code> and relaunch</td>
7474
</tr>
75+
<tr>
76+
<td>Application isn't available outside the PC where running the app</td>
77+
<td>Windows 11 firewall policy change</td>
78+
<td>If you want to access to your app on another device, you may need to expose explicitly the port <b>3000</b> on Windows firewall. See the <a href="https://ec.europa.eu/digital-building-blocks/sites/display/CEKB/How+to+open+a+port+on+the+firewall">following instructions</a></td>
79+
</tr>
7580
</table>
7681

7782
---

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ets2-dashboard-skin",
3-
"version": "1.7.3",
3+
"version": "1.8.0",
44
"private": false,
55
"module": "true",
66
"description": "Euro Truck Simulator 2 dashboard",

0 commit comments

Comments
 (0)