Skip to content

Version 2.2.44

Compare
Choose a tag to compare
@grossmj grossmj released this 06 Nov 06:05
· 29 commits to master since this release

GUI

  • Fix timeout issue when creating Qemu disk image. Fixes GNS3/gns3-server#2313
  • Refactor command variables support
  • Add vendor_logo_url in appliance schemas. Ref GNS3/gns3-registry#825
  • Add Qemu IGB network device
  • Add the ability to edit width and height in the style edit dialog.

Server

  • Bundle web-ui v2.2.44
  • Non-blocking checksums computation when server starts. Fixes #2228
  • Fix timeout issue when creating Qemu disk image. Fixes GNS3/gns3-server#2313
  • Support for web socket console over HTTPS
  • Add back script create_cert.sh
  • Allow disabling hardware virtualization check
  • Fix L2IOU "failed code signing checks" when IOU base file name is >= 63 characters
  • Change "ip cef" to "no ip cef" in IOU default configs. Fixes #2298
  • Add Qemu IGB network device
  • Add Python 3.12 support.
  • Fix issue with importlib.resources.files() and Python 3.9