Release v2.1.0

This commit is contained in:
hyugogirubato
2024-10-20 16:07:54 +02:00
parent 9869efade7
commit 4cdda47dc4
3 changed files with 23 additions and 14 deletions
+16 -7
View File
@@ -4,13 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.1.0] - Not release
## [2.1.0] - 2024-10-20
### Added
- Added private key function.
- Option to Skip automatic detection of private function.
- Widevine SDK 22 support confirmed.
- Option to skip automatic detection of private functions.
- Confirmed support for Widevine SDK 22.
### Changed
- Updated dependencies.
- Clarified details regarding optional dependencies.
### Fixed
- Extra argument in the `GetDeviceID` function.
- Incorrect handling of the display of unknown functions.
## [2.0.9] - 2024-09-25
@@ -230,8 +240,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Added a new function specific to VENDOR 15 based on insights
from [videohelp](https://forum.videohelp.com/threads/414104-Impossible-situation-dumping-keys-using-virtual-Android#post2730673).
- Added a new function specific to VENDOR 15 based on insights from [videohelp](https://forum.videohelp.com/threads/414104-Impossible-situation-dumping-keys-using-virtual-Android#post2730673).
- Included a detailed process for extracting keys in offline mode.
## [1.0.6] - 2024-04-26
@@ -271,8 +280,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- Switched from Frida to ADB for listing processes due to
a [Frida issue](https://github.com/frida/frida/issues/1225#issuecomment-604181822).
- Switched from Frida to ADB for listing processes due to a [Frida issue](https://github.com/frida/frida/issues/1225#issuecomment-604181822).
- Optimized process search to improve performance.
- Improved error reporting when the Widevine process is not detected.
@@ -324,6 +332,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Initial release of the project, laying the foundation for future enhancements and features.
[2.1.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.0
[2.0.9]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.0.9
[2.0.8]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.0.8
[2.0.7]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.0.7