Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for game version 0.10.30.22292 #681

Merged
merged 9 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/thunderstore_bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function generateManifest() {
const manifest = {
name: pluginInfo.name,
description:
"With this mod you will be able to play with your friends in the same game! Now supports combat mode in game version 0.10.29",
"With this mod you will be able to play with your friends in the same game! Now supports combat mode in game version 0.10.30",
version_number: pluginInfo.version,
dependencies: [
BEPINEX_DEPENDENCY,
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

0.9.4:
- Compatible to Steam or Game Pass version 0.10.30.22292
starfi5h marked this conversation as resolved.
Show resolved Hide resolved
- @PhantomGamers: Prevent errors with Ngrok from crashing the game
- @PhantomGamers: Added error descriptions to Ngrok errors
- @starfi5h: Sync interstellar routes
- @starfi5h: Sync tilted conveyor belts

0.9.3:
- @starfi5h: Change chat message format. Player's name now has an underlined link to navigate
- @starfi5h: Add new config option Chat - Show Timestamp to enable/disable timestamp before the chat message
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.9.3",
"version": "0.9.4",
"assemblyVersion": {
"precision": "build"
},
Expand Down