From f522fe787e5089bdb11bfed740e8cf374767ce73 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 21 Dec 2025 17:38:41 -0500 Subject: [PATCH 1/3] Update plugins to API 14 --- stable/AllowLoginFail/manifest.toml | 2 +- stable/Auracite/manifest.toml | 2 +- stable/EasyFullscreen/manifest.toml | 2 +- stable/Hooky/manifest.toml | 2 +- stable/Rebound/manifest.toml | 2 +- stable/Refitter/manifest.toml | 2 +- stable/Scripter/manifest.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/AllowLoginFail/manifest.toml b/stable/AllowLoginFail/manifest.toml index fc18663..52984f7 100644 --- a/stable/AllowLoginFail/manifest.toml +++ b/stable/AllowLoginFail/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/AllowLoginFail.git" -commit = "737370daacb04ede5151d5db2a86f67b0309286d" +commit = "da0c2ce778e8d6b35db48f7e91edd5f710116a2b" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Auracite/manifest.toml b/stable/Auracite/manifest.toml index 3030c64..c97ee3f 100644 --- a/stable/Auracite/manifest.toml +++ b/stable/Auracite/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/redstrate/Auracite.git" -commit = "e3fa3dab5b6880ce869152acc4ea01e18cab160b" +commit = "6b57f9bd65d0ee33de27c3c9834e8195cd2da437" owners = [ "redstrate" ] changelog = '''''' project_path = "dalamud" diff --git a/stable/EasyFullscreen/manifest.toml b/stable/EasyFullscreen/manifest.toml index 7225553..93b185f 100644 --- a/stable/EasyFullscreen/manifest.toml +++ b/stable/EasyFullscreen/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/EasyFullscreen.git" -commit = "314de412b5c7d390e120589c8b66e70d47b143ad" +commit = "c934f919daf0cbf090c1d60afcc064d798f74fb3" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Hooky/manifest.toml b/stable/Hooky/manifest.toml index 6bb9778..0e0a1c1 100644 --- a/stable/Hooky/manifest.toml +++ b/stable/Hooky/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/Hooky.git" -commit = "b6437cb41046721e12aaac10f82e48188246959c" +commit = "5ef84bc38853c177c9744fa27abe287d5ab11a93" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Rebound/manifest.toml b/stable/Rebound/manifest.toml index 381976f..28216d5 100644 --- a/stable/Rebound/manifest.toml +++ b/stable/Rebound/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://github.com/redstrate/Rebound.git" -commit = "d4514674136f4d4bc556626470983e1224dcae37" +commit = "1420cd0c880c7516c6dd8486b65072a752a25755" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Refitter/manifest.toml b/stable/Refitter/manifest.toml index 7695434..9f55387 100644 --- a/stable/Refitter/manifest.toml +++ b/stable/Refitter/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/Refitter.git" -commit = "218ab5e3afd15397940eff3885696c9a1cbe0c04" +commit = "b1f611ac71cf4883ff7c40b4acd6cdb9edbd56d0" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Scripter/manifest.toml b/stable/Scripter/manifest.toml index 94bcab3..c05eb3d 100644 --- a/stable/Scripter/manifest.toml +++ b/stable/Scripter/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/Scripter.git" -commit = "84c1897b7e179db471e2b1b86ffd30842be55233" +commit = "bbee43474bc080f504acf75facb48e14a8e04ae3" owners = [ "redstrate" ] changelog = '''''' From b1cd955e700a5c828cd6bb6aca4756e2b654a4eb Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 21 Dec 2025 17:57:48 -0500 Subject: [PATCH 2/3] Use .NET 10 --- .github/workflows/main.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe994ed..060cbc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,14 +22,19 @@ jobs: cargo install --git https://codeberg.org/redstrate/DalamudRepoTool.git - name: Checkout manifests - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: redstrate/DalamudPlugins path: manifests ref: ${{ github.event.pull_request.head.sha }} + - name: Setup .NET Core SDK + uses: actions/setup-dotnet@v5 + with: + dotnet-version: "10.0.x" + - name: Checkout Plogon - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: redstrate/Plogon path: Plogon @@ -54,7 +59,7 @@ jobs: --mode=Commit --build-all - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: plugin-artifact path: output From 1719964f2c34ac870aadb36c99819338c745b1c2 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 21 Dec 2025 18:08:39 -0500 Subject: [PATCH 3/3] Use Dalamud 14.0.1 --- stable/AllowLoginFail/manifest.toml | 2 +- stable/Auracite/manifest.toml | 2 +- stable/EasyFullscreen/manifest.toml | 2 +- stable/Hooky/manifest.toml | 2 +- stable/Rebound/manifest.toml | 2 +- stable/Refitter/manifest.toml | 2 +- stable/Scripter/manifest.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/AllowLoginFail/manifest.toml b/stable/AllowLoginFail/manifest.toml index 52984f7..9bffc97 100644 --- a/stable/AllowLoginFail/manifest.toml +++ b/stable/AllowLoginFail/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/AllowLoginFail.git" -commit = "da0c2ce778e8d6b35db48f7e91edd5f710116a2b" +commit = "cd8784fd6059a77dc9a0e76f0832ae3c24f565c1" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Auracite/manifest.toml b/stable/Auracite/manifest.toml index c97ee3f..e5e164d 100644 --- a/stable/Auracite/manifest.toml +++ b/stable/Auracite/manifest.toml @@ -1,6 +1,6 @@ [plugin] repository = "https://github.com/redstrate/Auracite.git" -commit = "6b57f9bd65d0ee33de27c3c9834e8195cd2da437" +commit = "9171814eb88824fd0f17a0a1824c4e707cee5909" owners = [ "redstrate" ] changelog = '''''' project_path = "dalamud" diff --git a/stable/EasyFullscreen/manifest.toml b/stable/EasyFullscreen/manifest.toml index 93b185f..12b913d 100644 --- a/stable/EasyFullscreen/manifest.toml +++ b/stable/EasyFullscreen/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/EasyFullscreen.git" -commit = "c934f919daf0cbf090c1d60afcc064d798f74fb3" +commit = "1045468fdc96d98f5dd074eea696c4c47ffa214b" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Hooky/manifest.toml b/stable/Hooky/manifest.toml index 0e0a1c1..5aa9a12 100644 --- a/stable/Hooky/manifest.toml +++ b/stable/Hooky/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/Hooky.git" -commit = "5ef84bc38853c177c9744fa27abe287d5ab11a93" +commit = "8938e4ff061af8b68bb268551f71fa1726b5a25e" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Rebound/manifest.toml b/stable/Rebound/manifest.toml index 28216d5..c7f292e 100644 --- a/stable/Rebound/manifest.toml +++ b/stable/Rebound/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://github.com/redstrate/Rebound.git" -commit = "1420cd0c880c7516c6dd8486b65072a752a25755" +commit = "09349a0c949cc7535e5596c4674995836c78ac72" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Refitter/manifest.toml b/stable/Refitter/manifest.toml index 9f55387..0230966 100644 --- a/stable/Refitter/manifest.toml +++ b/stable/Refitter/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/Refitter.git" -commit = "b1f611ac71cf4883ff7c40b4acd6cdb9edbd56d0" +commit = "f3f41a2cb30d961206c0514ca9b10db50fa859ec" owners = [ "redstrate" ] changelog = '''''' diff --git a/stable/Scripter/manifest.toml b/stable/Scripter/manifest.toml index c05eb3d..c18126a 100644 --- a/stable/Scripter/manifest.toml +++ b/stable/Scripter/manifest.toml @@ -1,5 +1,5 @@ [plugin] repository = "https://codeberg.org/redstrate/Scripter.git" -commit = "bbee43474bc080f504acf75facb48e14a8e04ae3" +commit = "08fdc1d0b557ce0d31db377f48acdb1f88c7c797" owners = [ "redstrate" ] changelog = ''''''