Bump version and create initial changelog entry (#9334)

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern 2023-05-06 21:21:50 +03:00 committed by GitHub
parent 52e8623f08
commit c895771b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 3 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.0"
const val appName = "Unciv"
const val appCodeNumber = 858
const val appVersion = "4.6.8"
const val appCodeNumber = 859
const val appVersion = "4.6.9"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"

View File

@ -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
Reduce a few memory allocations - By SomeTroglodyte

View File

@ -531,7 +531,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
companion object {
//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
lateinit var Current: UncivGame

View 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