diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index 85fe49884d..81eeaf9b10 100644 --- a/buildSrc/src/main/kotlin/BuildConfig.kt +++ b/buildSrc/src/main/kotlin/BuildConfig.kt @@ -3,8 +3,8 @@ package com.unciv.build object BuildConfig { const val kotlinVersion = "1.3.71" const val appName = "Unciv" - const val appCodeNumber = 449 - const val appVersion = "3.9.13" + const val appCodeNumber = 450 + const val appVersion = "3.9.14" const val gdxVersion = "1.9.10" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 0d340c0041..c104331af7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,30 @@ +## 3.9.14 + +Added Pinglish translations + +Genericified "free [unit] appears", "must be next to []" unique for buildings + +Greatly improved performance of worker's automated city connecting + +Resolved #2853 - Sped up loading of saved game list + +Resolved #2852 - cannot make peace with a city state while at war with its ally + +Resolved #2864 - Locks on tiles are removed when the tile is no longer under your control + +Buildings that are missing resources are still displayed in city constructions + +Unit 'unbuildable' parameter converted to unique + +By vainiovano: + +Fix Gradle deprecation warnings + +By alkorolyov: + +- Spectator can view other civ stats: Tech, Trades, Cities, Units, Gold +- Skip spectator turn in multiplayer games + ## 3.9.13 Simplified translation file generation