mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-14 10:00:58 +00:00
Release v3.0.0
This commit is contained in:
parent
a9b7869e04
commit
d54e6babe2
@ -1,5 +1,14 @@
|
|||||||
# Change Log
|
# 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
|
## 2.2.52 02/12/2024
|
||||||
|
|
||||||
* Bundle web-ui v2.2.52
|
* Bundle web-ui v2.2.52
|
||||||
|
@ -58,7 +58,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
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
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
File diff suppressed because one or more lines are too long
@ -22,8 +22,8 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "3.0.0.dev14"
|
__version__ = "3.0.0"
|
||||||
__version_info__ = (3, 0, 0, 99)
|
__version_info__ = (3, 0, 0, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user