From ed043f20a0e31710cb4f2ba679ea0f61b88c9f56 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:30:51 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b775c4..4313ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,17 +14,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Automatic installation and usage of a local player. - New `Advanced` group for better argument organization. - Experimental keybox extraction from the device. +- Added CDM details for SDK 35. ### Changed - Device interactions migrated to the `ADB` class for better encapsulation. - Code comments added and optimizations made for clarity. +- Displaying the `GetDeviceId` function name. ### Fixed - Improved error handling for shell commands. - `xmltodict` is now a required dependency. - Enhanced formatting of `logging` messages for better readability. +- Error in skip option for using a function file. ## [2.1.0] - 2024-10-20