Release v2.0.1
This commit is contained in:
parent
a2f185ede1
commit
eb2253d00c
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -4,6 +4,20 @@ 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).
|
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.0.1] - 2024-07-06
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added support for handling Frida server running errors.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Enhanced the relevance of Windows Virtual Desktop (WVD) help documentation.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Corrected the size of the private key.
|
||||||
|
|
||||||
## [2.0.0] - 2024-07-06
|
## [2.0.0] - 2024-07-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -193,6 +207,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.
|
- Initial release of the project, laying the foundation for future enhancements and features.
|
||||||
|
|
||||||
|
[2.0.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.0.1
|
||||||
[2.0.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.0.0
|
[2.0.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.0.0
|
||||||
[1.1.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.1.0
|
[1.1.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.1.0
|
||||||
[1.0.9]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.0.9
|
[1.0.9]: https://github.com/hyugogirubato/KeyDive/releases/tag/v1.0.9
|
||||||
|
|
|
@ -2,4 +2,4 @@ from .core import Core
|
||||||
from .cdm import Cdm
|
from .cdm import Cdm
|
||||||
from .vendor import Vendor
|
from .vendor import Vendor
|
||||||
|
|
||||||
__version__ = '2.0.0'
|
__version__ = '2.0.1'
|
||||||
|
|
Loading…
Reference in New Issue