From 76a1789f0d28cd33798095d8b60165ece4d958a6 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 23 Dec 2020 21:29:18 +0200 Subject: [PATCH] 3.12.3 --- buildSrc/src/main/kotlin/BuildConfig.kt | 4 ++-- changelog.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index 7c1bfbdf21..e5638fc161 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 = 513 - const val appVersion = "3.12.2-patch1" + const val appCodeNumber = 514 + const val appVersion = "3.12.3" const val gdxVersion = "1.9.12" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 16a79dc64f..90e0f3e05f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +## 3.12.3 + +Fixed starting positions not activating on new game + +Resolved #3445 - national wonders no longer shown when already built + +Replaced hardcoded Settler and Great General checks with their uniques + +Resolved #3384 - Civ uniques now take all researched tech uniques! + +Added road and railroad costs to improvement description + +Resolved #3437 - reselecting improvement in progress does not reset progress + +Resolved #3441 - fixed reverse maintenance cost unique + ## 3.12.2 Resolved #3422 - added fast switch between adjacent cities in city screen