Skip to content

Commit

Permalink
🔖 release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Mar 2, 2024
1 parent e68a1cb commit d16829b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CodeFactor](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/badge)](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/overview)
[![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)
[![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)
[![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)
[![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)
[![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)
[![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)
[![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)
Expand Down Expand Up @@ -87,7 +87,7 @@ Available locales:

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

Expand All @@ -99,8 +99,8 @@ Available locales:

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

- Download the supported version zip `v1.11` at
the [release](https://github.com/RenCloud/scs-sdk-plugin/releases/download/V.1.11/release_v_1_11.zip) page
- Download the supported version zip `v1.12+` at
the [release](https://github.com/RenCloud/scs-sdk-plugin/releases/download/V.1.12.1/release_v_1_12_1.zip) page
- Extract the DLL file into your game folder like `C:\your-game-path\bin\win_x64\plugins\`
-- Note: If you own the Steam version, you can quickly access the game folder by right-clicking the game in your Steam
library, hovering above 'Manage,' and clicking 'Browse local files.' You can proceed to navigate to bin > win_x64 >
Expand Down
4 changes: 4 additions & 0 deletions doc/BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Breaking change

## v1.8.0+

Since this version, the SCS SDK Plugin required is `v1.12.x`

## v1.7.3+

### Remote tiles location
Expand Down
5 changes: 5 additions & 0 deletions doc/KNOW_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ C:\Users\username\AppData\Local\Temp\pkg\<token>\trucksim-telemetry\build\Releas
<td>Unknown</td>
<td>Delete folder at <code>C:\Users\username\AppData\Local\Temp\pkg</code> and relaunch</td>
</tr>
<tr>
<td>Application isn't available outside the PC where running the app</td>
<td>Windows 11 firewall policy change</td>
<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>
</tr>
</table>

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ets2-dashboard-skin",
"version": "1.7.3",
"version": "1.8.0",
"private": false,
"module": "true",
"description": "Euro Truck Simulator 2 dashboard",
Expand Down

0 comments on commit d16829b

Please sign in to comment.