diff --git a/android/assets/jsons/translations/Italian.properties b/android/assets/jsons/translations/Italian.properties index 64406c3e89..71452de0df 100644 --- a/android/assets/jsons/translations/Italian.properties +++ b/android/assets/jsons/translations/Italian.properties @@ -2379,6 +2379,7 @@ What do I see before me? Another beating heart for my sacrificial fire. = Alt! C Accept this agreement or suffer the consequences. = Accetta questo scambio, o pagane le conseguenze. Welcome, friend. = Benvenuto, amico. Sacrificial Captives = Vittime sacrificali + # Requires translation! Earn [amount]% of [param] opponent's [param2] as [stat] for kills = Tenochtitlan = Tenochtitlan Teotihuacan = Teotihuacan diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index 9023c6a3de..69e744571e 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 = 502 - const val appVersion = "3.11.15" + const val appCodeNumber = 503 + const val appVersion = "3.11.16" const val gdxVersion = "1.9.12" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 5bb56e9b5e..75c40f0232 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ +## 3.11.16 + +Resolved #3364 - Fixed certain battle modifiers not activating + +Resources provided by buildings are affected by resource amount uniques - by 9kgsofrice + +Fixed minor crashing bugs in misconfigured mods + +Display mod incompatibilities when attempting to start a new game + +Translation updates + ## 3.11.15 HUGE framerate improvements! :D