This commit is contained in:
Yair Morgenstern 2020-03-06 16:18:00 +02:00
parent 54a29e28bc
commit ccc5c5ee84
2 changed files with 21 additions and 2 deletions

View File

@ -33,8 +33,8 @@ allprojects {
version = '1.0.1'
ext {
appName = "Unciv"
appCodeNumber = 390
appVersion = "3.6.5"
appCodeNumber = 391
appVersion = "3.6.6"
gdxVersion = '1.9.10'
roboVMVersion = '2.3.1'

View File

@ -1,3 +1,22 @@
## 3.6.6
Resolved #2071 - AI will wait 20 turns between proposing research agreements if declined
Ranking by culture is by number of adopted policies
Player cannot nuke a civilization it has a peace treaty with - by EdinCitaku
Resolved #2074 - Fixed domination victory
Resolved #2040 - Moved the turn counter on the top bar to the second level, to even out both levels
Water units can no longer see over hills etc.
By Jack Rainy:
- Keshiks are ranged units
- Distinct color for Korea
Translation updates
## 3.6.5
Resolved #2065 - Units can no longer sleep while fortified - by Vladimir Tanakov