This commit is contained in:
Yair Morgenstern
2020-12-23 21:29:18 +02:00
parent 8689fe0ffa
commit 76a1789f0d
2 changed files with 18 additions and 2 deletions

View File

@ -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"

View File

@ -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