Skip to content

Commit 89d441c

Browse files
author
Brad Carman
committed
v1.1.0
1 parent f56140e commit 89d441c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelingToolkitDesigner"
22
uuid = "23d639d0-9462-4d1e-84fe-d700424865b8"
33
authors = ["Brad Carman <[email protected]>"]
4-
version = "1.0.0"
4+
version = "1.1.0"
55

66
[deps]
77
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
The ModelingToolkitDesigner.jl package is a helper tool for visualizing and editing ModelingToolkit.jl system connections.
44

55
# Updates
6+
## v1.1.0
7+
- easier component selection (one only needs to click inside the boarder box)
8+
69
## v1.0.0
710
- added icon rotation feature
811

@@ -191,12 +194,7 @@ ModelingToolkitDesigner.jl colors the connections based on `ModelingToolkitDesig
191194

192195
# TODO
193196
- Finish adding icons for the ModelingToolkitStandardLibrary.jl
194-
- Rotate image feature
195197
- Improve text positioning and fontsize
196198
- How to include connection equations automatically, maybe implement the `input` macro
197199
- Provide `PassThru`'s without requiring user to add `PassThru` components to ODESystem
198-
- Add documentation
199-
200-
# [compat]
201-
- ModelingToolkit = "8.50" > needed for Domain feature
202-
- ModelingToolkitStandardLibrary = "1.12" > needed for Hydraulic components
200+
- Add documentation

0 commit comments

Comments
 (0)