From 1e4d6ba88161bb99827d5576967ea651044020ce Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:37:46 +0200 Subject: [PATCH] Release v1.0.9 --- CHANGELOG.md | 18 ++++++++++++++++++ extractor/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda47fe..91beed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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). +## [1.0.9] - 2024-06-02 + +### Added + +- Added autostart error message. +- Added private key function (30/arm64-v8a). +- Added private key function (34/arm64-v8a) + +### Changed + +- Changed `.wvd` filename to original filename. +- Updated liboemcrypto-disabler link in docs. + +### Fixed + +- Changed default index for vendor 34. + ## [1.0.8] - 2024-05-22 ### Added @@ -125,6 +142,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. +[1.0.9]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.0.9 [1.0.8]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.0.8 [1.0.7]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.0.7 [1.0.6]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.0.6 diff --git a/extractor/__init__.py b/extractor/__init__.py index b2f1e3c..23d4145 100644 --- a/extractor/__init__.py +++ b/extractor/__init__.py @@ -1,4 +1,4 @@ from .cdm import * from .vendor import * -__version__ = '1.0.8' +__version__ = '1.0.9'