Skip to content

Commit 644188e

Browse files
committed
Update to V1.10.0
1 parent 97f52a2 commit 644188e

6 files changed

Lines changed: 52 additions & 6 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ yolov5x.pt
3030
# Wiki is built by github actions, no need to have users download it constantly
3131
wiki/*
3232

33+
# NPM
34+
node_modules
35+
package-lock.json
36+
package.json
37+
3338
# Ignore themes
3439
themes/*
3540
!themes/ExampleTheme

blog/V1.10.0.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
authors:
3+
- name: Tumppi066
4+
link: https://github.com/Tumppi066
5+
avatar: https://avatars.githubusercontent.com/u/83072683?v=4
6+
date: 2024-2-3
7+
icon: question
8+
---
9+
# Version 1.10.0
10+
11+
This version is also bundled with a new .exe installer. It can be found in the sourceforge download.
12+
We also do still include the raw installer code in the [installer branch](https://github.com/Tumppi066/Euro-Truck-Simulator-2-Lane-Assist/tree/installer), for the new installer the code can be found [on it's repo](https://github.com/Tumppi066/Euro-Truck-Simulator-2-Lane-Assist-Installer).
13+
14+
### Major Changes
15+
- New installer
16+
- Remade first time setup to reflect changes
17+
- This still requires a full remake, but it's *good enough* for now.
18+
- Switched to bettercam in the place of dxcam.
19+
- Drop in replacement, but represents a performance improvement of up to 10ms.
20+
- Added a [new wiki](https://wiki.tumppi066.fi/)
21+
- Still very much WIP.
22+
23+
### Bug Fixes
24+
- As with every update, there have been a plethora of bug fixes.
25+
- Massive thanks to the people with crash reporting enabled, this has helped immensely in getting them fixed.
26+
27+
### Contributors
28+
- DylDev
29+
- Tumppi066
30+
- Glas42
31+
- Cloud
32+
33+
### Notes on new installation
34+
It is recommended to download the .exe installer from sourceforge (the download button below). If you get an antivirus alert please send me a message, I've done my best in making it not flag, but so far there are still 2 no-name antiviruses that do flag it. (but most importantly microsoft doesn't)
35+
36+
You can see the report on [virustotal](https://www.virustotal.com/gui/file/6e4083c9eef613ec71faf240a0ff9df1fc4dd9ea268f8ee3dd04060f2abd1ad1?nocache=1).
37+
38+
However if you do want to use the installer manually then you can also download it from the [branch here](https://github.com/Tumppi066/Euro-Truck-Simulator-2-Lane-Assist/tree/installer). Keep in mind that this version might not work depending on your setup, since the new installer will now install all requirements automatically.

blog/V1.9.Minor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
date: 2024-1-30
1111
icon: question
1212
title: Version 1.9 > Minor
13-
order: 1 # The V1.9.0 changelog was released on the same day. So we want to make this one show up over it.
13+
order: 0 # The V1.9.0 changelog was released on the same day. So we want to make this one show up over it.
1414
---
1515

1616
!!!

changelog.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Fix permission error with new installer.
2-
Fix main menu not loading when last update time is null.
1+
New .exe installer.

retype.manifest

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "3.5.0",
3-
"created": "2024-01-31T20.50.15Z",
3+
"created": "2024-02-03T15.17.53Z",
44
"files": [
55
{
66
"path": ".nojekyll"
@@ -81,7 +81,8 @@
8181
"old": true
8282
},
8383
{
84-
"path": "anomalousframes\\1706732701.0243852.txt"
84+
"path": "anomalousframes\\1706732701.0243852.txt",
85+
"old": true
8586
},
8687
{
8788
"path": "assets\\cruisecontrol\\cruisecontrol_emergency_set.png"
@@ -177,6 +178,9 @@
177178
{
178179
"path": "blog\\index.html"
179180
},
181+
{
182+
"path": "blog\\v1.10.0\\index.html"
183+
},
180184
{
181185
"path": "blog\\v1.9.0\\index.html"
182186
},

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.18
1+
1.10.0

0 commit comments

Comments
 (0)