mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-10 21:36:17 +00:00
# [2.0.0](https://github.com/ReVanced/revanced-library/compare/v1.5.0...v2.0.0) (2024-02-15) ### Bug Fixes * Map dependencies from `KClass` into `String` to fix serialization ([57e36ab](57e36ab5c1)) * Use the JVM name instead of the value from `KClass#toString` ([d18e436](d18e436de1)) ### Features * Use `apkzlib` instead of own implementations and bump ReVanced Patcher ([3aa6dc2](3aa6dc223a)) ### BREAKING CHANGES * This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes, `apkzlib` is now used instead of own implementations of `ZipFile`
12 KiB
12 KiB
2.0.0 (2024-02-15)
Bug Fixes
- Map dependencies from
KClassintoStringto fix serialization (57e36ab) - Use the JVM name instead of the value from
KClass#toString(d18e436)
Features
- Use
apkzlibinstead of own implementations and bump ReVanced Patcher (3aa6dc2)
BREAKING CHANGES
- This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes,
apkzlibis now used instead of own implementations ofZipFile
2.0.0-dev.1 (2024-02-14)
Features
- Use
apkzlibinstead of own implementations and bump ReVanced Patcher (3aa6dc2)
BREAKING CHANGES
- This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes,
apkzlibis now used instead of own implementations ofZipFile
1.5.1-dev.2 (2024-02-08)
Bug Fixes
- Use the JVM name instead of the value from
KClass#toString(d18e436)
1.5.1-dev.1 (2024-02-08)
Bug Fixes
- Map dependencies from
KClassintoStringto fix serialization (57e36ab)
1.5.0 (2023-12-28)
Features
- Add JSON de- and serialization of patches (ecff6fe)
- Improve mount reliability by unmounting existing mounts and killing running apps (9fda407)
1.5.0-dev.2 (2023-12-07)
Features
- Improve mount reliability by unmounting existing mounts and killing running apps (9fda407)
1.5.0-dev.1 (2023-12-07)
Features
- Add JSON de- and serialization of patches (ecff6fe)
1.4.0 (2023-11-27)
Bug Fixes
- Differentiate no package compatibility to any version compatibility (762b7e3)
- Sort the version maps by the most common version (e4be6db)
Features
- Add
PatchUtils#getMostCommonCompatibleVersionsutility function (c5f3536) - Allow getting most common compatible versions for all packages (96845ba)
1.4.0-dev.2 (2023-11-27)
Bug Fixes
- Differentiate no package compatibility to any version compatibility (762b7e3)
- Sort the version maps by the most common version (e4be6db)
Features
- Allow getting most common compatible versions for all packages (96845ba)
1.4.0-dev.1 (2023-11-27)
Features
- Add
PatchUtils#getMostCommonCompatibleVersionsutility function (c5f3536)
1.3.0 (2023-11-26)
Bug Fixes
Features
- Increase certainty of the possibility to mount (10f8cd1)
- Select first Adb device, if none supplied automatically (1a5f868)
1.3.0-dev.1 (2023-11-26)
Bug Fixes
- Delete mount script (4fe0fb0)
Features
- Increase certainty of the possibility to mount (10f8cd1)
- Select first Adb device, if none supplied automatically (1a5f868)
1.2.1-dev.1 (2023-11-13)
Bug Fixes
- Add missing log when calling
UserAdbManager#install(90b612b)
1.2.0 (2023-11-03)
Bug Fixes
- Catch exceptions when serializing invalid patch options (cd73bd3)
Features
- Log warnings when compiling resources (1dc8e2e)
- Use better log messages when handling exceptions (5896968)
1.2.0-dev.2 (2023-11-03)
Features
- Log warnings when compiling resources (1dc8e2e)
1.2.0-dev.1 (2023-10-31)
Bug Fixes
- Catch exceptions when serializing invalid patch options (cd73bd3)
Features
- Use better log messages when handling exceptions (5896968)
1.1.5 (2023-10-23)
1.1.5-dev.1 (2023-10-23)
1.1.4 (2023-10-12)
Bug Fixes
- Ask for root permissions before trying to use them (aea1d69)
- Execute ADB commands sequentially to fix mounting issues (#12) (fda3eca)
1.1.4-dev.2 (2023-10-10)
Bug Fixes
- Ask for root permissions before trying to use them (aea1d69)
1.1.4-dev.1 (2023-10-09)
Bug Fixes
1.1.3 (2023-10-09)
1.1.3-dev.2 (2023-10-09)
1.1.3-dev.1 (2023-10-09)
1.1.2 (2023-10-05)
1.1.2-dev.1 (2023-10-05)
1.1.1 (2023-10-04)
Performance Improvements
- Use maps to set options (13823b7)
1.1.1-dev.1 (2023-10-04)
Performance Improvements
- Use maps to set options (13823b7)
1.1.0 (2023-10-01)
Bug Fixes
Features
- Increase the key size to 4096 (892e083)
1.1.0-dev.2 (2023-09-25)
Bug Fixes
- Use correct function name casing (ef38d8b)
1.1.0-dev.1 (2023-09-25)
Features
- Increase the key size to 4096 (892e083)
1.0.2-dev.1 (2023-09-25)
Bug Fixes
- Only load the keystore once per instantiation (5993f7e)
1.0.1 (2023-09-24)
Bug Fixes
- Check if file exists before trying to open it (8ddc6e9)
1.0.1-dev.1 (2023-09-24)
Bug Fixes
- Check if file exists before trying to open it (8ddc6e9)
1.0.0 (2023-09-23)
Features
- Add initial project structure (833291d)
1.0.0-dev.1 (2023-09-23)
Features
- Add initial project structure (833291d)