From 977d5b8a72f51124f2933f5d558ed1586c5e4d16 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 11 Nov 2020 21:56:02 +0200 Subject: [PATCH] 3.11.11 --- buildSrc/src/main/kotlin/BuildConfig.kt | 4 ++-- changelog.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index e846e2885d..8ff07f69f3 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 = 496 - const val appVersion = "3.11.10-patch1" + const val appCodeNumber = 497 + const val appVersion = "3.11.11" const val gdxVersion = "1.9.12" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index b58cd1ede6..5db4899a15 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +## 3.11.11 + +Resolved #3324 - Great Person units no longer require a military unit to accompany them if they're close enough to the destination + +Resolved #3326 - Settling a city removes the improvement in progress + +Resolved #3323 - improvement uniques are no longer added twice + +AI won't declare war if it doesn't know the location of any enemy city + +Fixed key shortcuts in improvement picker screen + +Translation updates + ## 3.11.10 AI no longer tries to construct work boats that can't reach their intended destination