1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 08:48:11 +00:00

Release v3.0.0

This commit is contained in:
grossmj 2024-12-20 18:20:42 +07:00
parent a9b7869e04
commit d54e6babe2
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
4 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,14 @@
# Change Log
## 3.0.0 20/12/2024
* Bundle web-ui v3.0.0
* Use static favicon for API docs. Ref #3674
* Configure self-hosting JavaScript and CSS for docs
* Fix project auto open feature. Fixes #2455
* Store IOU licence in the secrets directory and disable the check by default
* Require "Project.Audit" permission to duplicate a project and check if "Project.Allocate" permission for the destination.
## 2.2.52 02/12/2024
* Bundle web-ui v2.2.52

View File

@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://29d15f2b7fde7fbd860843b7ee24dc7f@o19455.ingest.us.sentry.io/38482"
DSN = "https://8374a6208714ff37e18725c21a04b8d1@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.0.dev14"
__version_info__ = (3, 0, 0, 99)
__version__ = "3.0.0"
__version_info__ = (3, 0, 0, 0)
if "dev" in __version__:
try: