mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-03 13:30:51 +07:00
3.12.8
This commit is contained in:
parent
088c716321
commit
575ad9fe78
@ -3,8 +3,8 @@ package com.unciv.build
|
|||||||
object BuildConfig {
|
object BuildConfig {
|
||||||
const val kotlinVersion = "1.3.71"
|
const val kotlinVersion = "1.3.71"
|
||||||
const val appName = "Unciv"
|
const val appName = "Unciv"
|
||||||
const val appCodeNumber = 519
|
const val appCodeNumber = 520
|
||||||
const val appVersion = "3.12.7-patch1"
|
const val appVersion = "3.12.8"
|
||||||
|
|
||||||
const val gdxVersion = "1.9.12"
|
const val gdxVersion = "1.9.12"
|
||||||
const val roboVMVersion = "2.3.1"
|
const val roboVMVersion = "2.3.1"
|
||||||
|
16
changelog.md
16
changelog.md
@ -1,3 +1,19 @@
|
|||||||
|
## 3.12.8
|
||||||
|
|
||||||
|
Game can handle policies and ongoing constructions "disappearing" between mod versions
|
||||||
|
|
||||||
|
Resolved #3520 - picker screens go back on Back button / Esc
|
||||||
|
|
||||||
|
Resolved #3519 - Added 'exit game from back button' to main menu screen
|
||||||
|
|
||||||
|
Removed placeholder science and production boost from Computers tech
|
||||||
|
|
||||||
|
Resolved #3503 - Civilopedia and Overview show what 'panel' you're currently on
|
||||||
|
|
||||||
|
Resolved #3501 - Added city-state toggle to diplomacy overview, clicking on civ names in overview opens diplomacy screen
|
||||||
|
|
||||||
|
Better default tile colors - By ravingir
|
||||||
|
|
||||||
## 3.12.7
|
## 3.12.7
|
||||||
|
|
||||||
Resolved #3473 - show city's happiness drilldown
|
Resolved #3473 - show city's happiness drilldown
|
||||||
|
Loading…
Reference in New Issue
Block a user