File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# easyNWK Version History
2
2
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
+
3
12
## version 2.0.3, released 11 Nov 2022
4
13
5
14
* (feature) add alter with double click on map [ #61 ] ( https://github.com/fhstp/easynwk-web/issues/61 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " easynwk" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.0.4 " ,
4
4
"private" : true ,
5
5
"author" : " Alexander Rind (https://github.com/alex-rind/)" ,
6
6
"repository" : " https://github.com/fhstp/easynwk-web/" ,
7
7
"scripts" : {
8
+ "dev" : " vue-cli-service serve" ,
8
9
"serve" : " vue-cli-service serve" ,
9
10
"build" : " vue-cli-service build" ,
10
11
"lint" : " vue-cli-service lint"
You can’t perform that action at this time.
0 commit comments