You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**About dialog:** clearer links for website, GitHub repository, and developer site.
28
+
-**Palette:** Lucide trash icon for the delete area, shown larger.
29
+
-**File menu:** added system **Print...** support for printing or saving via the OS dialog.
30
+
25
31
## Changes in 1.1 (summary)
26
32
27
33
-**Element editor:** first step toward the Swift-style bottom editor panel.
@@ -97,7 +103,7 @@ This release aligns **branding and technical identity** with **VisuStruct**. **`
97
103
-**Java 17** target (build and run with JDK 17+).
98
104
-**FlatLaf** light/dark themes; **JDOM2**; no legacy AppleJavaExtensions.
99
105
-**Motif** look-and-feel removed; **Metal** and FlatLaf available.
100
-
- Current fat JAR name follows **`pom.xml`****`version`** (e.g. **`visustruct-1.1.jar`**).
106
+
- Current fat JAR name follows **`pom.xml`****`version`** (e.g. **`visustruct-1.1.1.jar`**).
101
107
102
108
---
103
109
@@ -121,7 +127,7 @@ On **Windows**, double-click often works if `.jar` is associated with Java. If a
121
127
122
128
All releases: [github.com/code4teaching/VisuStruct/releases](https://github.com/code4teaching/VisuStruct/releases)
123
129
124
-
**Maintainers:** To ship a new version, create a GitHub **Release** with a tag such as **`v1.1`**. Workflow [`.github/workflows/release-assets.yml`](.github/workflows/release-assets.yml) builds the JARs and attaches **`visustruct.jar`** (stable download URL above).
130
+
**Maintainers:** To ship a new version, create a GitHub **Release** with a tag such as **`v1.1.1`**. Workflow [`.github/workflows/release-assets.yml`](.github/workflows/release-assets.yml) builds the JARs and attaches **`visustruct.jar`** (stable download URL above).
125
131
126
132
---
127
133
@@ -172,13 +178,13 @@ chmod +x mvnw
172
178
Output (version from `pom.xml`):
173
179
174
180
```text
175
-
target/visustruct-1.1.jar
181
+
target/visustruct-1.1.1.jar
176
182
```
177
183
178
184
## Run
179
185
180
186
```bash
181
-
java -jar target/visustruct-1.1.jar
187
+
java -jar target/visustruct-1.1.1.jar
182
188
```
183
189
184
190
Double-click may work if `.jar` is associated with Java.
0 commit comments