Skip to content

Commit

Permalink
updating changelog and documentation of how to use the rico-cluster-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
stweise committed Dec 8, 2020
1 parent f93a822 commit 2cd44c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## future version - not released yet
## Version 1.3

* feature: add direction arrow to edges (by pressing 'A'-key), cycling through directions and undirected mode

## Version 1.2

* feature: pan on whiteboard using space bar + mouse drag
* change: ellipses are replaced as a node signifier with rounded rectangles (better use of space)
Expand Down
1 change: 0 additions & 1 deletion NEXT_FEATURES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Collection of next features to implement

* add direction arrow to edges
* create preferences menu
* allow stylizing node labels (bold, italics, color)
* allow stylizing node color (fill, border)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ After starting the application use the following input commands:
* drag and drop is supported (extendable by selection)
* drawing area (canvas) is extending, when objects are moved towards the edge
* "space" + mouse drag: pan on whiteboard
* pressing "A"-key while an edge is selected adds an arrow, repeated pressing of "A" cycles through:
* edge from node A to B
* edge from node B to A
* edge without any direction arrows

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Expand Down

0 comments on commit 2cd44c2

Please sign in to comment.