Skip to content

Commit

Permalink
Release version 2.0.0 (#51)
Browse files Browse the repository at this point in the history
* Release version 2.0.0

* Update README.md
  • Loading branch information
JeroenDeDauw authored Jul 11, 2021
1 parent 72f8edb commit 4cd3f15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,18 +358,18 @@ The JavaScript tests can only be run by going to the [`Special:JavaScriptTest` p

## Release notes

### Version 1.5.0
### Version 2.0.0

Under development
Released on July 11th, 2021.

* Added optional support for using display title for nodes' labels.
* Added configurable maximum length for node labels.
* Added tooltips to nodes.
* Added optional support for using display title for nodes' labels. (thanks @cicalese)
* Added configurable maximum length for node labels. (thanks @cicalese)
* Added tooltips to nodes. (thanks @cicalese)
* Made styling of nodes representing links to existing pages and links to
missing pages configurable by adding vis.js groups named "bluelink" and
"redlink".
* Added support for OOUI icons.
* Added support for external links.
"redlink". (thanks @cicalese)
* Added support for OOUI icons. (thanks @cicalese)
* Added support for external links. (thanks @cicalese)

### Version 1.4.0

Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Network",

"version": "1.5.0-dev",
"version": "2.0.0",

"author": [
"[https://www.entropywins.wtf/mediawiki Jeroen De Dauw]",
Expand Down

0 comments on commit 4cd3f15

Please sign in to comment.