diff --git a/README.md b/README.md index 4693d8a..164f09d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ with minimal/no interaction with the battle.net client while still being automat |d2r | Diablo 2: Resurrected | |d3 | Diablo 3 | |d3ptr | Diablo 3 Public Test Realm | +|di | Diablo Immortal | |hs | Heartstone | |hots | Heroes of the Storm | |ow | Overwatch | @@ -134,12 +135,12 @@ However it is possible to create a new entry using a different name to use custo Example entry: ``` - [codbo4] - name=Call of Duty: Black Ops 4 - client=battlenet - cmd=VIPR - exe=BlackOps4.exe - options=noargs,waitforexit + [codbo4] + name=Call of Duty: Black Ops 4 + client=battlenet + cmd=VIPR + exe=BlackOps4.exe + options=noargs,waitforexit ``` Explaining what each part does: @@ -173,3 +174,4 @@ Explaining what each part does: * /u/malecden, Maverick, /u/sumphatguy and others for their help pointing out bugs. * github jbzdarkid for fixing some typos in the documentation. * github jacobmix for crash bandicoot 4 addition +* github KyleStilkey for Diablo Immortal support diff --git a/bnetlauncher/Properties/AssemblyInfo.cs b/bnetlauncher/Properties/AssemblyInfo.cs index d3184ae..1087cff 100644 --- a/bnetlauncher/Properties/AssemblyInfo.cs +++ b/bnetlauncher/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.16.*")] -//[assembly: AssemblyFileVersion("2.16.*")] +[assembly: AssemblyVersion("2.17.*")] +//[assembly: AssemblyFileVersion("2.17.*")] [assembly: NeutralResourcesLanguage("en")] diff --git a/bnetlauncher/Resources/gamesdb.ini b/bnetlauncher/Resources/gamesdb.ini index af282d5..878cbcd 100644 --- a/bnetlauncher/Resources/gamesdb.ini +++ b/bnetlauncher/Resources/gamesdb.ini @@ -100,6 +100,12 @@ client=battlenet2 cmd=d3t exe=Diablo III%.exe +[di] +name=Diablo Immortal +client=battlenet +cmd=ANBS +exe=DiabloImmortal.exe + [w3] name=Warcraft 3: Reforged client=battlenet diff --git a/changelog.txt b/changelog.txt index 3d5bd2f..550e0d2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ Version History --------------- + +2.17 ++ Added Diablo Immortal support courtesy of KyleStilkey + 2.16 + Added Call of Duty: Vanguard support