3.6.2
This commit is contained in:
parent
41524418f4
commit
5cc39b1020
2 changed files with 18 additions and 2 deletions
|
@ -33,8 +33,8 @@ allprojects {
|
|||
version = '1.0.1'
|
||||
ext {
|
||||
appName = "Unciv"
|
||||
appCodeNumber = 384
|
||||
appVersion = "3.6.1"
|
||||
appCodeNumber = 385
|
||||
appVersion = "3.6.2"
|
||||
|
||||
gdxVersion = '1.9.10'
|
||||
roboVMVersion = '2.3.1'
|
||||
|
|
16
changelog.md
16
changelog.md
|
@ -1,3 +1,19 @@
|
|||
## 3.6.2
|
||||
|
||||
Resolved #1982 - Can now pic civ-equivalent Great People in great person picker screen
|
||||
|
||||
By Jack Rainy:
|
||||
- Fixed rare bug of clicking on an unknown civilizations
|
||||
- Display the current amount of gold in the "buy" prompt
|
||||
- Do not allow to purchase extra units requiring unavailable resources
|
||||
|
||||
|
||||
Removed pebble symbol from Unciv icon when showing persistent notification - by tobo
|
||||
|
||||
Performance improvements - by Kentalot
|
||||
|
||||
Translation updates
|
||||
|
||||
## 3.6.1
|
||||
|
||||
Resolved #1963 - can now unautomate embarked workers
|
||||
|
|
Loading…
Reference in a new issue