3.5.11
This commit is contained in:
parent
5ee882c20d
commit
61471683fc
2 changed files with 18 additions and 2 deletions
|
@ -33,8 +33,8 @@ allprojects {
|
|||
version = '1.0.1'
|
||||
ext {
|
||||
appName = "Unciv"
|
||||
appCodeNumber = 374
|
||||
appVersion = "3.5.10"
|
||||
appCodeNumber = 375
|
||||
appVersion = "3.5.11"
|
||||
|
||||
gdxVersion = '1.9.10'
|
||||
roboVMVersion = '2.3.1'
|
||||
|
|
16
changelog.md
16
changelog.md
|
@ -1,3 +1,19 @@
|
|||
## 3.5.11
|
||||
|
||||
Rectangular maps and better map generation - by reversi
|
||||
|
||||
Resolved #1847 - Civs defeated by a nuke are now properly destroyed
|
||||
|
||||
Resolved #1844 - improved worker automation
|
||||
|
||||
Resolved #1852 - buildings requiring an improved resource now accept resources with great improvements
|
||||
|
||||
Solved the 'infinite warmongering penalty' bug
|
||||
|
||||
Resolved #1858 - Automated workers build unique improvements
|
||||
|
||||
Translation updates
|
||||
|
||||
## 3.5.10
|
||||
|
||||
Resolved #1827 - can no longer see other (current) player's city production in multiplayer
|
||||
|
|
Loading…
Reference in a new issue