From f2caf23f2c5882f9610558ac67609873880150f9 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:31:48 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921db31..b8dac2b 100644 --- a/CHANGELOG.md +++ b/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). +## [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 ### 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. +[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.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.2 [2.1.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.1