diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b57f6..613c78d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # easyNWK Version History +## version 2.0.5, released 14 Aug 2023 + +* (usability) sort alters in connectionlist form by name alphabethically [#110](https://github.com/fhstp/easynwk-web/issues/110) +* (usability) show border of outer horizon even in no_horizon mode to indicate border of network [#130](https://github.com/fhstp/easynwk-web/issues/130) +* (bugfix) support 4:3 landscape in fullscreen and normal mode using additional media queries [#104](https://github.com/fhstp/easynwk-web/issues/104) +* (bugfix) prevent scrolling in landscape mode +* (security) various updates of libraries + ## version 2.0.4, released 25 May 2023 * (feature) display ego name and age on top of network map diff --git a/package.json b/package.json index 12e71b3..67bc6eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easynwk", - "version": "2.0.4", + "version": "2.0.5", "private": true, "author": "Alexander Rind (https://github.com/alex-rind/)", "repository": "https://github.com/fhstp/easynwk-web/",