From ac30ddee5ac42800073216f565322241f732e8b6 Mon Sep 17 00:00:00 2001 From: Gambit Date: Tue, 6 Aug 2024 18:24:27 -0400 Subject: [PATCH] 0.5.21 --- .github/workflows/main.yml | 13 +------------ module.json | 9 --------- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72e1aabc..57e24b8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,18 +18,7 @@ jobs: - name: Set Release Notes for Github id: set-release-notes-github run: | - echo "- General: Update wrapped region functionality to maintain grid snapping on gridded scene teleports" >> release_notes.txt - echo "- Additions (V12 Compatability):" >> release_notes.txt - echo " - Scatter: Updated and now uses Portal for token placement. Portal is not a requirement of the module but you will receive an error notifying you that Portal needs to be installed for this automation if you dont have it." >> release_notes.txt - echo " - Stroke of Luck: Updated and now compatible with v12." >> release_notes.txt - echo "- Bugfixes:" >> release_notes.txt - echo " - Sentinel: Fix some invalidly placed code. Add appropriate workflowOptions." >> release_notes.txt - echo " - Opportunity Attack: Add appropriate workflowOptions." >> release_notes.txt - echo " - Mage Slayer: Add appropriate workflowOptions." >> release_notes.txt - echo " - Riposte: Add appropriate workflowOptions." >> release_notes.txt - echo " - Indomitable: Remove reaction check and reaction usage, since... it doesnt use a reaction" >> release_notes.txt - echo " - Infestation: Updated function to fix token movement." >> release_notes.txt - echo " - Confusion: Updated function to fix token movement." >> release_notes.txt + echo "- General: Remove Bugs as a required module. It is still necessary for most people to maintain midi flags on system statuses for v12, but Chris Premades and Dfreds CE are likely coming soon as additional options." >> release_notes.txt echo "release-notes-github<> $GITHUB_ENV cat release_notes.txt >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV diff --git a/module.json b/module.json index 7958380b..20c7fb59 100644 --- a/module.json +++ b/module.json @@ -276,15 +276,6 @@ "minimum": "1.4.2", "verified": "1.4.2" } - }, - { - "id": "bugs", - "type": "module", - "manifest": "https://github.com/thatlonelybugbear/bugs/releases/download/v1.2.1.1/module.json", - "compatibility": { - "minimum": "1.2.1.1", - "verified": "1.2.1.1" - } } ] },