Skip to content

Commit

Permalink
chore: releave 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djohts committed Jun 1, 2024
1 parent a67df94 commit 03784d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 03784d7

Please sign in to comment.