From 54a885105e6aff51d867ba3558a497af48f71e47 Mon Sep 17 00:00:00 2001 From: Dorako Date: Wed, 6 Dec 2023 23:57:12 +0100 Subject: [PATCH] update github action --- .github/workflows/main.yml | 3 ++- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e895ba..eb2cda9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,8 @@ jobs: run: npx @ghost-fvtt/foundry-publish env: FVTT_MANIFEST_PATH: "module.json" - FVTT_PACKAGE_ID: 1906 + FVTT_PACKAGE_ID: "pf2e-dorako-ui" FVTT_USERNAME: ${{ secrets.FOUNDRY_ADMIN_USERNAME }} FVTT_PASSWORD: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }} FVTT_MANIFEST_URL: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json + FVTT_USE_NEW_PACKAGE_ADMINISTRATION_INTERFACE: true diff --git a/CHANGELOG.md b/CHANGELOG.md index e551e0b..e7710f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - (Custom CSS) Renamed some CSS variables for clarity. - (Custom CSS) Check the new [Documentation](https://github.com/Dorako/pf2e-dorako-ui/wiki/Theme-Variables). -- (Refinement) Made the Foundry 2 chat message theme much more reactive to player color. Rolltype no longer influences background color, but instead colors the rolltype indicator in the header. +- (Foundry 2) Made the Foundry 2 chat message theme much more reactive to player color. Rolltype no longer influences background color, but instead colors the rolltype indicator in the header. - (New) Added new "Do it Yourself" themes. These themes contain Dorako UI's theme framework, require you to supply your own custom CSS. Check the [Wiki](https://github.com/Dorako/pf2e-dorako-ui/wiki) for getting started. # 3.2.4