From 6c6662d1fd96a8a71d75cae4badb0cd170a65ee1 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 9 Sep 2024 22:08:41 -0700 Subject: [PATCH 1/4] 1.0.6.5 --- testing/live/Malmstone/manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/live/Malmstone/manifest.toml b/testing/live/Malmstone/manifest.toml index 7d3374ef9e..99935ad65f 100644 --- a/testing/live/Malmstone/manifest.toml +++ b/testing/live/Malmstone/manifest.toml @@ -1,11 +1,11 @@ [plugin] repository = "https://github.com/pinapelz/ffxiv-malmstone.git" -commit = "98b1736f9f578f4d66698de321ae7cc85a534ce3" +commit = "2904048bcff8a2ecb8e8770f379fc52bb9297281" owners = ["pinapelz"] project_path = "Malmstone" changelog = """ -- Added option to automatically stop showing toast/chat notifications after reaching a series level -- Added preliminary Frontline losing streak bonus tracking -- Added tooltips with Series EXP values for each game mode +Bug Fixes: +- Fix an issue where initial Frontline stats is cached before player is loaded +- Fix UI bug where toggling Frontline bonus off and on doesn't mark data as potentially outdated """ From c18789aaf9eae99b8e9875e120d91298f5bd94ae Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 9 Sep 2024 22:12:47 -0700 Subject: [PATCH 2/4] Update manifest.toml --- testing/live/Malmstone/manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/live/Malmstone/manifest.toml b/testing/live/Malmstone/manifest.toml index 99935ad65f..b8234f7050 100644 --- a/testing/live/Malmstone/manifest.toml +++ b/testing/live/Malmstone/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/pinapelz/ffxiv-malmstone.git" -commit = "2904048bcff8a2ecb8e8770f379fc52bb9297281" +commit = "40ec0e9400dcfd7400daa62b4ef765352b233d3a" owners = ["pinapelz"] project_path = "Malmstone" changelog = """ From 741b423c4dcfad1733a12a559cd11cec32be330c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 9 Sep 2024 22:16:24 -0700 Subject: [PATCH 3/4] Update manifest.toml --- testing/live/Malmstone/manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/live/Malmstone/manifest.toml b/testing/live/Malmstone/manifest.toml index b8234f7050..06820176e9 100644 --- a/testing/live/Malmstone/manifest.toml +++ b/testing/live/Malmstone/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/pinapelz/ffxiv-malmstone.git" -commit = "40ec0e9400dcfd7400daa62b4ef765352b233d3a" +commit = "8fdfb016aa8045849a87a17b42ecd6675c7fe025" owners = ["pinapelz"] project_path = "Malmstone" changelog = """ From 11cc2c695b62d729f80cf880af67e8b41bf65faa Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 9 Sep 2024 22:44:53 -0700 Subject: [PATCH 4/4] fix logic to work with alts --- testing/live/Malmstone/manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/live/Malmstone/manifest.toml b/testing/live/Malmstone/manifest.toml index 06820176e9..96ad2fb1a6 100644 --- a/testing/live/Malmstone/manifest.toml +++ b/testing/live/Malmstone/manifest.toml @@ -1,11 +1,12 @@ [plugin] repository = "https://github.com/pinapelz/ffxiv-malmstone.git" -commit = "8fdfb016aa8045849a87a17b42ecd6675c7fe025" +commit = "8dd8dc166e98a50d35918a2715808b39208aa6d7" owners = ["pinapelz"] project_path = "Malmstone" changelog = """ Bug Fixes: - Fix an issue where initial Frontline stats is cached before player is loaded - Fix UI bug where toggling Frontline bonus off and on doesn't mark data as potentially outdated +- Fix initial PVP profile data loading to handle alts """