From 95423c125d120bade38a2db00349f181cf83ef69 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Thu, 10 Dec 2020 11:28:28 +0200 Subject: [PATCH] 3.11.19 --- buildSrc/src/main/kotlin/BuildConfig.kt | 4 ++-- changelog.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index f568efed13..fe2c4e64aa 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 = 508 - const val appVersion = "3.11.18-patch1" + const val appCodeNumber = 509 + const val appVersion = "3.11.19" const val gdxVersion = "1.9.12" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 9cb36a4e32..216a609b45 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,23 @@ +## 3.11.19 + +Reassign population after selling a specialist-providing building + +Resolved #3289 - can place unbuildable improvements that can exist on tiles + +Added nation icons to the leader names in the diplomacy screen + +Fixed ANR caused by too many saved games + +Selected unit stays selected when single-tap moved into a tile with another unit + + +By 9kgsofrice: + +- resources can be added by tile improvement with unique "Provides [] []" +- wonder text will not be displayed & "[] enabled:" will not show if nothing visible in list +- Specialists can add happiness +- "Should not be displayed without []" unique for constructions accomodates resources and buildings + ## 3.11.18 Improvements can't be built in neutral areas, as per Civ V