From 03784d76a46e312a7c079c60e48ff386af9df365 Mon Sep 17 00:00:00 2001 From: djoh Date: Sat, 1 Jun 2024 18:16:14 +0300 Subject: [PATCH] chore: releave 2.5.0 --- .github/workflows/release.yml | 3 +++ CHANGELOG.md | 11 +++++++++++ constants/constants.go | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c15c24..d8a94bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - name: Fix path because windows + run: | + sed -i 's/\\\/SII_Decrypt.exe/\/SII_Decrypt.exe/' watcher/watcher.go - uses: wangyoucao577/go-release-action@8fa1e8368c8465264d64e0198208e10f71474c87 # v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad0a1f..a13dff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.5.0 (2024-06-01) + +- progress bar improvements by @djohts +- feat: embedded decrypt by @djohts in https://github.com/djohts/tpc-truckersmp/pull/10 +- feat: delete old exe file after update by @djohts in https://github.com/djohts/tpc-truckersmp/pull/11 +- chore(updater): verify checksum before applying update by @djohts in https://github.com/djohts/tpc-truckersmp/pull/12 +- chore: update dependencies by @djohts in https://github.com/djohts/tpc-truckersmp/pull/15 +- feat: toggle trailer attachment by @djohts in https://github.com/djohts/tpc-truckersmp/pull/16 + +**Full Changelog**: https://github.com/djohts/tpc-truckersmp/compare/v2.4.0...v2.5.0 + ## 2.4.0 (2024-05-07) - Added automatic download of `SII_Decrypt.exe` diff --git a/constants/constants.go b/constants/constants.go index 8b8c2b2..db96f69 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -1,7 +1,7 @@ package constants const ( - APP_VERSION = `2.4.0` + APP_VERSION = `2.5.0` ETS = `Euro Truck Simulator 2` ATS = `American Truck Simulator`