From ccc5c5ee841acf6bad9d5b2d80a544ce3a445b83 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 6 Mar 2020 16:18:00 +0200 Subject: [PATCH] 3.6.6 --- build.gradle | 4 ++-- changelog.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8a43ddfb59..16edfc0481 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 390 - appVersion = "3.6.5" + appCodeNumber = 391 + appVersion = "3.6.6" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index 8354248e74..4f128d9223 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,22 @@ +## 3.6.6 + +Resolved #2071 - AI will wait 20 turns between proposing research agreements if declined + +Ranking by culture is by number of adopted policies + +Player cannot nuke a civilization it has a peace treaty with - by EdinCitaku + +Resolved #2074 - Fixed domination victory + +Resolved #2040 - Moved the turn counter on the top bar to the second level, to even out both levels +Water units can no longer see over hills etc. + +By Jack Rainy: +- Keshiks are ranged units +- Distinct color for Korea + +Translation updates + ## 3.6.5 Resolved #2065 - Units can no longer sleep while fortified - by Vladimir Tanakov