mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 15:59:50 +07:00
3.11.11
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 = 496
|
||||
const val appVersion = "3.11.10-patch1"
|
||||
const val appCodeNumber = 497
|
||||
const val appVersion = "3.11.11"
|
||||
|
||||
const val gdxVersion = "1.9.12"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
14
changelog.md
14
changelog.md
@ -1,3 +1,17 @@
|
||||
## 3.11.11
|
||||
|
||||
Resolved #3324 - Great Person units no longer require a military unit to accompany them if they're close enough to the destination
|
||||
|
||||
Resolved #3326 - Settling a city removes the improvement in progress
|
||||
|
||||
Resolved #3323 - improvement uniques are no longer added twice
|
||||
|
||||
AI won't declare war if it doesn't know the location of any enemy city
|
||||
|
||||
Fixed key shortcuts in improvement picker screen
|
||||
|
||||
Translation updates
|
||||
|
||||
## 3.11.10
|
||||
|
||||
AI no longer tries to construct work boats that can't reach their intended destination
|
||||
|
Reference in New Issue
Block a user