This commit is contained in:
Yair Morgenstern 2020-02-02 18:04:38 +02:00
parent ef19775545
commit 259321fe22
2 changed files with 22 additions and 2 deletions

View file

@ -33,8 +33,8 @@ allprojects {
version = '1.0.1'
ext {
appName = "Unciv"
appCodeNumber = 370
appVersion = "3.5.8"
appCodeNumber = 372
appVersion = "3.5.9"
gdxVersion = '1.9.10'
roboVMVersion = '2.3.1'

View file

@ -1,3 +1,22 @@
## 3.5.9
Resolved #1820 - Fixed a crashing bug with the AI trying to ally with defeated city states, as well as many other minor bugs
By Jack Rainy:
- Nuclear missile is able to target any tile within the range
- Added "Sleep/Fortify until healed" functionality
- Fixed relationship bug when capturing cities
By lyrjie:
- Notification when City-states advance an era disabled
- Fixed bug pertaining to unit healing
Half-ready Japanese translation added! - by paonty
Show name when icon is tapped in resource overview in a label above the icon - by ltrcao
Translation updates
## 3.5.8
Buying current construction no longer removes other items from the queue - by reversi
@ -10,6 +29,7 @@ Solved ANR when waiting for the list of maps
Resolved #1808 - Disabled problematic declaration of friendship
Translation updates