From c4959b97da1b15c3952865db4f83095882175bff Mon Sep 17 00:00:00 2001
From: Piotr Pekala <piotrpawelpekala@gmail.com>
Date: Thu, 29 Aug 2019 03:52:30 -0700
Subject: [PATCH] Release notes updated

---
 src/ReleaseNotes.txt                          | 21 +++++++++++--------
 .../info-dialog/info-dialog.component.html    |  3 ---
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/ReleaseNotes.txt b/src/ReleaseNotes.txt
index 9c0fe032..277bcbbe 100644
--- a/src/ReleaseNotes.txt
+++ b/src/ReleaseNotes.txt
@@ -1,16 +1,19 @@
 GNS3 WebUI is web implementation of user interface for GNS3 software.
 
-Current version: 2019.2.0
+Current version: 2019.3.0
 
 What's New
-- Help section added with information about third party components
-- Showing progress when server starting
-- Possibility to edit interface & node labels by using context menu
-- Enhancements in moving elements on map
-- Context menu extended with option to duplicate
-- Main menu extended with option to lock all items on map
+- Editing interface labels on double click
+- Support for keyboard shortcuts
+- Menu extended with option to delete currently opened project, export & import project
+- Possibility to save current state of project
+- Ability to duplicate project from projects page
+- Node information dialog available from context menu
+- Topology summary widget on map view
+- Improvements in dialog styles
 
 Bug Fixes
-- Removing issues with positioning interface labels while adding link between nodes on map
+- Removing issues with opening console
 - Context menu now is correctly placed
-- Entered text in text & style editor is now validated
+- Text validation in dialogs
+- Removing errors with creating WebSockets
diff --git a/src/app/components/project-map/info-dialog/info-dialog.component.html b/src/app/components/project-map/info-dialog/info-dialog.component.html
index d178a63e..529b00e4 100644
--- a/src/app/components/project-map/info-dialog/info-dialog.component.html
+++ b/src/app/components/project-map/info-dialog/info-dialog.component.html
@@ -10,9 +10,6 @@
             </div>
         </mat-tab>
         <mat-tab label="Command line">
-            <div *ngIf="node.status !== 'started'" class='textBox'>
-                Please start the node in order to get the command line information.
-            </div>
             <div class="textBox">
                 {{commandLine}}
             </div>