Skip to content

Commit

Permalink
Release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jan 3, 2025
1 parent 83d0957 commit 9dd4020
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.0.2 03/01/2025

* Add button to create templates based on images that are not used by any yet.
* Add "prune" images button in image management dialog.
* Use the controller image endpoint to install appliances
* Drop Python 3.8
* Add image info tooltip in image management dialog.
* Upgrade dependencies
* Apply grid color via css property

## 3.0.1 27/12/2024

* Fix issue when image is already on the local server. Fixes https://github.com/GNS3/gns3-gui/issues/3678
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://836426abf3e971acdf0e35f834874daf@o19455.ingest.us.sentry.io/38506"
DSN = "https://142c803f12d32e781a654ef31138c684@o19455.ingest.us.sentry.io/38506"
_instance = None

def __init__(self):
Expand Down
4 changes: 2 additions & 2 deletions gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,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:
Expand Down

0 comments on commit 9dd4020

Please sign in to comment.