From b09f12a22a3da729a3143f8febf52f1550a6f9ca Mon Sep 17 00:00:00 2001 From: Alexander Rind <1217527+alex-rind@users.noreply.github.com> Date: Thu, 25 May 2023 16:01:51 +0200 Subject: [PATCH] update changelog for v.2.0.4 --- CHANGELOG.md | 9 +++++++++ package.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adc370..07b57f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # easyNWK Version History +## version 2.0.4, released 25 May 2023 + +* (feature) display ego name and age on top of network map +* (feature) add roles "Ex-Partner*in", "Mitbewohner*in", change abbreviation for "Schwager/Schwägerin" +* (usability) do not show horizons by default +* (usability) enforce that age of ego and alteri is a non-negative number +* (bugfix) change link to PDF view to relative url [#128](https://github.com/fhstp/easynwk-web/issues/128) +* (security) various updates of libraries + ## version 2.0.3, released 11 Nov 2022 * (feature) add alter with double click on map [#61](https://github.com/fhstp/easynwk-web/issues/61) diff --git a/package.json b/package.json index 7306c00..8400035 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "easynwk", - "version": "2.0.3", + "version": "2.0.4", "private": true, "author": "Alexander Rind (https://github.com/alex-rind/)", "repository": "https://github.com/fhstp/easynwk-web/", "scripts": { + "dev": "vue-cli-service serve", "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint"