This commit is contained in:
Yair Morgenstern
2020-12-10 11:28:28 +02:00
parent 2708cc3309
commit 95423c125d
2 changed files with 22 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 = 508
const val appVersion = "3.11.18-patch1"
const val appCodeNumber = 509
const val appVersion = "3.11.19"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"

View File

@ -1,3 +1,23 @@
## 3.11.19
Reassign population after selling a specialist-providing building
Resolved #3289 - can place unbuildable improvements that can exist on tiles
Added nation icons to the leader names in the diplomacy screen
Fixed ANR caused by too many saved games
Selected unit stays selected when single-tap moved into a tile with another unit
By 9kgsofrice:
- resources can be added by tile improvement with unique "Provides [] []"
- wonder text will not be displayed & "[] enabled:" will not show if nothing visible in list
- Specialists can add happiness
- "Should not be displayed without []" unique for constructions accomodates resources and buildings
## 3.11.18
Improvements can't be built in neutral areas, as per Civ V