Skip to content

Commit c883bdb

Browse files
authored
Update README.md
1 parent e6a4a83 commit c883bdb

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,25 @@ This's the guide for applying patch mannually. There'll be a repo guiding you tr
1212

1313
## Get Started
1414

15+
> [!IMPORTANT]
16+
> Not patching 5.17.0+ when you trigger from "Custom Version - Workflow Dispatch" is Fixed now!
17+
1518
> Only for Windows!
1619
1720
* How even this Automated Patching Works?
1821
- 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.
1922

2023
* 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.
2427

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 +
2629
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!*~
2831
2932

30-
### With Workflow Dispatch Latest
33+
### With `Latest Version - Workflow Dispatch`
3134
- Fork this repo.
3235
- Go to actions tab, Select `Latest Version - Workflow Dispatch` workflow.
3336
- 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
3942
https://github.com/user-attachments/assets/437c3448-1ea2-4c99-9123-e56b1665a37b
4043

4144

42-
### With WorkFlow Dispatch
45+
### With `Custom Version - WorkFlow Dispatch`
46+
47+
> [!IMPORTANT]
48+
> 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+
4352
- Fork this repo
4453
- Go to actions tab, Select `Custom Version - Workflow Dispatch` workflow.
4554
- 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
5564
https://github.com/user-attachments/assets/1e9fa214-b9c9-469c-83f0-e5ae4527d2f7
5665

5766

58-
### With Continuous Patch
59-
- 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.
6069
- Fork this repo.
6170
- 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`
6271
- 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

Comments
 (0)