]> git.deb.at Git - rhonda/impostor.git/commitdiff
Bump to Among Us 2024.10.29 (#656) v1.10.1
authorminiduikboot <mini@duikbo.at>
Thu, 24 Oct 2024 17:47:01 +0000 (19:47 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 17:47:01 +0000 (19:47 +0200)
Inspected mono, no networking changes found.

Ran dumpostor as well

Bumped Impostor version

src/Directory.Build.props
src/Impostor.Api/Innersloth/Data/enums/StringNames.json
src/Impostor.Api/Innersloth/Data/info.json
src/Impostor.Server/Net/Manager/CompatibilityManager.cs

index 1fb1178786f66d233ddc5364835c16243e727366..f747442eefc5339cdaa88b5ca76cb5c2049db46e 100644 (file)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <TargetFramework>net8.0</TargetFramework>
     <LangVersion>11</LangVersion>
-    <VersionPrefix>1.10.0</VersionPrefix>
+    <VersionPrefix>1.10.1</VersionPrefix>
     <VersionSuffix>dev</VersionSuffix>
     <EnforceCodeStyleInBuild Condition="$(MSBuildProjectName)!='Hazel'">true</EnforceCodeStyleInBuild>
     <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
index 07dbe056bda09689939efb857cdd10d76a0557f1..0fd5689187fcbe4e739ef70c86e4829993dee798 100644 (file)
   "CookFish": 3431,
   "PrepVegetables": 3432,
   "MushroomMixupName": 3433,
+  "EosAccountSilentMergeFail": 3434,
+  "AskForEosAccount": 3435,
+  "KwsCreateFail": 3436,
   "GameType": 3500,
   "GameTypeError": 3501,
   "GameTypeClassic": 3502,
   "QCLobbyRolePhantoms": 3537,
   "QCSelfWasTracking": 3538,
   "QCSelfGoingToNoisemaker": 3539,
-  "QCSelfSawRoleInLocation": 3540
+  "QCSelfSawRoleInLocation": 3540,
+  "QCCoreSettings": 3541,
+  "QCRolesGalore": 3542,
+  "QCPitchDark": 3543,
+  "QCFlashlight": 3544,
+  "QCPleaseWait": 3545,
+  "QCWaitMinute": 3546,
+  "QCLobbyClosing": 3547,
+  "QCChangeCosmetics": 3548,
+  "QCWaitingPlayers": 3549,
+  "QCLetsWaitPlayers": 3550
 }
\ No newline at end of file
index addce78b821d4e76faa423d08e44a10a121802a5..1e485197d9cce752ec1c2190c73b23ff828a7eb5 100644 (file)
@@ -1,5 +1,5 @@
 {
   "dumpostorVersion": "1.0.1",
-  "gameVersion": "2024.6.18",
+  "gameVersion": "2024.10.29",
   "platformType": "StandaloneItch"
-}
+}
\ No newline at end of file
index 626d5b5bf9705ddacfe282adb622c6cb110ecbb8..09f1513b200c240494a551caa58c26e92f9af332 100644 (file)
@@ -20,6 +20,7 @@ internal class CompatibilityManager : ICompatibilityManager
             new GameVersion(2024, 3, 1), // 2024.6.18
             new GameVersion(2024, 4, 1), // 2024.8.13
             new GameVersion(2024, 4, 2), // 2024.9.4
+            new GameVersion(2024, 8, 10), // 2024.10.29
         },
     };