Skip to content

Commit

Permalink
Bump version and changelog to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
starfi5h committed Apr 13, 2024
1 parent a293730 commit 9e919a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

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
- @starfi5h: Add new CLI arugment `/newgame-cfg` to load the parameters from the config file `nebulaGameDescSettings.cfg`
- @starfi5h: Add new chat command `/dev`
- @starfi5h: Fix inventory error in client
- @starfi5h: Fix hp bar doesn't vanish after deleting the building when client joins
- @starfi5h: Fix enemies and ILS related errors

0.9.2:
- Compatible to Steam version 0.10.29.22015 or Game Pass version 0.10.29.21943
- @sk7725: Added Korean font and TextMeshPro fallback
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.2",
"version": "0.9.3",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 9e919a5

Please sign in to comment.