Skip to content

Releases: GNS3/gns3-gui

Version 1.3.10

04 Sep 19:04

Choose a tag to compare

  • Updates kernel command line of ASA.
  • Fix file not found exception in vpcs list dir
  • Fix saveAs error unsupported operand type(s) for +=: 'NoneType' and 'str'
  • Catch error when antivirus corrupt our own JSON errors
  • Use Qemu 0.11.0 instead of version 0.13.0 on Windows.
  • Use Qemu 2.4.0 instead of version 2.2.0 on Windows.
  • Removes "resources_type" references. Fixes #493.
  • Fixes bug when opening Node properties dialog via a double click.
  • SecureCRT (installed on personal profile) command line.

Version 1.4.0 alpha 4

04 Aug 17:55

Choose a tag to compare

Version 1.4.0 alpha 4 Pre-release
Pre-release
  • Use half the available physical memory for the GNS3 VM in the Setup Wizard.
  • Drop useless notion of resource_type
  • Fix When you modify config from outside router list is not refresh
  • Sync auth settings between 1.3 and 1.4
  • Group HTTP bad request by path
  • Disallow connection to a different major version in all cases
  • Show the server choice in wizard if you have a VM or a remote server
  • Fix local server settings erased at each launch
  • Support for Qemu disk interfaces, cd/dvd-rom image and boot priority.
  • Prevents progress dialog to stay displayed (fixes graphical bug).
  • Check that DHCP is enabled on the VirtualBox host-only network associated with the VirtualBox GNS3 VM. Fixes #287.
  • Fixes Qt5 incompatibility.
  • Catch exception when trying to launch Wireshark.
  • Fixes migration of cloud interfaces. Fixes #582.
  • Wait for the server to be fully started in the GNS3 VM. Fixes #581.
  • Fix issue with file upload and Qt 5.5
  • Improves the symbol dialog. Implements #514.

Version 1.3.9

03 Aug 16:57

Choose a tag to compare

  • Catch exception when trying to launch Wireshark.
  • Backport: fixes migration of cloud interfaces.

Version 1.4.0 alpha 3

29 Jul 16:18

Choose a tag to compare

Version 1.4.0 alpha 3 Pre-release
Pre-release
  • IOUVM converter
  • Create qemu disk image on remote server
  • Fix _addRemoteServer() got an unexpected keyword argument 'local'
  • Do not crash if configuration file is removed
  • Fixes rare issue when adding a link. Fixes #573.
  • Fixes crash with PyQt 5.5. Fixes #568.
  • Changes how to look for the vmrun.exe location.
  • Inform user before exiting preferences dialog with changes
  • Write GNS3 upgrade to appdata
  • Fix windows asking for upgrade to the wrong version

Version 1.3.8

27 Jul 18:00

Choose a tag to compare

  • Fixes rare issue when adding a link. Fixes #573.
  • Backport: option to drop nvram & disk files for IOS routers in order to save disk space.
  • Avoid the creation of a NIO when one has been cancelled.
  • Fix Crash with chinese characters
  • Use the same location for the server config on GUI and server
  • Catch invalid reply from the remote server
  • Fix missing DLL on windows for some users

Version 1.4.0 alpha 2

22 Jul 18:54

Choose a tag to compare

Version 1.4.0 alpha 2 Pre-release
Pre-release
  • Cloud support with the GNS3 VM.
  • Display an error message when Qemu binaries cannot be retrieved in the Qemu VM configuration page.
  • Remove default FLASH when no hda disk for Qemu VMs. Fixes #535.
  • Use the registry to find vmrun if the default VMware install path doesn't exist. Fixes #546.
  • Avoid the creation of a NIO when one has been cancelled.
  • Fix Crash with chinese characters
  • Display an error if terminal command is invalid
  • Prevents "Show in File Manager" to be used with generic switches.
  • Remove unused dependencies
  • Drop PyQt4 support and show an error for users
  • Fixes symbol for VM template gone after restart. Fixes #538.
  • Fix VirtualBox GNS3 VM
  • Fix issue with remote server not saved/migrated
  • Remove ram as a mandatory dynamips settings
  • Force UTF-8 when reading server configuration file

Version 1.4.0 alpha 1

09 Jul 17:10

Choose a tag to compare

Version 1.4.0 alpha 1 Pre-release
Pre-release
v1.4.0alpha1

1.4.0alpha1

Version 1.3.7

22 Jun 17:51

Choose a tag to compare

  • Makes sure Hub Ethernet port names are string.
  • Support spaces in the local server log path.
  • Fixes issue when setting the local server settings.
  • Fix a crash with Python 3.3
  • Fixes WICs are not displayed correctly. Fixes #434.
  • Do not load settings that the GUI doesn't use.

Version 1.3.6

16 Jun 19:57

Choose a tag to compare

  • Fix an issue with 1.4dev compatibility

Version 1.3.5

16 Jun 17:06

Choose a tag to compare

Version 1.3.5 Pre-release
Pre-release
  • Do not crash in a very rare case on Windows when the stopping local server
  • Escape usage to glob
  • Fixed QMessageBox.NoButton): argument 1 has unexpected type 'Servers'
  • Option to turn on/off local server authentication
  • Fixed 'ValueError' object has no attribute 'errno' in IOS decompress
  • Fixed an error if communication with the update server is intercepted by a third party.
  • Fixed authentication errors if you change the local server IP.
  • Ensure non coloured log output on Windows
  • Fixed issue with default router settings for templates.
  • Display a proper message if you use a remote server started with --local
  • Catch zlib error when uncompressing IOS
  • Raise error if we pass non string to Port name
  • Ignore invalid characters when reading the output of a process
  • Turn on / off authentication
  • Do not stop saving IOS router configs when there is an exception while a project is committed.
  • Fixed crash if a private config exist in IOS but not a private config file
  • Basic Authentication support for servers.
  • Fixed crash when Virtualbox list of VMS returns an empty line.