This commit is contained in:
Yair Morgenstern
2023-02-09 19:37:51 +02:00
parent 5477a62a10
commit 312f308060
4 changed files with 12 additions and 21 deletions

View File

@ -41,6 +41,7 @@ async function parseCommits() {
var reachedPreviousVersion = false; var reachedPreviousVersion = false;
var nextVersionString = ""; var nextVersionString = "";
result.data.forEach(commit => { 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; if (reachedPreviousVersion || commit.author == null) return;
var author = commit.author.login; var author = commit.author.login;
if (author === "uncivbot[bot]") return; if (author === "uncivbot[bot]") return;

View File

@ -6,7 +6,7 @@ German = 100
Swedish = 89 Swedish = 89
Turkish = 70 Turkish = 70
Ukrainian = 100 Ukrainian = 100
Filipino = 96 Filipino = 97
French = 100 French = 100
Portuguese = 66 Portuguese = 66
Indonesian = 99 Indonesian = 99

View File

@ -1,19 +1,15 @@
## 4.4.13 ## 4.4.13
Attempt to fix strange bug in github api (https://github.com/yairm210/Unciv/actions/runs/4136712446/jobs/7151150557)
Resolved - 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 Enemy indicator, city culture hex outline + misc - By vegeta1k95
Fixed air sweep crash
Some modifications for performance optimization - By lishaoxia1985 Some modifications for performance optimization - By lishaoxia1985
modding: conditionally-unbuildable buildings display their cost
Can no longer 'upgrade unit' between turns
By Gualdimar: By Gualdimar:
- Fixed getDiplomacyManager() Exception - Fixed getDiplomacyManager() Exception
- Revert knows() changes - Revert knows() changes

View File

@ -1,19 +1,13 @@
Attempt to fix strange bug in github api (https://github.com/yairm210/Unciv/actions/runs/4136712446/jobs/7151150557)
Resolved - 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 Enemy indicator, city culture hex outline + misc - By vegeta1k95
Fixed air sweep crash
Some modifications for performance optimization - By lishaoxia1985 Some modifications for performance optimization - By lishaoxia1985
modding: conditionally-unbuildable buildings display their cost
Can no longer 'upgrade unit' between turns
By Gualdimar: By Gualdimar:
- Fixed getDiplomacyManager() Exception - Fixed getDiplomacyManager() Exception
- Revert knows() changes - Revert knows() changes