mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 07:48:31 +07:00
4.4.13
This commit is contained in:
@ -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;
|
||||
|
@ -6,7 +6,7 @@ German = 100
|
||||
Swedish = 89
|
||||
Turkish = 70
|
||||
Ukrainian = 100
|
||||
Filipino = 96
|
||||
Filipino = 97
|
||||
French = 100
|
||||
Portuguese = 66
|
||||
Indonesian = 99
|
||||
|
14
changelog.md
14
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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user