From 91e58f45bb23f70b9ee9b9c999c50625cd59c6c9 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 2 Dec 2020 23:54:14 +0200 Subject: [PATCH] 3.11.17 --- buildSrc/src/main/kotlin/BuildConfig.kt | 4 ++-- changelog.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index 1a1674c64c..742d8715d2 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 = 504 - const val appVersion = "3.11.16-patch1" + const val appCodeNumber = 505 + const val appVersion = "3.11.17" const val gdxVersion = "1.9.12" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 75c40f0232..e491b77283 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,20 @@ +## 3.11.17 + +Fixed rare errors + +First attempt at making Unciv Android-TV-compatible + +By 9kgsofrice: + +- adds val to modoptions and check to battle.kt to adjust max xp from barbarians +- "Uncapturable" unique +- unique "[] units gain the [] promotion" affects exisiting units +- Hide build menu constructions requiring resources with unique +- Nation "style" can define unit appearance +- Changes check to remove national wonders on city ownership changes to rely on building.isNationalWonder + +Translation updates + ## 3.11.16 Resolved #3364 - Fixed certain battle modifiers not activating