1
0
mirror of https://github.com/yairm210/Unciv.git synced 2025-01-12 15:56:57 +07:00
This commit is contained in:
Yair Morgenstern 2020-12-02 23:54:14 +02:00
parent 2a3a0b107f
commit 91e58f45bb
2 changed files with 19 additions and 2 deletions
buildSrc/src/main/kotlin
changelog.md

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 = 504
const val appVersion = "3.11.16-patch1"
const val appCodeNumber = 505
const val appVersion = "3.11.17"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"

View File

@ -1,3 +1,20 @@
## 3.11.17
Fixed rare errors
First attempt at making Unciv Android-TV-compatible
By 9kgsofrice:
- adds val to modoptions and check to battle.kt to adjust max xp from barbarians
- "Uncapturable" unique
- unique "[] units gain the [] promotion" affects exisiting units
- Hide build menu constructions requiring resources with unique
- Nation "style" can define unit appearance
- Changes check to remove national wonders on city ownership changes to rely on building.isNationalWonder
Translation updates
## 3.11.16
Resolved #3364 - Fixed certain battle modifiers not activating