Skip to content

Commit c845f1a

Browse files
authored
Bump version and create initial changelog entry (#14539)
Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
1 parent a3172d9 commit c845f1a

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package com.unciv.build
33

44
object BuildConfig {
55
const val appName = "Unciv"
6-
const val appCodeNumber = 1199
7-
const val appVersion = "4.19.11"
6+
const val appCodeNumber = 1200
7+
const val appVersion = "4.19.12"
88
const val identifier = "com.unciv.app"
99
}

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 4.19.12
2+
3+
oops
4+
5+
Resolved - Policies from overridden policy branches no longer "stick around" to affect the UI
6+
7+
Download all possible mods when loading a game with missing mods, before notifying of problems
8+
9+
Don't crash when finding civ-equivalent unit if the replacement unit doesn't exist in the ruleset
10+
11+
Resolved - Added stockpiled resource stockpiles to resource overview
12+
13+
Added "Set [stockpile] to [amount]" triggered unique
14+
15+
Use cached mod list to find missing mod repo
16+
17+
Don't copy mod list download error to clipboard without human approval
18+
119
## 4.19.11
220

321
"Unit can be promoted" notification shows correct unit name

core/src/com/unciv/UncivGame.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
469469

470470
companion object {
471471
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
472-
val VERSION = Version("4.19.11", 1199)
472+
val VERSION = Version("4.19.12", 1200)
473473
//endregion
474474

475475
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
oops
4+
5+
Resolved - Policies from overridden policy branches no longer "stick around" to affect the UI
6+
7+
Download all possible mods when loading a game with missing mods, before notifying of problems
8+
9+
Don't crash when finding civ-equivalent unit if the replacement unit doesn't exist in the ruleset
10+
11+
Resolved - Added stockpiled resource stockpiles to resource overview
12+
13+
Added "Set [stockpile] to [amount]" triggered unique
14+
15+
Use cached mod list to find missing mod repo
16+
17+
Don't copy mod list download error to clipboard without human approval

0 commit comments

Comments
 (0)