You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Classes
- Add a notice to classes converted from C++
- Add a lightweight fVector3 struct.
- Fix CWheel vector3 fields.
### Feats/Stancer
- Add an option for suspension toe.
### API
- Cleanup and group all utils and extensions.
### CI
- Only trigger translation generator on push to the main branch.
- Don't skip commits in release workflow changelog generation step if the repo has merged PRs.
### Dev/Scripts
- Remove unnecessary string transform in the game data generator script.
Copy file name to clipboardExpand all lines: .github/workflows/zip-release.yml
+21-26Lines changed: 21 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -110,12 +110,9 @@ jobs:
110
110
let breaking = false;
111
111
let breakingMsg = ">[!Important]\n>**This is a breaking change**\n>To install this update, please remove the previous version completely and then install the new version.\n\n";
0 commit comments