Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: cneben <benoit@destrat.io>
  • Loading branch information
cneben committed Sep 22, 2024
1 parent 564caa8 commit 1c8576b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 20240922 2.5.0:
- #248: Add full support for cmake qt_add_qml_module(), QuickQanava must now be used
as a static QML module (qml compiler is automatically applied, it look like it is a lot faster...).
- #244: Add scrollbar support to qan::Navigable, better graph view area support.
- #238: Change group layout, add header support in group delegate.
- #228: Add preliminary support for auto tree layouts.

## 20240812 2.4.2:
- Merge #230 by @emmenlau, enhance node/group factory methods template signature.
- Merge #236 by @emmenlau, fix a memory leak.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2
2.5.0

0 comments on commit 1c8576b

Please sign in to comment.