Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsuru authored Oct 8, 2024
1 parent d8b5d4b commit fe27b7c
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit fe27b7c

Please sign in to comment.