Skip to content

Version 2.2.46

Latest
Compare
Choose a tag to compare
@grossmj grossmj released this 26 Feb 08:58
· 1 commit to master since this release
31711a9

GUI

  • Add GNS3 console command "env" to show what environment variables are used. Ref GNS3/gns3-server#2306
  • Add CTRL+C shortcut to copy status bar message. Ref #3561
  • Key modifier (ALT) to ignore snap to grid. Fixes #3538
  • Increase timeout to 5s for status bar messages. The coordinates message has no timeout and can be reset when clicking on the scene. Ref #3561
  • Add reset GUI state feature. Ref #3549
  • Fix for hiding Windows terminal. Ref #3290
  • Drop support for Python 3.6
  • Upgrade sentry-sdk, psutil and distro dependencies

Server

  • Bundle web-ui v2.2.46
  • Save empty directories when exporting a project
  • Backport from v3: install Docker resources in a writable location at runtime.
  • Use Docker API v1.24 to get version.
  • Drop support for Python 3.6
  • Address the telnet console bug.
  • Update welcome.py
  • Update remote-install.sh
  • Use Python 3.8 to publish API doc
  • Upgrade sentry-sdk, psutil and distro dependencies