Skip to content

Commit

Permalink
Merge pull request #2683 from gaphor/2.21.0-release
Browse files Browse the repository at this point in the history
Prepare for version 2.21.0 release
  • Loading branch information
danyeaw committed Sep 8, 2023
2 parents f47541f + 7bb744d commit 7dc003d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
2.20.1
2.21.1
------
(Unreleased)

2.21.0
------
- Add picture as core element
- Move diagram elements with the arrow keys
- Add interface block to element creation menu
- Support state entry, exit, and do behavior selection via dropdown
- Add feature to align diagram elements
- Display type of element in the properties panel
- Removed unnecessary operations and attributes for requirements
- Enable macOS keybindings again
- Fix missing derive relationship icon in the model browser
- Fix block not showing parts
- Support state entry, exit, do behavior selection amongst the existing behaviors via dropdown
- Fix block not showing parts and references
- Fixed Profile is created instead of Stereotype in model browser
- Add ownership rules to DirectedRelationshipPropertyPath.targetContext
- Add tests and fix `Component.required`
- Present the Greeter, instead of only making it visible
- Fix derive-reqt model browser icon
- Improve coverage reporting
- Add system style sheet to the documentation

2.20.0
------
Expand Down
14 changes: 0 additions & 14 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gaphor"
version = "2.20.0"
version = "2.21.0"
description = "Gaphor is the simple modeling tool written in Python."
authors = [
"Arjan J. Molenaar <gaphor@gmail.com>",
Expand All @@ -13,7 +13,7 @@ homepage = "https://gaphor.org/"
repository = "https://github.com/gaphor/gaphor"
documentation = "https://docs.gaphor.org/"

keywords = ["gtk+", "diagram", "UML", "MBSE", "gaphor", "modeling"]
keywords = ["GTK", "diagram", "UML", "MBSE", "modeling"]

classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 7dc003d

Please sign in to comment.