-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCHANGELOG
More file actions
58 lines (43 loc) · 1.84 KB
/
CHANGELOG
File metadata and controls
58 lines (43 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Change Log
## 1.0.0b7 16/12/2025
* PyQt6 migration
* Support for Python 3.13 and 3.14
## 1.0.0b6 07/12/2023
* Add KiTTY on Windows and add --suppressApplicationTitle for Windows terminal
* Replace subprocess.call() by subprocess.Popen()
* Fix bring window to front on Windows
* Fix API detection
## 1.0.0b5 03/11/2023
* SSL and controller authentication support (for packet captures)
* Support for tabs when using Gnome-terminal
* Support to install resources and MIME types from webclient
* Migrate to pyproject.toml
* Add Python 3.12 support
* Add project variable for packet capture command line
## 1.0.0b4 24/01/2023
* Upgrade to PyQt5 version 5.15.7
* Change WebClient window title and upgrade dependencies. Ref #23
* Update packages for Fedora installation. Fixes #17
* Add Python 3.9, 3.10 and 3.11 support
* Add kitty as an option for Console Applications. Fixes https://github.com/GNS3/gns3-gui/issues/3203
* Add Windows Terminal as an option for Console Applications. Fixes #20
* Add ZOC8 console terminal for macOS command line
## 1.0.0b3 29/05/2020
* Change default config & log location.
* Log to launcher.log and update README.md
* Fix install script when launched with /bin/sh. Fixes #8
* Update the MIME and .desktop databases after installing on Linux.
* New icons for WebClient. Fixes #11
* Add remote viewer as a VNC console for Linux. Ref GNS3/gns3-gui#2913
* Install data files (desktop & icons) only on Linux
* Add 'Royal TS V5' to predefined console list.
* Add MANIFEST.in and update setup.py. Fixes #9
* Use GNS3 config directory to store web client pack own config file.
* Fix issue when host is 0.0.0.0. Fixes #5 #6
## 1.0.0b2 06/11/2019
* Update README and bump version to 1.0.0dev2
* Release v1.0.0b1
* Packet capture support.
* Add gns3-webclient.desktop file in setup.py
## 1.0.0a1 10/09/2019
* First alpha release with Windows support.