Version rollout (#10161)

* Bump version and create initial changelog entry

* Update German translation (#10160)

* Russian.properties (#10156)

* Update Russian.properties

* Update Russian.properties

* Update French.properties (#10149)

* Update Brazilian_Portuguese.properties (#10148)

* Update Polish.properties (#10147)

* Update Italian.properties (#10145)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: mape6 <mape6@posteo.de>
Co-authored-by: Anoant <143289571+Anoant@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
Co-authored-by: Lesiakower <125187776+Lesiakower@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern 2023-09-21 15:03:57 +03:00 committed by GitHub
parent 5fc49f8e22
commit 0400bb5f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 45 additions and 14 deletions

View File

@ -1414,8 +1414,7 @@ Civilization Info = Informações da civilizção
Relations = Relações
Trade request = Solicitação de troca
Garrisoned by unit = Guarnecido por unidade
# Requires translation!
Status\n(puppet, resistance or being razed) =
Status\n(puppet, resistance or being razed) = Status\n(fantoche, resistindo ou sendo destruido)
# Victory

View File

@ -1211,7 +1211,7 @@ Stopped expansion = Expansion stoppée
Food converts to production = Nourriture convertie en production
[turnsToStarvation] turns to lose population = Perte de population dans [turnsToStarvation] tours
Stopped population growth = Population stagnante
In resistance for another [numberOfTurns] turns = En révolte pour encore [numberOfTurns] tours
In resistance for another [numberOfTurns] turns = En résistance pour encore [numberOfTurns] tours
We Love The King Day for another [numberOfTurns] turns = Fête du Roi pour encore [numberOfTurns] tours
Demanding [resource] = Demande [resource]
Sell for [sellAmount] gold = Vendre pour [sellAmount] or
@ -1415,7 +1415,7 @@ Relations = Relations
Trade request = Échanges proposés
Garrisoned by unit = Unité en garnison
# Requires translation!
Status\n(puppet, resistance or being razed) =
Status\n(puppet, resistance or being razed) = Statut\n(fantoche, résistance, ou en démolition)
# Victory

View File

@ -1414,8 +1414,7 @@ Civilization Info = Zivilisations-Informationen
Relations = Beziehungen
Trade request = Handelsanfrage
Garrisoned by unit = Besetzt durch Einheit
# Requires translation!
Status\n(puppet, resistance or being razed) =
Status\n(puppet, resistance or being razed) = Status\n(Marionette, Widerstand oder Auslöschung)
# Victory

View File

@ -1414,8 +1414,7 @@ Civilization Info = Info civiltà
Relations = Rapporti
Trade request = Richiesta commerciale
Garrisoned by unit = Con guarnigione
# Requires translation!
Status\n(puppet, resistance or being razed) =
Status\n(puppet, resistance or being razed) = Status\n(fantoccio, resistenza o sacco in corso)
# Victory

View File

@ -1415,7 +1415,7 @@ Relations = Relacje
Trade request = Zapotrzebowanie na handel
Garrisoned by unit = Zgarnizowane przez jednostkę
# Requires translation!
Status\n(puppet, resistance or being razed) =
Status\n(puppet, resistance or being razed) = Status\n(marionetka, stawiające opór lub będące w trakcie burzenia)
# Victory

View File

@ -1414,8 +1414,7 @@ Civilization Info = Информация о цивилизации
Relations = Отношения
Trade request = Торговое предложение
Garrisoned by unit = Юнит в гарнизоне
# Requires translation!
Status\n(puppet, resistance or being razed) =
Status\n(puppet, resistance or being razed) = Статус\n(сателлит, сопротивляется или разрушается)
# Victory

View File

@ -4,8 +4,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.21"
const val appName = "Unciv"
const val appCodeNumber = 914
const val appVersion = "4.8.6"
const val appCodeNumber = 915
const val appVersion = "4.8.7"
const val gdxVersion = "1.11.0"
const val ktorVersion = "2.2.3"

View File

@ -1,3 +1,21 @@
## 4.8.7
Reload images when downloading or removing a mod
Fixed mod compatibility autochanges
debug: More details for destination tile when failing to move to a tile
By tuvus:
- Added return worker notification
- Liberate civ open borders fix
By SomeTroglodyte:
- Reorganize and fix WorldScreenTopBar
- Allow Space Key to close PlayerReadyScreen
💚 add tests covering most nukes functionalities - By Framonti
## 4.8.6
Mod checker accepts era for unit type

View File

@ -536,7 +536,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.8.6", 914)
val VERSION = Version("4.8.7", 915)
//endregion
lateinit var Current: UncivGame

View File

@ -0,0 +1,17 @@
Reload images when downloading or removing a mod
Fixed mod compatibility autochanges
debug: More details for destination tile when failing to move to a tile
By tuvus:
- Added return worker notification
- Liberate civ open borders fix
By SomeTroglodyte:
- Reorganize and fix WorldScreenTopBar
- Allow Space Key to close PlayerReadyScreen
💚 add tests covering most nukes functionalities - By Framonti