1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-03-03 17:56:05 +00:00

Release v3.0.4

This commit is contained in:
grossmj 2025-02-25 18:24:26 +08:00
parent edc855dcb5
commit 3a1ad8c08b
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## 3.0.4 25/02/2025
* Require minimum 8 characters for passwords
* Bundle web-ui v3.0.4
* Upgrade dependencies
* Fix auto idle-pc for IOS templates
* Update schemas to add constraints for values like ram, nvram etc.
* Install custom symbols. Fixes #2492
* Fix VMware add ubridge connection. Fixes #2490
## 3.0.3 22/01/2025
* Bundle web-ui v3.0.3

View File

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

View File

@ -23,7 +23,7 @@
# number has been incremented)
__version__ = "3.0.4"
__version_info__ = (3, 0, 4, 99)
__version_info__ = (3, 0, 4, 0)
if "dev" in __version__:
try: