Skip to content

Version 2.2.42

Compare
Choose a tag to compare
@grossmj grossmj released this 09 Aug 11:15
· 88 commits to master since this release

GUI

  • Use the system's certificate store for SSL connections
  • Give a node some time to start before opening the console (for console auto start). Fixes #3474
  • Use Mate Terminal by default if installed on Debian, Ubuntu and Linux Mint.
  • Support for gnome-terminal tabs to be opened in the same window.
  • Remove import urllib3 and let sentry_sdk import and patch it. Fixes #3498
  • Add import sys in sudo.py
  • Rounded Rectangle support

Server

  • Bundle web-ui v2.2.42
  • Handle API version key in VirtualBox 7. Fixes #2266
  • Enable system certificate store for SSL connections
  • Use DEFAULT_BUFFER_SIZE for md5sum
  • Fix version check when installing appliances. Ref https://github.com/GNS3/gns3-gui/issues/3486
  • Allow connection to ws console over IPv6. Fixes GNS3/gns3-web-ui#1400
  • Remove import urllib3 and let sentry_sdk import and patch it. Fixes #3498