mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-08-24 20:27:35 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2aefe26cbf | ||
|
|
5182bc3841 | ||
|
|
04b90c6aab | ||
|
|
424ef9d60e | ||
|
|
bfc1ed525c |
@@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.61 30/07/2026
|
||||
|
||||
* No changes
|
||||
|
||||
## 2.2.60 15/07/2026
|
||||
|
||||
* feat(capture): implement live packet capture with internal tail
|
||||
|
||||
@@ -50,7 +50,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://aef091f468a2bd2eb55d1e9c1513e54b@o19455.ingest.us.sentry.io/38506"
|
||||
DSN = "https://52512702e506197edfb413c1d7e13397@o19455.ingest.us.sentry.io/38506"
|
||||
_instance = None
|
||||
|
||||
def __init__(self):
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "2.2.60"
|
||||
__version_info__ = (2, 2, 60, 0)
|
||||
__version__ = "2.2.62.dev1"
|
||||
__version_info__ = (2, 2, 62, 99)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user