File tree 3 files changed +25
-3
lines changed
3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.2.47 15/05/2024
4
+
5
+ * Fix update-bundled-web-ui.sh script
6
+ * Bundle web-ui v2.2.47
7
+ * Change sentry-sdk version
8
+ * Upgrade aiohttp, sentry-sdk and truststore
9
+ * Upgrade jsonschema and aiohttp
10
+ * Drop Python 3.7
11
+ * Remove dev requirements for Python 3.6
12
+ * Do not run Docker VM tests on Windows
13
+ * Do not wait for the server to close when shutting down.
14
+ * Fix test create image with not supported characters by filesystem. Fixes #2375
15
+ * Allow listing x86_64 IOU images. Fixes #2376
16
+ * Upgrade Jinja2 to version 3.1.4. Fixes #2378
17
+ * Fix link capture for ATM switch. Fixes https://github.com/GNS3/gns3-gui/issues/3570
18
+ * Fix tests after updating error message when busybox is not installed.
19
+ * Add more details to error message when busybox is not installed. Fixes https://github.com/GNS3/gns3-gui/issues/3569
20
+ * Fix invalid escape sequences
21
+ * Add NAT symbols
22
+ * Fix cannot stop Docker VM while console connection is still active.
23
+ * Upgrade sentry-sdk to version 1.40.6
24
+
3
25
## 2.2.46 26/02/2024
4
26
5
27
* Bundle web-ui v2.2.46
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class CrashReport:
57
57
Report crash to a third party service
58
58
"""
59
59
60
- DSN = "https://535981c5fae1a87b7e8d993590c07c27 @o19455.ingest.sentry.io/38482"
60
+ DSN = "https://ec32b24c329df619c8b9b1c58cfedcdb @o19455.ingest.us .sentry.io/38482"
61
61
_instance = None
62
62
63
63
def __init__ (self ):
Original file line number Diff line number Diff line change 23
23
# or negative for a release candidate or beta (after the base version
24
24
# number has been incremented)
25
25
26
- __version__ = "2.2.47.dev1 "
27
- __version_info__ = (2 , 2 , 47 , 99 )
26
+ __version__ = "2.2.47"
27
+ __version_info__ = (2 , 2 , 47 , 0 )
28
28
29
29
if "dev" in __version__ :
30
30
try :
You can’t perform that action at this time.
0 commit comments