Release v2.2.4

This commit is contained in:
grossmj
2020-01-09 00:45:09 +08:00
parent e306f73f01
commit 2e248aa340
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Change Log
## 2.2.4 08/01/2020
* Fix "Console to all nodes" doesn't open cloud objects with console configured. Fixes #2902
* Change default path for SecureCRT. Fixes #2896
* Add icons in setup.py Ref #2898
* Add remote viewer as a VNC console for Linux. Fixes #2913
## 2.2.3 12/11/2019
* Fix issue when binding on 0.0.0.0. Fixes #2892

View File

@@ -52,7 +52,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://9090482e1e444838b80e5aa94596b9d8:65ab81b67c534e349550ae3766241cda@sentry.io/38506"
DSN = "https://61fad1cfd9c04feeb0176f9f767fab37:00bf8040da4d4ebb813ae3e937d583a2@sentry.io/38506"
if hasattr(sys, "frozen"):
cacert = get_resource("cacert.pem")
if cacert is not None and os.path.isfile(cacert):

View File

@@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.4dev1"
__version_info__ = (2, 2, 4, 99)
__version__ = "2.2.4"
__version_info__ = (2, 2, 4, 0)
# If it's a git checkout try to add the commit
if "dev" in __version__: