This commit is contained in:
yairm210
2022-01-07 11:15:19 +02:00
parent 51c3c2a4e2
commit 9b431a9bf7
3 changed files with 18 additions and 3 deletions

View File

@ -2,8 +2,8 @@ Persian_(Pinglish-UN) = 17
Italian = 99
Russian = 99
German = 99
Turkish = 80
Swedish = 99
Turkish = 80
Ukrainian = 88
Filipino = 3
French = 73

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.5.30"
const val appName = "Unciv"
const val appCodeNumber = 663
const val appVersion = "3.18.14"
const val appCodeNumber = 664
const val appVersion = "3.18.15"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"

View File

@ -1,3 +1,18 @@
## 3.18.15
Detailed sources of battle modifiers
Performance improvements
By xlenstra:
- Disables '[cityState] is afraid of your military power' for spectators & other non-major civs
- Fixed a bug where great improvements could not be repaired after being pillaged
- Fixed border image alpha
Revert "Remove periodic saving again " (#5883) - By touhidurrr
Added `tileScale` in `TileSetConfig` - By will-ca
## 3.18.14
By will-ca: