Unciv/fastlane/metadata/android/en-US/changelogs/926.txt

28 lines
1.0 KiB
Plaintext
Raw Normal View History

Version rollout (#10412) * Bump version and create initial changelog entry * Update German translation (#10409) * Update Spanish translations (#10407) * Update full_description.txt * Update short_description.txt * Update Spanish.properties * Update Polish.properties (#10398) * Update Indonesian.properties (#10396) Fastlane update and other new translations * Add missing translations to Ukrainian (#10393) Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com> * Update Italian.properties (#10392) * Update French.properties (#10389) * Update Dutch.translations (#10388) * Update Simplified Chinese (#10386) * Update Brazilian_Portuguese.properties (#10383) * Update Romanian.properties (#10354) --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: mape6 <mape6@posteo.de> Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com> Co-authored-by: Lesiakower <125187776+Lesiakower@users.noreply.github.com> Co-authored-by: kensvin <kensvin28@gmail.com> Co-authored-by: Kostiantyn Ko <test9@mormat.name> Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com> Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com> Co-authored-by: Ouaz <Ouaz@users.noreply.github.com> Co-authored-by: Lena Bullens <95299589+LenaBullens@users.noreply.github.com> Co-authored-by: chr_56 <30681738+chr56@users.noreply.github.com> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com> Co-authored-by: ghd987654321 <141758961+ghd987654321@users.noreply.github.com>
2023-11-03 05:16:36 +07:00
Easier location of mod errors, by specifying not only the name of the object with unique problems, but also the type
Added test for both sides of filtering unique, to not raise mod warnings on both the filter and the filtered unique
Tile generation condition parameters converted to fractions, to avoid errors
Fastlane fixes
RulesetValidator reorg - instead of running 2 sets of unique checks for base rulesets and filtering out results from the first to get the second, we now separate and have one function for non-base-rulesets, and one for base rulesets.
I was wrong, this is for *parameter severity*
chore: General rename UniqueComplianceErrorSeverity -> UniqueErrorScope.
@Framonti
Fastlane description update and cleanup
By SomeTroglodyte:
- Modded Citadel no longer hard-codes name and icon in Notification
- Potpourri of RekMod-inspired little updates
- Fix mini-player showing last track during inter-track silence,
- Allow modders to hide individual Uniques from Civilopedia
- No ruins undo
Fixed null reference error related to nuking - By tuvus