semantic-release-bot
212a94cbb3
chore(release): 4.3.0-dev.9 [skip ci]
...
# [4.3.0-dev.9](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.8...v4.3.0-dev.9 ) (2024-02-28)
### Bug Fixes
* **Override certificate pinning:** Always overwrite with a generic network security configuration ([16eee2f ](16eee2f03f ))
v4.3.0-dev.9
2024-02-28 22:04:01 +00:00
oSumAtrIX
16eee2f03f
fix(Override certificate pinning): Always overwrite with a generic network security configuration
...
Previously some conditional checks prevented to patch YouTube for example. The current configuration should work globally for all apps.
2024-02-28 23:01:56 +01:00
semantic-release-bot
4937fa5fbd
chore(release): 4.3.0-dev.8 [skip ci]
...
# [4.3.0-dev.8](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.7...v4.3.0-dev.8 ) (2024-02-28)
### Bug Fixes
* Remove extra space from patch description ([#2780 ](https://github.com/ReVanced/revanced-patches/issues/2780 )) ([a6f5dd9 ](a6f5dd933f ))
v4.3.0-dev.8
2024-02-28 20:35:11 +00:00
KobeW50
a6f5dd933f
fix: Remove extra space from patch description ( #2780 )
2024-02-28 21:32:55 +01:00
semantic-release-bot
97c4682ccc
chore(release): 4.3.0-dev.7 [skip ci]
...
# [4.3.0-dev.7](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.6...v4.3.0-dev.7 ) (2024-02-26)
### Features
* **OpeningHours:** Add `Fix crash` patch ([#2697 ](https://github.com/ReVanced/revanced-patches/issues/2697 )) ([6742cd9 ](6742cd9232 ))
v4.3.0-dev.7
2024-02-26 03:52:58 +00:00
Linus
6742cd9232
feat(OpeningHours): Add Fix crash patch ( #2697 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de >
2024-02-26 04:50:59 +01:00
oSumAtrIX
5b2cc10adb
docs: Fix broken links
2024-02-26 04:37:44 +01:00
semantic-release-bot
dbad6252fb
chore(release): 4.3.0-dev.6 [skip ci]
...
# [4.3.0-dev.6](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.5...v4.3.0-dev.6 ) (2024-02-25)
### Features
* **VSCO - Unlock pro:** Constrain to last working version ([0f7ed84 ](0f7ed841d1 ))
v4.3.0-dev.6
2024-02-25 18:30:14 +00:00
oSumAtrIX
0f7ed841d1
feat(VSCO - Unlock pro): Constrain to last working version
2024-02-25 19:28:12 +01:00
semantic-release-bot
d33d7d8f35
chore(release): 4.3.0-dev.5 [skip ci]
...
# [4.3.0-dev.5](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.4...v4.3.0-dev.5 ) (2024-02-25)
### Features
* Remove unnecessary description from patch ([348e42a ](348e42a374 ))
* **Twitter - Unlock downloads:** Unlock GIF downloads ([3200da8 ](3200da8657 ))
v4.3.0-dev.5
2024-02-25 07:02:56 +00:00
oSumAtrIX
3200da8657
feat(Twitter - Unlock downloads): Unlock GIF downloads
2024-02-25 08:00:29 +01:00
oSumAtrIX
348e42a374
feat: Remove unnecessary description from patch
2024-02-25 06:51:51 +01:00
oSumAtrIX
cbbac445b6
chore: Rename issue templates
2024-02-25 03:37:53 +01:00
oSumAtrIX
1593d1352a
ci: Fix indentation in workflow
2024-02-24 01:14:45 +01:00
oSumAtrIX
c6fedaa7bc
docs: Break long lines
2024-02-23 04:12:28 +01:00
oSumAtrIX
d070aebec4
docs: Fix mistakes and wording
2024-02-23 04:12:28 +01:00
oSumAtrIX
d583256f06
docs: Remove documentation section
...
The documentation for patches is being moved to the ReVanced Patcher repository. The reason for this is because the documentation about how to create patches using ReVanced Patcher, belongs in the ReVanced Patcher repository, whereas documentation specific to the public API of ReVanced Patches belongs in this repository. Because the public API has no documentation yet, the section is removed until then.
2024-02-23 02:55:45 +01:00
oSumAtrIX
fc67d284f7
ci: Fix PR builds by adding missing GitHub token
2024-02-23 02:23:50 +01:00
semantic-release-bot
d3f3f81b75
chore(release): 4.3.0-dev.4 [skip ci]
...
# [4.3.0-dev.4](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.3...v4.3.0-dev.4 ) (2024-02-22)
### Bug Fixes
* Compile DEX without debugging information ([afe7f06 ](afe7f0605e ))
* Use deprecated members to ensure backwards compatibility ([a6d8e42 ](a6d8e4210f ))
### Features
* **X:** Add `Open links as query` patch ([#2730 ](https://github.com/ReVanced/revanced-patches/issues/2730 )) ([43359b9 ](43359b95eb ))
v4.3.0-dev.4
2024-02-22 00:13:48 +00:00
oSumAtrIX
8e8600c7c3
chore: Update fingerprint
...
The compiler of ReVanced Integrations now compiles the target method without `AccessFlags.Public`.
2024-02-22 01:11:17 +01:00
oSumAtrIX
ea33863083
ci: Do not start a Gradle daemon for PR builds
...
Because there are no subsequent builds, a daemon is not necessary
2024-02-22 01:10:09 +01:00
oSumAtrIX
a6d8e4210f
fix: Use deprecated members to ensure backwards compatibility
...
By migrating to early to new APIs of ReVanced Patcher, if you were to use old versions of ReVanced Patcher, you would get compatibility issues. By using deprecated members until most have updated ReVanced Patcher, we can ensure seamless migration.
2024-02-22 01:10:09 +01:00
oSumAtrIX
1e3356808d
ci: Split release into a separate PR build workflow
...
Because the release workflow already runs on dev and main, it is not necessary to also trigger it for PRs.
2024-02-22 01:07:05 +01:00
dic1911
43359b95eb
feat(X): Add Open links as query patch ( #2730 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de >
2024-02-22 01:07:05 +01:00
oSumAtrIX
afe7f0605e
fix: Compile DEX without debugging information
2024-02-21 04:15:38 +01:00
oSumAtrIX
8916789f7a
build: Publish to GitHub Packages
2024-02-21 04:15:38 +01:00
oSumAtrIX
0d14aa1191
build: Sign release artifacts
2024-02-21 04:15:38 +01:00
oSumAtrIX
376dda6e81
build: Bump dependencies
...
This commit also migrates away from deprecated to new APIs
2024-02-21 04:07:32 +01:00
semantic-release-bot
ff8b58b645
chore(release): 4.3.0-dev.3 [skip ci]
...
# [4.3.0-dev.3](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.2...v4.3.0-dev.3 ) (2024-02-20)
### Features
* **YouTube - Change header:** Improve patch option description ([e775bc2 ](e775bc2cae ))
* **YouTube - Custom branding:** Improve patch option description ([f4b888b ](f4b888be56 ))
v4.3.0-dev.3
2024-02-20 21:43:11 +00:00
oSumAtrIX
f4b888be56
feat(YouTube - Custom branding): Improve patch option description
2024-02-20 22:41:06 +01:00
oSumAtrIX
e775bc2cae
feat(YouTube - Change header): Improve patch option description
2024-02-20 22:41:06 +01:00
oSumAtrIX
5c566753a8
build: Bump dependencies
2024-02-14 02:44:25 +01:00
oSumAtrIX
968ebf9f50
build: Bump Gradle
2024-02-14 02:41:21 +01:00
oSumAtrIX
75c510d876
chore: Fix ReplaceWith of Deprecated annotation
2024-02-13 03:27:03 +01:00
oSumAtrIX
72528cb2f1
chore: Remove dummy subproject
...
It is not necessary anymore
2024-02-13 02:58:24 +01:00
oSumAtrIX
81d79111cf
chore: Add .editorconfig
2024-02-13 02:55:07 +01:00
oSumAtrIX
33036092b4
build: Bump dependencies
2024-02-13 02:54:40 +01:00
semantic-release-bot
f5f88092b6
chore(release): 4.3.0-dev.2 [skip ci]
...
# [4.3.0-dev.2](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.1...v4.3.0-dev.2 ) (2024-02-09)
### Features
* **Sync for Reddit:** Add `Fix /s/ links` patch ([0434d88 ](0434d8812b ))
v4.3.0-dev.2
2024-02-09 02:47:31 +00:00
oSumAtrIX
0434d8812b
feat(Sync for Reddit): Add Fix /s/ links patch
2024-02-09 03:45:37 +01:00
semantic-release-bot
ec38b8e51c
chore(release): 4.3.0-dev.1 [skip ci]
...
# [4.3.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v4.2.0...v4.3.0-dev.1 ) (2024-02-09)
### Features
* **YouTube - Change start page:** Add more start pages ([96f9b73 ](96f9b73c74 ))
v4.3.0-dev.1
2024-02-09 00:17:34 +00:00
oSumAtrIX
96f9b73c74
feat(YouTube - Change start page): Add more start pages
2024-02-09 00:50:16 +01:00
semantic-release-bot
1502fe1f7f
chore(release): 4.2.0 [skip ci]
...
# [4.2.0](https://github.com/ReVanced/revanced-patches/compare/v4.1.0...v4.2.0 ) (2024-02-08)
### Bug Fixes
* **Infinity for Reddit - Unlock subscription:** Do not crash by patching billing client ([53b29ea ](53b29ea270 ))
### Features
* **X:** Add `Hide view count` patch ([1bf9582 ](1bf9582437 ))
* **X:** Add `Unlock downloads` patch ([3343b5c ](3343b5cb12 ))
v4.2.0
2024-02-08 19:17:40 +00:00
oSumAtrIX
824d094394
chore: Merge branch dev to main ( #2693 )
2024-02-08 20:15:32 +01:00
semantic-release-bot
010471a745
chore(release): 4.2.0-dev.1 [skip ci]
...
# [4.2.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v4.1.1-dev.1...v4.2.0-dev.1 ) (2024-02-08)
### Features
* **X:** Add `Hide view count` patch ([1bf9582 ](1bf9582437 ))
* **X:** Add `Unlock downloads` patch ([3343b5c ](3343b5cb12 ))
v4.2.0-dev.1
2024-02-08 19:13:57 +00:00
oSumAtrIX
3343b5cb12
feat(X): Add Unlock downloads patch
2024-02-08 20:11:18 +01:00
oSumAtrIX
1bf9582437
feat(X): Add Hide view count patch
2024-02-08 20:08:44 +01:00
semantic-release-bot
ea09d4b520
chore(release): 4.1.1-dev.1 [skip ci]
...
## [4.1.1-dev.1](https://github.com/ReVanced/revanced-patches/compare/v4.1.0...v4.1.1-dev.1 ) (2024-02-07)
### Bug Fixes
* **Infinity for Reddit - Unlock subscription:** Do not crash by patching billing client ([53b29ea ](53b29ea270 ))
v4.1.1-dev.1
2024-02-07 15:19:04 +00:00
oSumAtrIX
53b29ea270
fix(Infinity for Reddit - Unlock subscription): Do not crash by patching billing client
2024-02-07 16:16:33 +01:00
oSumAtrIX
fd11e2b969
chore: Fix typo in README
2024-02-05 23:24:05 +01:00
semantic-release-bot
65a32ee52e
chore(release): 4.1.0 [skip ci]
...
# [4.1.0](https://github.com/ReVanced/revanced-patches/compare/v4.0.2...v4.1.0 ) (2024-02-05)
### Bug Fixes
* **Infinity for Reddit - Unlock subscription:** Restore functionality on v7.0.0 ([2c50c25 ](2c50c25a36 ))
* **YouTube:** Correctly show channel page on tablet devices ([#2656 ](https://github.com/ReVanced/revanced-patches/issues/2656 )) ([047069c ](047069ca8a ))
### Features
* **YouTube - Custom filter:** Custom filtering of the protocol buffer ([#2682 ](https://github.com/ReVanced/revanced-patches/issues/2682 )) ([19a9d11 ](19a9d113d9 ))
* **YouTube:** Support version `19.04.37` ([#2687 ](https://github.com/ReVanced/revanced-patches/issues/2687 )) ([8b1cdd5 ](8b1cdd5c6a ))
v4.1.0
2024-02-05 19:26:27 +00:00