mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 13:44:25 +02:00

# [15.0.0-dev.4](https://github.com/ReVanced/revanced-patcher/compare/v15.0.0-dev.3...v15.0.0-dev.4) (2023-09-13) ### Bug Fixes * Account for source patch dependency for tests ([6918418](69184187d9
)) * Always make the generated patch depend on the source patch ([8de3063](8de30633ae
)) * Catch correct exception ([637d487](637d48746f
)) * Delegate `PatchBundleLoader` by mutable set of patches ([9a109c1](9a109c129b
)) * Do not resolve the proxied patch to the proxy in the dependency list ([e112837](e11283744a
)) * Do not set `CompatiblePackage.versions` if `@CompatiblePackage.versions` is empty ([6b1e0a1](6b1e0a1656
)) * Filter for patches correctly ([4bc4b0d](4bc4b0dc01
)) * Find dependency in `context.allPatches` ([670f015](670f0153de
)) * Log the correct patch names ([9fdb8f0](9fdb8f087f
)) * Print patch name instead of class name ([4e7811e](4e7811ea07
)) * Print stack trace of exception ([aa71146](aa71146b1b
)) * Run code-block if `executablePatches` does not yet contain `patch` ([1d7aeca](1d7aeca696
)) * Suppress logger when loading patches in `PatchBundleLoader` ([72c9eb2](72c9eb2129
)) ### Code Refactoring * Internalize processor constructor ([a802d0d](a802d0df46
)) ### BREAKING CHANGES * This gets rid of the public constructor.
5 lines
105 B
INI
5 lines
105 B
INI
org.gradle.parallel = true
|
|
org.gradle.caching = true
|
|
kotlin.code.style = official
|
|
version = 15.0.0-dev.4
|