You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
15
15
> [!IMPORTANT]
16
16
> Not patching 5.17.0+ when you trigger from "Custom Version - Workflow Dispatch" is Fixed now!
17
17
18
+
> [!NOTE]
18
19
> Only for Windows!
19
20
20
21
* 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
25
26
- Custom Version - Workflow Dispatch - Allows you to select a compatible version (5.9.0 +) and patch and upload as a workflow artifact.
26
27
- Continuous Patch - Patches FE as it's released by Telerik and make a github release of patched app.
27
28
29
+
> [!TIP]
28
30
> 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 +
29
31
30
32
> ~`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
55
57
- After a successful trigger download artifact that named like `Fiddler-Everywhere-VX.X.X-Patched-Maual-Dispatched`
56
58
- Extract it. Run it
57
59
60
+
> [!WARNING]
58
61
> Please Note that Only Versions Up to 5.9.0 `( 5.0.9 + )` are supported.
59
62
60
63
> 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
65
68
66
69
67
70
### 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
+
69
74
- Fork this repo.
70
75
- 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`
71
76
- 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!***
72
77
- The action workflows triggers 1t 00:00 UTC everyday, and if it found a new version, the artifact will be uploaded.
73
78
> 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.
74
79
- 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`
75
80
- 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!
78
81
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)
80
87
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