diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-12-17 13:51:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-12-17 13:51:32 -0300 |
commit | ac288ae414058980b1b5f27fb43c25643b3c932d (patch) | |
tree | 7dd3cd44bbc0396b576266570f61e9c6b74f0ba6 /ChangeLog.md | |
parent | 2c140a534c106c7189c4ab51c06bec97373330ac (diff) | |
download | kvmx-0.4.1.tar.gz kvmx-0.4.1.tar.bz2 |
Fix: VM name and folder logic0.4.1
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 2560e6c..a95f824 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # ChangeLog +## 0.4.1 - 2024-12-17 + +* Fixes the case when the virtual machine guest is registered under a + different name, other than the name of the project folder on + `__kvmx_initialize`. + +* Fixes VM name and folder logic handling on `kvmx_init`. + ## 0.4.0 - 2024-11-22 * Adds `kvmx sshdir` action, which SSH's to the guest and changes to a given |