Commit Graph

26 Commits

Author SHA1 Message Date
aeb5299ca5 build(Needs bump): Bump dependencies (#2946)
Co-authored-by: Ushie <ushiekane@gmail.com>
Co-authored-by: aAbed <aabedhkhan@gmail.com>
Co-authored-by: CnC-Robert <CnC.Rob3rt@gmail.com>
2023-09-20 06:27:29 +02:00
f7352feb6e feat: Restore previous release
This reverts commit ed24a201a9.
2023-08-27 21:41:04 +02:00
ed24a201a9 fix: Revert previous release
The previous release depends on a version of ReVanced Patcher which prevents usage of resource patches on lower Android versions. To solve this issue temporarily, until a fix is present, the previous release is reverted.
2023-08-27 04:37:21 +02:00
dba0d0c1ae build(Needs bump): Bump dependencies 2023-08-23 05:01:09 +02:00
eeb3d80525 chore: remove ReadmeGenerator
This is not necessary anymore because the list of patches is now parsed and displayed by revanced/revanced-website
2023-07-06 20:19:10 +02:00
a54c464522 fix(readme-generator): attempt sorting versions with FlexVer (#2059)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-05-08 01:43:06 +02:00
8128e6ba57 fix(change-package-name): use null as default value for option packageName (#1998) 2023-05-01 05:27:14 +02:00
e29be7c6d4 refactor: move classes to correct places and fix their access
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-01-23 02:30:43 +01:00
66cd88f4d8 fix: parse any kind of patch version
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-01-23 02:26:12 +01:00
afn
97892e0104 feat: link packages to Google PlayStore (#1272) 2022-12-15 15:06:55 +01:00
47fa865244 feat: sort README patch table by amount of patches per package 2022-12-02 04:35:06 +01:00
af2a22dd87 feat!: apply changes from ReVanced Patcher 2022-11-23 00:35:07 +01:00
2471f0363d chore: migrate to new changes from the patcher 2022-10-05 04:13:14 +02:00
88c1450fa4 fix: multiple compatible pkgs on readme 2022-09-08 22:03:30 +02:00
4b917b21b7 feat: add deprecated & options to patches.json 2022-09-08 21:40:59 +02:00
cf871ffad9 feat: Add JSON meta 2022-08-28 21:39:13 +02:00
6f16bb0925 build: bump patcher dependency version 2022-08-07 22:36:02 +02:00
e3ac28a042 docs: fix readme skipping first patch (#237) 2022-07-26 16:38:14 +02:00
0c579473bb docs: better structuring (#230) 2022-07-25 20:31:07 +02:00
a5ab78188d refactor: rename class and move to sub-package 2022-07-12 00:04:22 +02:00
e6029d6716 docs: properly handle semantic versions (#156) [skip ci] 2022-07-11 21:08:47 +02:00
acc0e0abfe refactor: add missing space in generated string 2022-07-10 19:58:32 +02:00
26bf1d818f fix: invalid regex 2022-07-10 19:58:32 +02:00
10c53f720d fix: display codename for patch names 2022-07-10 19:58:32 +02:00
8081a20285 docs: templated readme (#138) 2022-07-10 15:28:18 +02:00
ac1b645ae3 docs: auto generate list of patches in README.md (#133)
* feat: auto generate list of patches in `README.md`

* sample readme

* formatting

* add codeblocks

* sample readme

* run on publish

* make workflow commit readme

* update readme [skip ci]

* update gen [skip ci]

* update workflow [skip ci]

* add readme to release assets

* fix: spacing in title

Co-authored-by: Sculas <contact@sculas.xyz>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-07-08 21:17:39 +02:00