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
+5-20
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ This's the guide for applying patch automatically.
14
14
15
15
## Get Started.
16
16
17
+
> [!IMPORTANT]
18
+
> 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 +`/.
19
+
17
20
> [!IMPORTANT]
18
21
> Failing to download Yui Patch for all FE versions (Because the organization and repo-name renamed from `Yukihana``-->``Yui`), is fixed now.
19
22
@@ -35,12 +38,10 @@ This's the guide for applying patch automatically.
35
38
* Continuous or Workflow Dispatch? or Workflow Dispatch Latest?
36
39
- Latest Version - Workflow Dispatch - Patch the latest version, and upload as artifact.
37
40
- Custom Version - Workflow Dispatch - Allows you to select a compatible version (5.9.0 +) and patch and upload as a workflow artifact.
38
-
- Continuous Patch - Patches FE as it's released by Telerik and make a github release of patched app.
39
41
40
42
> [!TIP]
41
-
> 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 +
42
-
43
-
> ~`Note that Only `Workflow Dispatch` automation mentioned above is not available *for now!*~
43
+
> We highly reccomend you to use ***Latest Version - Workflow Dispatch***, which patch the latest available version.
44
+
> ***Custon Version - Workflow Dispatch*** allows you to select a version starting from 5.9.0 + too.
44
45
45
46
46
47
### With `Latest Version - Workflow Dispatch`
@@ -77,22 +78,6 @@ This's the guide for applying patch automatically.
> We highly reccomend you to not to use this version. Please don't use this. It still has a lot of vulnerabilities.
84
-
85
-
- Fork this repo.
86
-
- 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`
87
-
- 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!***
88
-
- The action workflows triggers 1t 00:00 UTC everyday, and if it found a new version, the artifact will be uploaded.
89
-
> 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.
90
-
- 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`
91
-
- Extract it. Run it
92
-
93
-
> [!WARNING]
94
-
> 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.
95
-
96
81
> [!NOTE]
97
82
> For Generic `Linux` and `MacOS` instructions, use [source repository](https://github.com/msojocs/fiddler-everywhere-enhance)
0 commit comments