Skip to content

Commit

Permalink
v0.4.1 Correcting some regressions
Browse files Browse the repository at this point in the history
- End to End tests were not run in CI
- gexf= url params is back for retro-compatibility but with a deprecation warning
- End to End tests updated
- code version displayed in welcome modal
  • Loading branch information
paulgirard committed Feb 15, 2024
1 parent 3a1028d commit f386a03
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@
# Gephi Lite - Changelog:

### 0.4.1

Correcting some regressions:

- End to End tests were not run in CI
- gexf= url params is back for retro-compatibility but with a deprecation warning
- End to End tests updated
- code version displayed in welcome modal

## 0.4.0 version aka FOSDEM 2024

This version has been developed in a one week iteration preceding the FOSDEM 2024 conference where we presented the [genesis of Gephi Lite](https://fosdem.org/2024/schedule/event/fosdem-2024-3253-bridging-research-and-open-source-the-genesis-of-gephi-lite/).
Expand Down
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.4.0",
"version": "0.4.1",
"homepage": "https://gephi.org/gephi-lite",
"license": "gpl-3.0",
"scripts": {
Expand Down

0 comments on commit f386a03

Please sign in to comment.