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
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,25 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
12
12
13
13
## Get Started
14
14
15
+
> [!IMPORTANT]
16
+
> Not patching 5.17.0+ when you trigger from "Custom Version - Workflow Dispatch" is Fixed now!
17
+
15
18
> Only for Windows!
16
19
17
20
* How even this Automated Patching Works?
18
21
- Well, this automated patch do the same that you do mannually for patching. It downloads fiddler everywhere extract it. Remove, Replace, Edit, Move files and then, the patched application is ready.
19
22
20
23
* Continuous or Workflow Dispatch? or Workflow Dispatch Latest?
21
-
-Workflow Dispatch - Latest - Patch the latest version (even it's released in github releases), and upload as artifact.
22
-
- Workflow Dispatch - Allows you to select a compatible version (5.9.0 +) and patch and upload as a workflow artifact.
23
-
- Continuous - Patches FE as it's released by Telerik and make a github release of patched app.
24
+
-Latest Version - Workflow Dispatch - Patch the latest version, and upload as artifact.
25
+
-Custom Version - Workflow Dispatch - Allows you to select a compatible version (5.9.0 +) and patch and upload as a workflow artifact.
26
+
- Continuous Patch - Patches FE as it's released by Telerik and make a github release of patched app.
24
27
25
-
> We highly reccomend you to use ***Workflow Dispatch - Latest***, which patch the latest available version. or ***Workflow Dispatch*** which allows you to select a version starting from 5.9.0 +
28
+
> 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 +
26
29
27
-
> ~`Note that Only `Workflow Dispatch` automation mentioned above is available *for now!*~
30
+
> ~`Note that Only `Workflow Dispatch` automation mentioned above is not available *for now!*~
28
31
29
32
30
-
### With Workflow Dispatch Latest
33
+
### With `Latest Version - Workflow Dispatch`
31
34
- Fork this repo.
32
35
- Go to actions tab, Select `Latest Version - Workflow Dispatch` workflow.
33
36
- Trigger it with `workflow diaptch`
@@ -39,7 +42,13 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
> Before 21:25, Tuesday, September 24, 2024, there was a issue which won't patch 5.17.0+ versions (due to env error), if you trigger `Custom Version - WorkFlow Dispatch
49
+
`. & it's fixed now!
50
+
51
+
43
52
- Fork this repo
44
53
- Go to actions tab, Select `Custom Version - Workflow Dispatch` workflow.
45
54
- Trigger it with `workflow diaptch` providing the version you want to patch
@@ -55,8 +64,8 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
- We highlt reccomend you to not to use this version. Please don't use this. It still has a lot of vulnerabilities.
67
+
### 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.
60
69
- Fork this repo.
61
70
- 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`
62
71
- 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!***
0 commit comments