This commit is contained in:
Yair Morgenstern 2020-05-21 22:58:58 +03:00
parent bc919815c6
commit 890a64c533
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 = 428
const val appVersion = "3.8.9"
const val appCodeNumber = 430
const val appVersion = "3.8.11"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"

View file

@ -1,3 +1,23 @@
## 3.8.11
Gold deficit only affects science when the civ has negative gold
Resolved #2642 - added difficulty settings to Civilopedia
Resolved #2549 - fixed New Game Screen capitalization, options alignment and placing
Resources no longer spawn under unbuildable, unremovable terrain features
Resolved #2638 - Auto-assign of population no longer "double books" tiles
Uniformed the size of buttons on LanguagePickerScreen and MultiplayerScreen - By panchenco
Don't reveal submarine position by city markers - By JackRainy
Size optimization - By lishaoxia1985
Translation updates
## 3.8.10
Font system rewrite to accept all characters and speed up game loading - By vainiovano