Releases: GNS3/gns3-gui
Releases · GNS3/gns3-gui
Version 2.2.21
Version 2.2.20
Version 2.2.19
Version 2.2.18
GUI
- SSL support.
- Remove the useless file "zoom-in (copy).svg". Fixes #3114
- Use HDD disk image as startup QEMU config disk
- Edit only text mode config files
- Hide config import/export when configFiles attribute is empty
- Qemu disk interfaces must be set to "none" by default. Ref #3035
- Do not allow image to be configured on Qemu VM secondary slave disk if create config disk option is enabled.
- Add explicit option to automatically create or not the config disk. Off by default.
- QEMU config disk support
Server
- SIGHUP: remove projects with an empty project directory.
- Release Web UI 2.2.18
- Catch OSError exception in psutil. Fixes #3127
- Expose 'auto_open' and 'auto_start' properties in API when creating project. Fixes #3119
- Add mtools package information. Ref #3076
- Fix warning: 'ide-drive' is deprecated when using recent version of Qemu. Fixes #3101
- Fix bug when starting of vpcs stopped with "quit". Fixes #3110
- Fix WinError 0 handling
- Stop uBridge if VPCS node has been terminated. Ref #3110
- Allow cloned QEMU disk images to be resized before the node starts, by cloning the disk image in response to a resize request instead of waiting until the node starts.
- Fix(readme): update python version from 3.5.3 to 3.6
- Use HDD disk image as startup QEMU config disk
- Create config disk property false by default for Qemu templates
- Set default disk interface type to "none".
- Add explicit option to automatically create or not the config disk. Off by default.
- QEMU config disk support
Version 2.2.17
GUI
- Remove "-nographic" option by default for Qemu VM. Fixes #3094
- Fix app cannot start on macOS Big Sur. Ref #3037
- Require confirmation before stopping all devices.
Server
- Close and remove projects deleted from disks after SIGHUP signal is received.
- Release Web Ui 2.2.17
- New config file options to configure the VNC console port range.
- Use asyncio.all_tasks instead of deprecated method for Python 3.9 compatibility.
Version 2.2.16
GUI
- Fix packets capture stops after some time. Fixes #3067
- Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes #3069
Server
- Release Web UI version 2.2.16
- Fix wrong defaults for images_path, configs_path, appliances_path. Fixes #1829
- Use EnvironmentFile for Systemd service. Ref #3048
- Fix SSL support for controller and local compute. Fixes #1826
- Prevent WIC to be added/removed while Dynamips router is running. Fixes #3082
- Fix bug with application id allocation for IOU nodes. Fixes #3079
- Allow commas in image paths and VM name for Qemu VMs. Fixes #3065
- Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes #3069
Version 2.2.15
GUI
- Fix custom symbol not sent to remote controller when installing appliance
Server
Version 2.2.14
Version 2.2.13
Version 2.2.12
GUI
- Downgrade psutil to version 5.6.7
- Fix log shows the GUI command line without spaces between its arguments. Fixes #3026
- Use server host is console host is equal to "0:0:0:0:0:0:0:0"
- Remove VMware promotion.
Server
- Release Web-Ui version 2020.3.0-beta.2
- Catch exception when psutil returns OSError
- Downgrade psutil to version 5.6.7
- Use parent directory as working directory for project duplication and snapshots. Fixes #2909
- Fix Key Error "vendor_id" is missing when configuring GNS3 VM with VirtualBox. Fixes #3018