Skip to content

Commit 0467e0b

Browse files
committed
Bump to 0.5.1
1 parent 53e6924 commit 0467e0b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Gephi Lite - Changelog:
22

3+
## 0.5.1
4+
5+
various fixes:
6+
- [#89](https://github.com/gephi/gephi-lite/issues/89): regression on show edges
7+
- [#173](https://github.com/gephi/gephi-lite/issues/173): regression on performance due to layout metric
8+
- boolean attributes not rendered correctly in terms Filter
9+
10+
Thanks to [@splines](https://github.com/Splines) for the bug reports
11+
12+
misc:
13+
- upgrade Graphology Gexf to 0.13.2
14+
315
## 0.5.0 aka The 2024 Gephi week edition
416

517
This version has been developed in a one week iteration organized at the [2024 Gephi week workshop](https://gephi.wordpress.com/2024/06/13/gephi-week-2024-peek-from-the-inside/).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gephi-lite",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"homepage": "https://gephi.org/gephi-lite",
55
"license": "gpl-3.0",
66
"scripts": {

0 commit comments

Comments
 (0)