diff --git a/README.md b/README.md index acb87a9..35e6a20 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,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 | -|d4beta | Diablo IV Beta | +|d4 | Diablo IV | |di | Diablo Immortal | |hs | Heartstone | |hots | Heroes of the Storm | @@ -177,4 +177,4 @@ Explaining what each part does: * github jacobmix for crash bandicoot 4 addition * github KyleStilkey for Diablo Immortal support * github d3rt0xx for MW2 & WZ2.0 support -* github Sectimus for Diablo IV Beta support +* github Sectimus for Diablo IV support diff --git a/bnetlauncher/Properties/AssemblyInfo.cs b/bnetlauncher/Properties/AssemblyInfo.cs index 92d80ad..b3f00da 100644 --- a/bnetlauncher/Properties/AssemblyInfo.cs +++ b/bnetlauncher/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.19.*")] -//[assembly: AssemblyFileVersion("2.19.*")] +[assembly: AssemblyVersion("2.22.*")] +//[assembly: AssemblyFileVersion("2.22.*")] [assembly: NeutralResourcesLanguage("en")] diff --git a/bnetlauncher/Resources/gamesdb.ini b/bnetlauncher/Resources/gamesdb.ini index bd4ed91..bab9008 100644 --- a/bnetlauncher/Resources/gamesdb.ini +++ b/bnetlauncher/Resources/gamesdb.ini @@ -107,10 +107,10 @@ client=battlenet2 cmd=d3t exe=Diablo III%.exe -[d4beta] -name=Diablo 4 Beta -client=battlenet2 -cmd=fenrisb +[d4] +name=Diablo 4 +client=battlenet +cmd=Fen exe=Diablo IV.exe [di] diff --git a/changelog.txt b/changelog.txt index cb65262..13c3002 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ Version History --------------- +2.21 ++ Changed Diablo IV launch argument based on license change + +2.20 ++ Added Diablo IV support and removing Diablo IV Beta support courtesy of Sectimus 2.19 + Added Diablo IV Beta support courtesy of Sectimus