From 5cc39b10208d66912ece26afc4452c8befa03c63 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Mon, 24 Feb 2020 22:28:38 +0200 Subject: [PATCH] 3.6.2 --- build.gradle | 4 ++-- changelog.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f1f5bc9a..797574f0 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 384 - appVersion = "3.6.1" + appCodeNumber = 385 + appVersion = "3.6.2" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index 9b300d25..31606a75 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +## 3.6.2 + +Resolved #1982 - Can now pic civ-equivalent Great People in great person picker screen + +By Jack Rainy: +- Fixed rare bug of clicking on an unknown civilizations +- Display the current amount of gold in the "buy" prompt +- Do not allow to purchase extra units requiring unavailable resources + + +Removed pebble symbol from Unciv icon when showing persistent notification - by tobo + +Performance improvements - by Kentalot + +Translation updates + ## 3.6.1 Resolved #1963 - can now unautomate embarked workers