From 42197763294e9281633f907d1e2bf235ce5570b1 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 25 Mar 2020 16:23:59 +0200 Subject: [PATCH] 3.6.12 --- build.gradle | 4 ++-- changelog.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3c9c270e85..2a9729309d 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 399 - appVersion = "3.6.11" + appCodeNumber = 400 + appVersion = "3.6.12" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index 14506104bf..9c360e6e9a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,23 @@ +## 3.6.12 + +City names now translated in overview and tile info + +Resolved some ANRs in Multiplayer + +Performance improvements in finding cities connected to capital + +Mod translation generation - by Jack Rainy + +When moving between units to units in cities, tiles they can move to are now shown + +Adding mods auto-adds relevant civs - by rh-github-2015 + +Added progress bars for constructions in city screen + +Nicer, more consistent specialist allocation tables + +Translation updates + ## 3.6.11 By rh-github-2015: