From 644188ee068e100c54a6af47c3d55e5ed6e5f71a Mon Sep 17 00:00:00 2001 From: Tumppi066 <83072683+Tumppi066@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:21:19 +0200 Subject: [PATCH] Update to V1.10.0 --- .gitignore | 5 +++++ blog/V1.10.0.md | 38 ++++++++++++++++++++++++++++++++++++++ blog/V1.9.Minor.md | 2 +- changelog.txt | 3 +-- retype.manifest | 8 ++++++-- version.txt | 2 +- 6 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 blog/V1.10.0.md diff --git a/.gitignore b/.gitignore index 3ee022f94..41a2db56f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/blog/V1.10.0.md b/blog/V1.10.0.md new file mode 100644 index 000000000..b5bbe22fa --- /dev/null +++ b/blog/V1.10.0.md @@ -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. \ No newline at end of file diff --git a/blog/V1.9.Minor.md b/blog/V1.9.Minor.md index 966e46cd6..e62ee4db4 100644 --- a/blog/V1.9.Minor.md +++ b/blog/V1.9.Minor.md @@ -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. --- !!! diff --git a/changelog.txt b/changelog.txt index 82184b3a7..22578c43f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1 @@ -Fix permission error with new installer. -Fix main menu not loading when last update time is null. \ No newline at end of file +New .exe installer. \ No newline at end of file diff --git a/retype.manifest b/retype.manifest index 5e9d24bf3..cb1a883ca 100644 --- a/retype.manifest +++ b/retype.manifest @@ -1,6 +1,6 @@ { "version": "3.5.0", - "created": "2024-01-31T20.50.15Z", + "created": "2024-02-03T15.17.53Z", "files": [ { "path": ".nojekyll" @@ -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" @@ -177,6 +178,9 @@ { "path": "blog\\index.html" }, + { + "path": "blog\\v1.10.0\\index.html" + }, { "path": "blog\\v1.9.0\\index.html" }, diff --git a/version.txt b/version.txt index f61b34283..ed21137ee 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.9.18 \ No newline at end of file +1.10.0 \ No newline at end of file