diff --git a/build.gradle b/build.gradle index 79931d14d4..4403cae360 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 423 - appVersion = "3.8.5" + appCodeNumber = 424 + appVersion = "3.8.6" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index d85e39133f..4ce3f0cd91 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +## 3.8.6 + +Performance improvement when selecting a tile to move to - By vainiovano + +Autosaves no longer garbled when exiting extremely large games - By JackRainy + +By SomeTroglodyte: +- Better Resource order in empire overview screen +- Typo fixes + +Resolved #2576 - Clicking on "Encountering" notifications now moves the map to the encounter location + +Differentiated between Portuguese and Brazilian Portuguese translations + +Translation updates + ## 3.8.5 Maps no longer spawn ancient ruins in immediate vicinity of civ spawns