update changelog
This commit is contained in:
parent
1f755f993d
commit
6f4165cd59
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -8,20 +8,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added private key function.
|
- Private key functionality for enhanced key extraction security.
|
||||||
- Option to import the private key.
|
- Local DRM server for (almost) offline use.
|
||||||
- Option to automatically install and use a player locally.
|
- Option to import the private key for easier management.
|
||||||
- Distribution of arguments in the new `Advanced` group.
|
- Automatic installation and usage of a local player.
|
||||||
|
- New `Advanced` group for better argument organization.
|
||||||
|
- Experimental keybox extraction from the device.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrating device interactions into the `ADB` class.
|
- Device interactions migrated to the `ADB` class for better encapsulation.
|
||||||
- Added new comments and code optimization.
|
- Code comments added and optimizations made for clarity.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Handling shell command errors.
|
- Improved error handling for shell commands.
|
||||||
- `xmltodict` dependency now required.
|
- `xmltodict` is now a required dependency.
|
||||||
|
- Enhanced formatting of `logging` messages for better readability.
|
||||||
|
|
||||||
## [2.1.0] - 2024-10-20
|
## [2.1.0] - 2024-10-20
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue