From e2660a33dddc92b64ebda9f7b6f4c057441643f6 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:43:03 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321e654..3326303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Using a native function to intercept keybox (instead of libc). - Execution of player/auto options before DRM detection (improves detection on older devices). +- Display of different keybox contents for the same device id. +- Simplifying function detection in JS. ### Fixed - Bad start of the widevine service when launching the script. - Unsupported error of new `ADB` class. +- Detection of the `MAIN` activity for applications. +- Parsing error to list applications. +- Detection of the minimum number of functions required. ## [2.1.1] - 2024-10-28