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 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;

View File

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

View File

@ -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

View File

@ -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