From fe27b7c88d160fcdbdc879e5b97f8bd1a8813732 Mon Sep 17 00:00:00 2001 From: "Sipsuru (Dragon Patches)" Date: Tue, 8 Oct 2024 18:27:48 +0530 Subject: [PATCH] Update README.md --- README.md | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 42e38da..b7eca11 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ This's the guide for applying patch automatically. ## Get Started. + > [!IMPORTANT] + > Failing to download Yukihana Patch for FE versions < 5.17.0 (Because file names sctill contains `yukihana` not `yui` except `Yui-Patch 1.1.3 +`/. + > [!IMPORTANT] > Failing to download Yui Patch for all FE versions (Because the organization and repo-name renamed from `Yukihana` `-->` `Yui`), is fixed now. @@ -35,12 +38,10 @@ This's the guide for applying patch automatically. * Continuous or Workflow Dispatch? or Workflow Dispatch Latest? - Latest Version - Workflow Dispatch - Patch the latest version, and upload as artifact. - Custom Version - Workflow Dispatch - Allows you to select a compatible version (5.9.0 +) and patch and upload as a workflow artifact. - - Continuous Patch - Patches FE as it's released by Telerik and make a github release of patched app. > [!TIP] -> We highly reccomend you to use ***Latest Version - Workflow Dispatch***, which patch the latest available version. or ***Custon Version - Workflow Dispatch*** which allows you to select a version starting from 5.9.0 + - -> ~`Note that Only `Workflow Dispatch` automation mentioned above is not available *for now!*~ +> We highly reccomend you to use ***Latest Version - Workflow Dispatch***, which patch the latest available version. +> ***Custon Version - Workflow Dispatch*** allows you to select a version starting from 5.9.0 + too. ### With `Latest Version - Workflow Dispatch` @@ -77,22 +78,6 @@ This's the guide for applying patch automatically. https://github.com/user-attachments/assets/1e9fa214-b9c9-469c-83f0-e5ae4527d2f7 - -### With `Continuous Patch` - > [!CAUTION] - > We highly reccomend you to not to use this version. Please don't use this. It still has a lot of vulnerabilities. - - - Fork this repo. - - For Continuous Patch a `Repository Variable` named `LATEST_PATCHED_VERSION` is needed. You should put the current latest version that available in the [Release History](https://www.telerik.com/support/whats-new/fiddler-everywhere/release-history) but without 'V'. So for ex: `5.17.0` - - The continuous patch patch newer versions than the version named in `LATEST_PATCHED_VERSION` and ***Currently you need to manually update this repository vairiable after patching a new version with this or else it'll keep patching the same version everyday!*** - - The action workflows triggers 1t 00:00 UTC everyday, and if it found a new version, the artifact will be uploaded. - > Causion: The action won't upload patched app as release for now. So you've to manually check if a new version is patched (everyday) by refering artifact section of the runned actions. - - If Telerik has uploaded a new version, if it's patched in a continuous trigger, download the artifact named like `Fiddler-Everywhere-VX.X.X-Patched` - - Extract it. Run it - - > [!WARNING] - > We highly reccomend you to disable this workflow patch as it consume a lot of resources from github action runners! & you won't like a lot's of workflow runs too. - > [!NOTE] > For Generic `Linux` and `MacOS` instructions, use [source repository](https://github.com/msojocs/fiddler-everywhere-enhance)