Skip to content

Commit

Permalink
Update to V1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumppi066 committed Feb 3, 2024
1 parent 97f52a2 commit 644188e
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ yolov5x.pt
# Wiki is built by github actions, no need to have users download it constantly
wiki/*

# NPM
node_modules
package-lock.json
package.json

# Ignore themes
themes/*
!themes/ExampleTheme
Expand Down
38 changes: 38 additions & 0 deletions blog/V1.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
authors:
- name: Tumppi066
link: https://github.com/Tumppi066
avatar: https://avatars.githubusercontent.com/u/83072683?v=4
date: 2024-2-3
icon: question
---
# Version 1.10.0

This version is also bundled with a new .exe installer. It can be found in the sourceforge download.
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).

### Major Changes
- New installer
- Remade first time setup to reflect changes
- This still requires a full remake, but it's *good enough* for now.
- Switched to bettercam in the place of dxcam.
- Drop in replacement, but represents a performance improvement of up to 10ms.
- Added a [new wiki](https://wiki.tumppi066.fi/)
- Still very much WIP.

### Bug Fixes
- As with every update, there have been a plethora of bug fixes.
- Massive thanks to the people with crash reporting enabled, this has helped immensely in getting them fixed.

### Contributors
- DylDev
- Tumppi066
- Glas42
- Cloud

### Notes on new installation
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)

You can see the report on [virustotal](https://www.virustotal.com/gui/file/6e4083c9eef613ec71faf240a0ff9df1fc4dd9ea268f8ee3dd04060f2abd1ad1?nocache=1).

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.
2 changes: 1 addition & 1 deletion blog/V1.9.Minor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors:
date: 2024-1-30
icon: question
title: Version 1.9 > Minor
order: 1 # The V1.9.0 changelog was released on the same day. So we want to make this one show up over it.
order: 0 # The V1.9.0 changelog was released on the same day. So we want to make this one show up over it.
---

!!!
Expand Down
3 changes: 1 addition & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Fix permission error with new installer.
Fix main menu not loading when last update time is null.
New .exe installer.
8 changes: 6 additions & 2 deletions retype.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "3.5.0",
"created": "2024-01-31T20.50.15Z",
"created": "2024-02-03T15.17.53Z",
"files": [
{
"path": ".nojekyll"
Expand Down Expand Up @@ -81,7 +81,8 @@
"old": true
},
{
"path": "anomalousframes\\1706732701.0243852.txt"
"path": "anomalousframes\\1706732701.0243852.txt",
"old": true
},
{
"path": "assets\\cruisecontrol\\cruisecontrol_emergency_set.png"
Expand Down Expand Up @@ -177,6 +178,9 @@
{
"path": "blog\\index.html"
},
{
"path": "blog\\v1.10.0\\index.html"
},
{
"path": "blog\\v1.9.0\\index.html"
},
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.18
1.10.0

0 comments on commit 644188e

Please sign in to comment.