From b95daa086505010014f60ebc5076bc9b766dddf0 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 27 Nov 2022 19:17:31 +0200 Subject: [PATCH] Bump version and create initial changelog entry (#8056) Co-authored-by: yairm210 --- buildSrc/src/main/kotlin/BuildConfig.kt | 4 ++-- changelog.md | 18 ++++++++++++++++++ core/src/com/unciv/UncivGame.kt | 2 +- .../metadata/android/en-US/changelogs/769.txt | 17 +++++++++++++++++ 4 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/769.txt diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index f36dda1912..84ff3b8582 100644 --- a/buildSrc/src/main/kotlin/BuildConfig.kt +++ b/buildSrc/src/main/kotlin/BuildConfig.kt @@ -3,8 +3,8 @@ package com.unciv.build object BuildConfig { const val kotlinVersion = "1.7.0" const val appName = "Unciv" - const val appCodeNumber = 768 - const val appVersion = "4.3.3" + const val appCodeNumber = 769 + const val appVersion = "4.3.4" const val gdxVersion = "1.11.0" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 7c7e293f9e..0ac234f56a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,21 @@ +## 4.3.4 + +Added conditional to apply uniques only if the game starts in a specific era + +Generalized "Stats per policies" unique + +Deprecated old-form city-state uniques + +Changes to moddable UI - By GGGuenni + +Add Repair and Pillaging Roads - By itanasi + +AbsoluteUnits - Unique Elephants - By letstalkaboutdune + +Fix typo in AUR workflow - By Thyrum + +HexaRealm units are here, finally! - By GeneralWadaling + ## 4.3.3 Resolved map latency when city-states exist diff --git a/core/src/com/unciv/UncivGame.kt b/core/src/com/unciv/UncivGame.kt index 2da7d61ddd..23ecbc70fb 100644 --- a/core/src/com/unciv/UncivGame.kt +++ b/core/src/com/unciv/UncivGame.kt @@ -470,7 +470,7 @@ class UncivGame(parameters: UncivGameParameters) : Game() { companion object { //region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT - val VERSION = Version("4.3.3", 768) + val VERSION = Version("4.3.4", 769) //endregion lateinit var Current: UncivGame diff --git a/fastlane/metadata/android/en-US/changelogs/769.txt b/fastlane/metadata/android/en-US/changelogs/769.txt new file mode 100644 index 0000000000..2b4e15e178 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/769.txt @@ -0,0 +1,17 @@ + + +Added conditional to apply uniques only if the game starts in a specific era + +Generalized "Stats per policies" unique + +Deprecated old-form city-state uniques + +Changes to moddable UI - By GGGuenni + +Add Repair and Pillaging Roads - By itanasi + +AbsoluteUnits - Unique Elephants - By letstalkaboutdune + +Fix typo in AUR workflow - By Thyrum + +HexaRealm units are here, finally! - By GeneralWadaling \ No newline at end of file