From 68428e06d5531f5729db025f33ad8ea28eacfee3 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:41:52 +0100 Subject: [PATCH] add new changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddeaa5d..1ce1451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added +- Added private key function. - Option to import the private key. - Option to automatically install and use a player locally. - Distribution of arguments in the new `Advanced` group. @@ -20,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed - Handling shell command errors. +- `xmltodict` dependency now required. ## [2.1.0] - 2024-10-20