mirror of
https://github.com/yairm210/Unciv.git
synced 2025-10-02 16:31:15 -04:00
Bump version and create initial changelog entry (#9334)
Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
This commit is contained in:
parent
52e8623f08
commit
c895771b3a
@ -3,8 +3,8 @@ package com.unciv.build
|
|||||||
object BuildConfig {
|
object BuildConfig {
|
||||||
const val kotlinVersion = "1.8.0"
|
const val kotlinVersion = "1.8.0"
|
||||||
const val appName = "Unciv"
|
const val appName = "Unciv"
|
||||||
const val appCodeNumber = 858
|
const val appCodeNumber = 859
|
||||||
const val appVersion = "4.6.8"
|
const val appVersion = "4.6.9"
|
||||||
|
|
||||||
const val gdxVersion = "1.11.0"
|
const val gdxVersion = "1.11.0"
|
||||||
const val roboVMVersion = "2.3.1"
|
const val roboVMVersion = "2.3.1"
|
||||||
|
27
changelog.md
27
changelog.md
@ -1,3 +1,30 @@
|
|||||||
|
## 4.6.9
|
||||||
|
|
||||||
|
Resolved - Hide buildings requiring multiple cities in one city challenge
|
||||||
|
|
||||||
|
Resolved - Added Policy icons and solved 'icons from Image' reflection :)
|
||||||
|
|
||||||
|
Resolved - Show Strategic resources you have by trade even if you have not researched tech for it yet
|
||||||
|
|
||||||
|
Resolved - New Kremlin quote
|
||||||
|
|
||||||
|
Resolved - solved "get vanilla ruleset" errors after downloading mods
|
||||||
|
|
||||||
|
Resolve - scale down unit overlays on zoom in to allow selecting bombard target above city
|
||||||
|
|
||||||
|
Probably resolved - AI 'found religion' crash
|
||||||
|
|
||||||
|
AbsoluteUnits - Hussar, Cossack, Panzer - By letstalkaboutdune
|
||||||
|
|
||||||
|
Close the friend selection popup in NewGameScreen by click outside or ESC/BACK key - By CrsiX
|
||||||
|
|
||||||
|
By SomeTroglodyte:
|
||||||
|
- Fix memory leak from repeatedly resetting the font
|
||||||
|
- Slimming a locally built jar
|
||||||
|
- Limit saved window size to available desktop
|
||||||
|
- Show a preview of custom maps on new game screen
|
||||||
|
- Allow closing a Popup by clicking outside its area
|
||||||
|
|
||||||
## 4.6.8
|
## 4.6.8
|
||||||
|
|
||||||
Reduce a few memory allocations - By SomeTroglodyte
|
Reduce a few memory allocations - By SomeTroglodyte
|
||||||
|
@ -531,7 +531,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
|
|||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
|
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
|
||||||
val VERSION = Version("4.6.8", 858)
|
val VERSION = Version("4.6.9", 859)
|
||||||
//endregion
|
//endregion
|
||||||
|
|
||||||
lateinit var Current: UncivGame
|
lateinit var Current: UncivGame
|
||||||
|
26
fastlane/metadata/android/en-US/changelogs/859.txt
Normal file
26
fastlane/metadata/android/en-US/changelogs/859.txt
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Resolved - Hide buildings requiring multiple cities in one city challenge
|
||||||
|
|
||||||
|
Resolved - Added Policy icons and solved 'icons from Image' reflection :)
|
||||||
|
|
||||||
|
Resolved - Show Strategic resources you have by trade even if you have not researched tech for it yet
|
||||||
|
|
||||||
|
Resolved - New Kremlin quote
|
||||||
|
|
||||||
|
Resolved - solved "get vanilla ruleset" errors after downloading mods
|
||||||
|
|
||||||
|
Resolve - scale down unit overlays on zoom in to allow selecting bombard target above city
|
||||||
|
|
||||||
|
Probably resolved - AI 'found religion' crash
|
||||||
|
|
||||||
|
AbsoluteUnits - Hussar, Cossack, Panzer - By letstalkaboutdune
|
||||||
|
|
||||||
|
Close the friend selection popup in NewGameScreen by click outside or ESC/BACK key - By CrsiX
|
||||||
|
|
||||||
|
By SomeTroglodyte:
|
||||||
|
- Fix memory leak from repeatedly resetting the font
|
||||||
|
- Slimming a locally built jar
|
||||||
|
- Limit saved window size to available desktop
|
||||||
|
- Show a preview of custom maps on new game screen
|
||||||
|
- Allow closing a Popup by clicking outside its area
|
Loading…
x
Reference in New Issue
Block a user