Skip to content

Commit 434263f

Browse files
authored
Update README.md
1 parent c883bdb commit 434263f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
1515
> [!IMPORTANT]
1616
> Not patching 5.17.0+ when you trigger from "Custom Version - Workflow Dispatch" is Fixed now!
1717
18+
> [!NOTE]
1819
> Only for Windows!
1920
2021
* How even this Automated Patching Works?
@@ -25,6 +26,7 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
2526
- Custom Version - Workflow Dispatch - Allows you to select a compatible version (5.9.0 +) and patch and upload as a workflow artifact.
2627
- Continuous Patch - Patches FE as it's released by Telerik and make a github release of patched app.
2728

29+
> [!TIP]
2830
> 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 +
2931
3032
> ~`Note that Only `Workflow Dispatch` automation mentioned above is not available *for now!*~
@@ -55,6 +57,7 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
5557
- After a successful trigger download artifact that named like `Fiddler-Everywhere-VX.X.X-Patched-Maual-Dispatched`
5658
- Extract it. Run it
5759

60+
> [!WARNING]
5861
> Please Note that Only Versions Up to 5.9.0 `( 5.0.9 + )` are supported.
5962
6063
> You can find a list of releases here - [Release History](https://www.telerik.com/support/whats-new/fiddler-everywhere/release-history)
@@ -65,17 +68,22 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
6568

6669

6770
### With `Continuous Patch`
68-
- We highly reccomend you to not to use this version. Please don't use this. It still has a lot of vulnerabilities.
71+
> [!CAUTION]
72+
> We highly reccomend you to not to use this version. Please don't use this. It still has a lot of vulnerabilities.
73+
6974
- Fork this repo.
7075
- 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`
7176
- 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!***
7277
- The action workflows triggers 1t 00:00 UTC everyday, and if it found a new version, the artifact will be uploaded.
7378
> 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.
7479
- 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-Maual-Dispatched`
7580
- Extract it. Run it
76-
77-
> Important, we highly reccomend you to disable this workflow patch as it consume a lot of resources from github action runners!
7881

79-
Note: For Generic `Linux` and `MacOS` instructions, use [source repository](https://github.com/msojocs/fiddler-everywhere-enhance)
82+
> [!WARNING]
83+
> 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.
84+
85+
> [!NOTE]
86+
> For Generic `Linux` and `MacOS` instructions, use [source repository](https://github.com/msojocs/fiddler-everywhere-enhance)
8087
81-
Please don't use this patch for illegal matters. And we'd love if you can buy and support the officials: [Please Support](https://www.telerik.com/purchase/fiddler)
88+
> [!CAUTION]
89+
> Please don't use this patch for illegal matters. And we'd love if you can buy and support the officials: [Please Support](https://www.telerik.com/purchase/fiddler)

0 commit comments

Comments
 (0)