1
mirror of https://github.com/revanced/revanced-integrations synced 2024-11-22 05:02:19 +01:00
Go to file
semantic-release-bot 5e9637e073 chore(release): 1.14.0 [skip ci]
# [1.14.0](https://github.com/ReVanced/revanced-integrations/compare/v1.13.0...v1.14.0) (2024-09-18)

### Bug Fixes

* **YouTube - Check environment patch:** Allow adb installs even if patched more than 30 minutes ago ([5adf8bd](5adf8bdd67))
* **YouTube - Check environment patch:** Show if patched apk is too old, if the install source is not Manager or ADB ([18048f3](18048f3324))
* **YouTube - Check environment patch:** Use app install/update time instead of current time ([#687](https://github.com/ReVanced/revanced-integrations/issues/687)) ([b0d82b0](b0d82b016e))
* **YouTube - GmsCore support:** Show an error toast if GmsCore is included with root mounted installation ([#686](https://github.com/ReVanced/revanced-integrations/issues/686)) ([a4848be](a4848be653))
* **YouTube - Hide layout components:** Hide new kind of community post ([#678](https://github.com/ReVanced/revanced-integrations/issues/678)) ([6be257a](6be257a7a6))
* **YouTube - Return YouTube Dislike:** Show correct value when swiping back to prior Short and disliking ([2eb5e3a](2eb5e3afeb))
* **YouTube - ReturnYouTubeDislike:** Show estimated like count for videos with hidden likes ([#684](https://github.com/ReVanced/revanced-integrations/issues/684)) ([27d2b60](27d2b60444))
* **YouTube - SponsorBlock:** Add summary text to 'view my segments' button ([0f5dfb4](0f5dfb4e76))
* **YouTube - SponsorBlock:** Handle if the user enters an invalid number into any SB settings ([01f084d](01f084d87a))
* **YouTube:** Fix issues related to playback by replace streaming data ([#680](https://github.com/ReVanced/revanced-integrations/issues/680)) ([0468235](04682353af))

### Features

* Add `Check environment` patch ([#683](https://github.com/ReVanced/revanced-integrations/issues/683)) ([e856455](e856455283))
* **YouTube - Hide Shorts components:** Hide 'Use this sound' button ([#691](https://github.com/ReVanced/revanced-integrations/issues/691)) ([6f3d2ff](6f3d2ffb0d))
* **YouTube - Keyword filter:** Add syntax to match whole keywords and not substrings ([#681](https://github.com/ReVanced/revanced-integrations/issues/681)) ([5314dd9](5314dd90d1))
* **YouTube - Spoof client:** Allow forcing AVC codec with iOS ([#679](https://github.com/ReVanced/revanced-integrations/issues/679)) ([2c471f3](2c471f39c2))
* **YouTube:** Add donation link to settings about screen ([#688](https://github.com/ReVanced/revanced-integrations/issues/688)) ([b816c45](b816c45838))
2024-09-18 22:17:16 +00:00
.github ci: Correct usage of repository variable 2024-07-13 00:44:39 +02:00
app fix(YouTube): Fix issues related to playback by replace streaming data (#680) 2024-09-18 00:45:14 +02:00
assets chore: Add heading to issue templates 2023-11-23 00:56:50 +01:00
gradle build: fix gradle 2024-05-27 18:11:33 +04:00
stub fix(YouTube): Fix issues related to playback by replace streaming data (#680) 2024-09-18 00:45:14 +02:00
.editorconfig chore: Lint code 2024-03-03 00:26:34 +01:00
.gitattributes build: update gradle 2023-07-05 23:07:30 +02:00
.gitignore chore: Refactor build files 2024-02-20 04:19:11 +01:00
.releaserc ci: Add custom release rule to create a build release 2024-07-15 00:40:02 +02:00
build.gradle.kts chore: Refactor build files 2024-02-20 04:19:11 +01:00
CHANGELOG.md chore(release): 1.14.0 [skip ci] 2024-09-18 22:17:16 +00:00
gradle.properties chore(release): 1.14.0 [skip ci] 2024-09-18 22:17:16 +00:00
gradlew build: Bump dependencies 2024-05-26 01:21:12 +02:00
gradlew.bat build: Bump dependencies 2024-05-26 01:21:12 +02:00
LICENSE Create LICENSE 2022-05-06 23:11:34 +02:00
package-lock.json build: Bump dependencies 2024-05-26 01:21:12 +02:00
package.json build: Bump dependencies 2024-05-26 01:21:12 +02:00
README.md docs: improve README structure 2023-05-07 03:03:43 +02:00
settings.gradle.kts chore: Refactor build files 2024-02-20 04:19:11 +01:00

🔩 ReVanced Integrations

The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.

How to use debugging:

  • Usage on Windows: adb logcat | findstr "revanced" > log.txt
  • Usage on Linux: adb logcat | grep --line-buffered "revanced" > log.txt

This will write the log to a file called log.txt which you can view then.