mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-07 00:41:39 +07:00
3.12.3
This commit is contained in:
@ -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"
|
||||
|
16
changelog.md
16
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
|
||||
|
Reference in New Issue
Block a user