Skip to content

Commit 348f876

Browse files
committed
Bump to 0.5.2
1 parent a5742a5 commit 348f876

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# Gephi Lite - Changelog:
22

3+
## 0.5.2
4+
5+
This version is just published to allow testing scripting Gephi Lite, using the [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel) API.
6+
37
## 0.5.1
48

59
various fixes:
6-
- [#89](https://github.com/gephi/gephi-lite/issues/89): regression on show edges
10+
11+
- [#89](https://github.com/gephi/gephi-lite/issues/89): regression on show edges
712
- [#173](https://github.com/gephi/gephi-lite/issues/173): regression on performance due to layout metric
813
- boolean attributes not rendered correctly in terms Filter
914

1015
Thanks to [@splines](https://github.com/Splines) for the bug reports
1116

1217
misc:
18+
1319
- upgrade Graphology Gexf to 0.13.2
1420

1521
## 0.5.0 aka The 2024 Gephi week edition
@@ -42,7 +48,7 @@ Special thanks to [Anders Kristian Munk](https://github.com/akmunk), [Johan Irvi
4248

4349
### Debug
4450

45-
- [#144](https://github.com/gephi/gephi-lite/issues/144): Fix github authentification
51+
- [#144](https://github.com/gephi/gephi-lite/issues/144): Fix github authentification
4652

4753
## 0.4.1
4854

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
3+
"version": "0.5.2",
44
"homepage": "https://gephi.org/gephi-lite",
55
"license": "gpl-3.0",
66
"scripts": {

0 commit comments

Comments
 (0)