From 123f6272da72a341312a81e6a198058b42f4d1d3 Mon Sep 17 00:00:00 2001 From: radax864 Date: Mon, 6 Jan 2025 13:24:35 +1300 Subject: [PATCH] CWLSLastSeenTool 1.1.3.0 (#5319) * [Testing] CWLSLastSeenTool 1.0.0.1 Release version for testing * submit 1.1.0.0 update for testing Major rewrite. Tidy up main code and methods. Added proper support for multiple cross-world linkshells. Members no longer in the CWLS will show in red. Added member count to currently selected CWLS. * 1.1.1.0 Update manifest.toml * 1.1.1.0 update * 1.1.2.0 * 1.1.2.1 for update 7.1 * CWLSLastSeenTool 1.1.2.1 Push 1.1.2.1 to live * 1.1.3.0 updated settings window layout and added ability to remove whole cwls lists and reassign orphaned lists to new cwls names --- stable/CWLSLastSeenTool/manifest.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stable/CWLSLastSeenTool/manifest.toml b/stable/CWLSLastSeenTool/manifest.toml index f22b3251eb..db92a00c12 100644 --- a/stable/CWLSLastSeenTool/manifest.toml +++ b/stable/CWLSLastSeenTool/manifest.toml @@ -1,10 +1,12 @@ [plugin] repository = "https://github.com/radax864/CWLSLastSeenTool.git" -commit = "be9676b29444782a108cc3fb8e42e26eeed01f9e" +commit = "f8b6ca0cba7488bd1fa91219fcbdbd355ab09944" owners = ["radax864"] project_path = "CWLSLastSeenTool" changelog = """ -Version 1.1.2.1 +Version 1.1.3.0 -- Update to API 11 and Lumina 5 for patch 7.1. +- Updated settings/advanced options window layout. +- Added advanced option to delete the whole selected CWLS list. +- Added advanced option to merge/update the selected CWLS list against a new Cross-world Linkshell (for lists orphaned by Cross-world Linkshell name changes). """