diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index 5816f7d5f6..9d48d9e34e 100644 --- a/buildSrc/src/main/kotlin/BuildConfig.kt +++ b/buildSrc/src/main/kotlin/BuildConfig.kt @@ -3,8 +3,8 @@ package com.unciv.build object BuildConfig { const val kotlinVersion = "1.3.71" const val appName = "Unciv" - const val appCodeNumber = 428 - const val appVersion = "3.8.9" + const val appCodeNumber = 430 + const val appVersion = "3.8.11" const val gdxVersion = "1.9.10" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 4703beb7d2..f8f9227d3b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,23 @@ +## 3.8.11 + +Gold deficit only affects science when the civ has negative gold + +Resolved #2642 - added difficulty settings to Civilopedia + +Resolved #2549 - fixed New Game Screen capitalization, options alignment and placing + +Resources no longer spawn under unbuildable, unremovable terrain features + +Resolved #2638 - Auto-assign of population no longer "double books" tiles + +Uniformed the size of buttons on LanguagePickerScreen and MultiplayerScreen - By panchenco + +Don't reveal submarine position by city markers - By JackRainy + +Size optimization - By lishaoxia1985 + +Translation updates + ## 3.8.10 Font system rewrite to accept all characters and speed up game loading - By vainiovano