Skip to content

Commit

Permalink
update changelog for v.2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rind committed May 25, 2023
1 parent 5c02742 commit b09f12a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b09f12a

Please sign in to comment.