Skip to content

Commit

Permalink
Bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Nov 27, 2024
1 parent a5742a5 commit 348f876
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Gephi Lite - Changelog:

## 0.5.2

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.

## 0.5.1

various fixes:
- [#89](https://github.com/gephi/gephi-lite/issues/89): regression on show edges

- [#89](https://github.com/gephi/gephi-lite/issues/89): regression on show edges
- [#173](https://github.com/gephi/gephi-lite/issues/173): regression on performance due to layout metric
- boolean attributes not rendered correctly in terms Filter

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

misc:

- upgrade Graphology Gexf to 0.13.2

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

### Debug

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

## 0.4.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gephi-lite",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://gephi.org/gephi-lite",
"license": "gpl-3.0",
"scripts": {
Expand Down

0 comments on commit 348f876

Please sign in to comment.