From e1264fb89a5376f1b3e04977f928602c5ef33269 Mon Sep 17 00:00:00 2001 From: Kreato Date: Thu, 20 Jul 2023 23:30:01 +0300 Subject: [PATCH 1/2] Create github-releases-to-discord.yml --- .../workflows/github-releases-to-discord.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/github-releases-to-discord.yml diff --git a/.github/workflows/github-releases-to-discord.yml b/.github/workflows/github-releases-to-discord.yml new file mode 100644 index 00000000..0174443c --- /dev/null +++ b/.github/workflows/github-releases-to-discord.yml @@ -0,0 +1,17 @@ +on: + release: + types: [published] + +jobs: + github-releases-to-discord: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Github Releases To Discord + uses: SethCohen/github-releases-to-discord@v1.13.0 + with: + webhook_url: ${{ secrets.WEBHOOK_URL }} + color: "2105893" + username: "Release Changelog" + avatar_url: "https://cdn.discordapp.com/attachments/922873250265051136/1131684088638623814/2.png" From f29ae93ccf0238e27a416b1624f352bad283b666 Mon Sep 17 00:00:00 2001 From: GillianMC Date: Fri, 21 Jul 2023 00:22:52 +0300 Subject: [PATCH 2/2] fix shader fixes page --- docs/essential-modding/shader-fixes.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/essential-modding/shader-fixes.en.md b/docs/essential-modding/shader-fixes.en.md index fd2d2aab..99f602f2 100644 --- a/docs/essential-modding/shader-fixes.en.md +++ b/docs/essential-modding/shader-fixes.en.md @@ -28,10 +28,10 @@ You can either install this mod as a standalone, as a part of [IV Tweaker](../.. * Extract the files from the :material-folder:==1. Main== to the :material-folder:==update==, replacing all files if prompted. ??? tip "Console-like Gamma" If you also want to have console-like gamma and ==you're not using FusionFix==, extract :material-folder:==2. Addons\Console-like Gamma== to :material-folder:==update==, replacing all files when prompted. -
- ![Console Gamma](assets/console-gamma.png) -
-
+
+ ![Console Gamma](assets/console-gamma.png) +
+
=== "Part of IV Tweaker" !!! warning ""