Skip to content

Commit b09f12a

Browse files
committed
update changelog for v.2.0.4
1 parent 5c02742 commit b09f12a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# easyNWK Version History
22

3+
## version 2.0.4, released 25 May 2023
4+
5+
* (feature) display ego name and age on top of network map
6+
* (feature) add roles "Ex-Partner*in", "Mitbewohner*in", change abbreviation for "Schwager/Schwägerin"
7+
* (usability) do not show horizons by default
8+
* (usability) enforce that age of ego and alteri is a non-negative number
9+
* (bugfix) change link to PDF view to relative url [#128](https://github.com/fhstp/easynwk-web/issues/128)
10+
* (security) various updates of libraries
11+
312
## version 2.0.3, released 11 Nov 2022
413

514
* (feature) add alter with double click on map [#61](https://github.com/fhstp/easynwk-web/issues/61)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "easynwk",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"private": true,
55
"author": "Alexander Rind (https://github.com/alex-rind/)",
66
"repository": "https://github.com/fhstp/easynwk-web/",
77
"scripts": {
8+
"dev": "vue-cli-service serve",
89
"serve": "vue-cli-service serve",
910
"build": "vue-cli-service build",
1011
"lint": "vue-cli-service lint"

0 commit comments

Comments
 (0)