1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-26 16:01:23 +00:00

Release v3.0.2

This commit is contained in:
grossmj 2025-01-03 21:44:00 +07:00
parent d34c3a0ac7
commit 469bd692a0
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
4 changed files with 14 additions and 4 deletions

View File

@ -1,5 +1,16 @@
# Change Log
## 3.0.2 03/01/2025
* Bundle web-ui v3.0.2
* Support to create templates based on image checksums.
* Improvements for installing built-in disks.
* Use watchdog instead of watchfiles to monitor for new images on the file system
* Drop Python 3.8
* Replace python-jose library by joserfc
* Upgrade dependencies
* Remove blocking IOU phone home call.
## 3.0.1 27/12/2024
* Bundle web-ui v3.0.1

View File

@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://847198b87dbd50ef8962901641918a08@o19455.ingest.us.sentry.io/38482"
DSN = "https://9cf53e6b9adfe49b867f1847b7cc4d72@o19455.ingest.us.sentry.io/38482"
_instance = None
def __init__(self):

File diff suppressed because one or more lines are too long

View File

@ -22,8 +22,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "3.0.1"
__version_info__ = (3, 0, 1, 0)
__version__ = "3.0.2"
__version_info__ = (3, 0, 2, 0)
if "dev" in __version__:
try: