Skip to content

Releases: GNS3/gns3-gui

Version 2.2.33

20 Jun 18:58
Compare
Choose a tag to compare

GUI

  • Upgrade sentry-sdk and psutil
  • Check that node names for Qemu and Docker are valid
  • Backport reset all console connections. Fixes #2072
  • Add more video resolutions to Docker containers using VNC. Fixes #3329
  • Add python_requires=">=3.4" in setup.py. Fixes #3326
  • Only allow post release corrective versions of GUI and server to interact
  • Allow minor versions of GUI and server to interact
  • Update VirtViewer path. Fixes #3334

Server

  • Release web-ui v2.2.33
  • Upgrade sentry-sdk and psutil
  • Remove parameter "Name" not useful to create a Docker container
  • Support to reset all console connections. Ref GNS3/gns3-server#1619
  • Config option to disable built-in templates
  • Add hostname entry to sample network config for Docker nodes. Fixes #2039
  • Run Xtigervnc with MIT-SHM extension disabled for Docker VNC console support. Fixes #2071
  • Added OpenRC init script

Version 2.2.32

27 Apr 11:49
Compare
Choose a tag to compare

GUI

  • Use public DSNs for Sentry
  • Fix exception when doubleclick on NAT node. Fixes #3312
  • Fix "Apply" button in the "Preferences" dialog stays gray when templates/nodes are opened by double-click. Fixes #3307
  • Add 'reset docks' in the view menu. Ref #3317

Server

  • Docker: load custom interface files from /etc/network/interfaces (commented by default). Ref #2052
  • Release web UI 2.2.32
  • Create /etc/network/interfaces.d in Docker container. Fixes #2052
  • Prettify Docker '/etc/network/interfaces' file. Ref #2040
  • Use public DSNs for Sentry
  • Fix VMware Fusion VM does not start on macOS >= 11. Fixes #2027
  • Include conf file in MANIFEST.in Ref #2044

Version 2.2.31

26 Feb 08:00
Compare
Choose a tag to compare

Install setuptools v59.6.0 when using Python 3.6

Version 2.2.30

25 Feb 04:30
Compare
Choose a tag to compare

GUI

  • Set setuptools to v60.6.0
  • Upgrade to pywin32 v303. Ref #3290
  • Fix int() call. Ref #3283
  • Fix QPoint() as unexpected type 'float'. Fixes #3283
  • Fix painter.drawRect() has unexpected type 'float'. Fixes #3282
  • Fix SpinBox.setValue() requires integer. Fixes #3281

Server

  • Support GNS3 variables in Docker environment variables. Fixes #2033
  • Release web UI 2.2.30
  • Set setuptools to v60.6.0
  • qemu_vm.py Linked node test.
  • Fix dead link in README.rst Fixes #2022

Version 2.2.29

08 Jan 11:47
Compare
Choose a tag to compare

GUI

Server

  • Release web Ui v2.2.29

Version 2.2.28

15 Dec 03:26
Compare
Choose a tag to compare

GUI

  • Fixed drawLine called with float arguments
  • Fixed dead VIX API link

Server

  • Fix compute Docker test. Fixes #2003
  • Release web UI 2.2.28
  • Simpler Systemd service file. Ref #1996

Version 2.2.27

12 Nov 05:06
Compare
Choose a tag to compare

GUI

  • Fix symbols in "Symbol selection" dialog are not placed in alphabetical order. Fixes #3245
  • Fix link duplicates in topology summary. Fixes #3251
  • chore : use --no-cache-dir flag to pip in dockerfiles to save space

Server

  • Release web UI 2.2.27
  • Fix unhandled KeyError exception when starting Docker container. Ref #1991

Version 2.2.26

08 Oct 10:36
Compare
Choose a tag to compare

GUI

  • Upgrade embedded Python to version 3.7 in Windows package
  • Upgrade Visual C++ Redistributable for Visual Studio 2019 in Windows package
  • Fix SSL support in Windows package
  • Open "template configuration" dialog with double click on template name in "Preferences". Fixes #3239
  • Only show "virtio" network adapter when legacy node is enabled. Fixes #1969
  • Double-click on a template opens "template configuration" dialog. Fixes #3236
  • Fix "Custom symbols" can't be unfolded after using "Filter" field. Fixes #3231

Server

  • Release web UI 2.2.26
  • Sort symbols by theme. Fixes #3230
  • Fix memory percentage left warning. Fixes #1966
  • Update affinity symbols. Fixes #3232

Version 2.2.25

14 Sep 09:53
Compare
Choose a tag to compare

GUI

  • Fix menu disabled for modal dialogs on macOS. Fixes #3007
  • Change method to display the recent files menu. Fixes #3007
  • Fix bug when using empty port names for custom adapters. Fixes #3228
  • Upgrade Qt to version 5.15.4 on macOS
  • Fix mouse zoom-in/out step value is two times bigger than keyboard one. Fixes #3226
  • Upgrade to Qt 5.15.4 on Windows. Ref #3210
  • Fix issue with custom adapters at the node level. Fixes #3223
  • Explicitly require setuptools, utils/get_resource.py imports pkg_resources

Server

  • Release web UI 2.2.25
  • Fix issue preventing to use custom nested symbols. Fixes #1969
  • Updated affinity symbols
  • Fix qemu-img rebase code to support Qemu 6.1. Ref GNS3/gns3-server#1962
  • Reinstate qemu-img rebase
  • Return disk usage for partition that contains the default project directory. Fixes #1947
  • Explicitly require setuptools, utils/get_resource.py imports pkg_resources

Version 2.2.24

25 Aug 11:03
Compare
Choose a tag to compare

GUI

  • Fix incorrect Qemu binary selected when importing template. Fixes #3216
  • Early support for Python3.10
  • Bump pywin32 from 300 to 301
  • Add PyQt5==5.12.3 for macOS build

Server

  • Release web UI 2.2.24
  • Fix issue when searching for image with relative path. Fixes #1925
  • Fix wrong error when NAT interface is not allowed. Fixes #1943
  • Fix incorrect Qemu binary selected when importing template. Fixes #3216
  • Fix error when updating a link style. Fixes #2461
  • Some fixes for early support for Python3.10 The loop parameter has been removed from most of asyncioβ€˜s high-level API following deprecation in Python 3.8.
  • Early support for Python3.10 Fixes #1940
  • Bump pywin32 from 300 to 301