* Mon Jul 31 2023 aginies@suse.com
- version 2.1.2:
* by default don't create virtio input devices using the configuration
file as this overwrites scenario default values and can cause some
issues.
* Mon Jun 19 2023 aginies@suse.com
- version 2.1.1:
* remove 'terminate' button in the scenario selection page
* storage window now preload previous data if they have been
already set
* improve encryption password checks
* cleanup some code
* Wed Jun 14 2023 aginies@suse.com
- version 2.1.0:
* various fixes around hypervisor selection
* force hypervisor selection before choosing machine type or virtual net
* use machine list from the hypervisor capabilities (remove hardcoded list)
* check virtual machine name (only alphanumeric)
* various other cosmetics fixes
* GTK:
- only support localhost hypervisor due to limitation in authentication
- add some more tooltips
- improve layout: help on disk cache and some others
* Wed Jun 07 2023 aginies@suse.com
- version 2.0.8:
* disk image encryption is now supported
* if image encryption is enabled the default mode will be
preparing Guest and Host as the secret uuid is needed
* overwrite mode delete previous domain on the hypervisor
to avoid any previous Guest XML definition
* clean up some code
* Tue Jun 06 2023 aginies@suse.com
- version 2.0.7:
* add more info and debug in case of failure
* fix issues on PDH and certificate
* ! Image encryption is currently broken (encrypt.key-secret)
you should disable it
* Mon Jun 05 2023 aginies@suse.com
- version 2.0.5:
* exit in gtk mode if no connection to libvirt
* update man page
* Wed May 31 2023 aginies@suse.com
- version 2.0.4:
* display the force_sev page only in securevm scenario
* typo fixes
* remove pprint debug
* update API demo script
* switch default VM image size to 8GiB instead of 20GiB
* Wed May 31 2023 aginies@suse.com
- fix missing directory /etc/virt-scenario/vmconfig
* Wed May 24 2023 aginies@suse.com
- version 2.0.3:
* In Interactive mode add settings for:
- Image Format
- Image Size
- Encryption
- Cache mode
* fix diskpath bug
* Wed May 24 2023 aginies@suse.com
- version 2.0.2:
* fix encrypted VM disk image bug
* add support for memory backing
* add support for disk format (qcow2/raw)
* Gtk:
- add more tooltips
- add support for the disk image encryption password
- fix some wrong layout
- remove all colors to be more colorblind compliant
* remove some debug info