update changelog
This commit is contained in:
parent
61dd5849b7
commit
f2caf23f2c
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -4,6 +4,17 @@ 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.1.4] - Not Released
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Library disabler error messages are now displayed in `DEBUG` mode for improved verbosity.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed errors in ADB shell messages.
|
||||||
|
- Resolved issues with executing shell commands via `subprocess`.
|
||||||
|
|
||||||
## [2.1.3] - 2024-11-03
|
## [2.1.3] - 2024-11-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -395,6 +406,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.1.4]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.4
|
||||||
[2.1.3]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.3
|
[2.1.3]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.3
|
||||||
[2.1.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.2
|
[2.1.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.2
|
||||||
[2.1.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.1
|
[2.1.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.1
|
||||||
|
|
Loading…
Reference in New Issue