diff --git a/gns3server/static/web-ui/ReleaseNotes.txt b/gns3server/static/web-ui/ReleaseNotes.txt new file mode 100644 index 00000000..9c0fe032 --- /dev/null +++ b/gns3server/static/web-ui/ReleaseNotes.txt @@ -0,0 +1,16 @@ +GNS3 WebUI is web implementation of user interface for GNS3 software. + +Current version: 2019.2.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 + +Bug Fixes +- Removing issues with positioning interface labels while adding link between nodes on map +- Context menu now is correctly placed +- Entered text in text & style editor is now validated diff --git a/gns3server/static/web-ui/index.html b/gns3server/static/web-ui/index.html index ca24bfe4..dcd1e537 100644 --- a/gns3server/static/web-ui/index.html +++ b/gns3server/static/web-ui/index.html @@ -4,7 +4,8 @@