From 259321fe222362de0c8e72a158597d717d4aba67 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 2 Feb 2020 18:04:38 +0200 Subject: [PATCH] 3.5.9 --- build.gradle | 4 ++-- changelog.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4227327e82..d1ab303d61 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 370 - appVersion = "3.5.8" + appCodeNumber = 372 + appVersion = "3.5.9" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index 955a5e876a..e82b84b5a3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,22 @@ +## 3.5.9 + +Resolved #1820 - Fixed a crashing bug with the AI trying to ally with defeated city states, as well as many other minor bugs + +By Jack Rainy: +- Nuclear missile is able to target any tile within the range +- Added "Sleep/Fortify until healed" functionality +- Fixed relationship bug when capturing cities + +By lyrjie: +- Notification when City-states advance an era disabled +- Fixed bug pertaining to unit healing + +Half-ready Japanese translation added! - by paonty + +Show name when icon is tapped in resource overview in a label above the icon - by ltrcao + +Translation updates + ## 3.5.8 Buying current construction no longer removes other items from the queue - by reversi @@ -10,6 +29,7 @@ Solved ANR when waiting for the list of maps Resolved #1808 - Disabled problematic declaration of friendship + Translation updates