Skip to content

Commit

Permalink
Add in-game changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 30, 2024
1 parent b74caf8 commit 71794b0
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion lua/ui/lobby/changelogData.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
---@type number
last_version = 3814
last_version = 3815

---@type PatchNotes[]
gamePatches = {
{
version = 3815,
name = "Hotfix",
hasPrettyGithubRelease = true,
hasPrettyPatchnotes = false,
description = {
"# Game version 3815 (29th of November, 2024)",
"",
"Fix the autolobby messing with the expected server state. We hope the autolobby functions as expected now.",
"",
"With thanks to Nomander for investigating the issue and deciphering a procedure to test the autolobby changes on ",
"the test server. Previously the changes were only tested locally by running multiple game instances on the same ",
"computer. When testing locally there is no server, and therefore we did not detect this issue sooner.",
"",
"Apologies for the inconveniences,",
"",
"With kind regards,",
"",
"Jip",
},
},
{
version = 3814,
name = "Hotfix",
Expand Down

0 comments on commit 71794b0

Please sign in to comment.