From 312f308060debe88a52fc0b7f913b571bed875f9 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Thu, 9 Feb 2023 19:37:51 +0200 Subject: [PATCH] 4.4.13 --- .../workflows/incrementVersionAndChangelog.js | 1 + .../completionPercentages.properties | 2 +- changelog.md | 14 +++++--------- .../metadata/android/en-US/changelogs/811.txt | 16 +++++----------- 4 files changed, 12 insertions(+), 21 deletions(-) diff --git a/.github/workflows/incrementVersionAndChangelog.js b/.github/workflows/incrementVersionAndChangelog.js index 8acd76ebe0..ac071abfd0 100644 --- a/.github/workflows/incrementVersionAndChangelog.js +++ b/.github/workflows/incrementVersionAndChangelog.js @@ -41,6 +41,7 @@ async function parseCommits() { var reachedPreviousVersion = false; var nextVersionString = ""; result.data.forEach(commit => { + // See https://github.com/yairm210/Unciv/actions/runs/4136712446/jobs/7151150557 for example of strange commit with null author if (reachedPreviousVersion || commit.author == null) return; var author = commit.author.login; if (author === "uncivbot[bot]") return; diff --git a/android/assets/jsons/translations/completionPercentages.properties b/android/assets/jsons/translations/completionPercentages.properties index 8bd4623104..666aa81258 100644 --- a/android/assets/jsons/translations/completionPercentages.properties +++ b/android/assets/jsons/translations/completionPercentages.properties @@ -6,7 +6,7 @@ German = 100 Swedish = 89 Turkish = 70 Ukrainian = 100 -Filipino = 96 +Filipino = 97 French = 100 Portuguese = 66 Indonesian = 99 diff --git a/changelog.md b/changelog.md index e2f77ba057..119c79ef54 100644 --- a/changelog.md +++ b/changelog.md @@ -1,18 +1,14 @@ ## 4.4.13 -Attempt to fix strange bug in github api (https://github.com/yairm210/Unciv/actions/runs/4136712446/jobs/7151150557) +Enemy indicator, city culture hex outline + misc - By vegeta1k95 -Resolved - modding: conditionally-unbuildable buildings display their cost +Fixed air sweep crash -Resolved - Can no longer 'upgrade unit' between turns +Some modifications for performance optimization - By lishaoxia1985 -Resolved - fixed air sweep crash +modding: conditionally-unbuildable buildings display their cost -4.4.12-patch1 - -Enemy indicator, city culture hex outline + misc - By vegeta1k95 - -Some modifications for performance optimization - By lishaoxia1985 +Can no longer 'upgrade unit' between turns By Gualdimar: - Fixed getDiplomacyManager() Exception diff --git a/fastlane/metadata/android/en-US/changelogs/811.txt b/fastlane/metadata/android/en-US/changelogs/811.txt index 1a863eb6e5..d8e315837c 100644 --- a/fastlane/metadata/android/en-US/changelogs/811.txt +++ b/fastlane/metadata/android/en-US/changelogs/811.txt @@ -1,18 +1,12 @@ +Enemy indicator, city culture hex outline + misc - By vegeta1k95 +Fixed air sweep crash -Attempt to fix strange bug in github api (https://github.com/yairm210/Unciv/actions/runs/4136712446/jobs/7151150557) +Some modifications for performance optimization - By lishaoxia1985 -Resolved - modding: conditionally-unbuildable buildings display their cost +modding: conditionally-unbuildable buildings display their cost -Resolved - Can no longer 'upgrade unit' between turns - -Resolved - fixed air sweep crash - -4.4.12-patch1 - -Enemy indicator, city culture hex outline + misc - By vegeta1k95 - -Some modifications for performance optimization - By lishaoxia1985 +Can no longer 'upgrade unit' between turns By Gualdimar: - Fixed getDiplomacyManager() Exception