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
-**Simulation (prep):****Kotlin** in the Maven build; **`SimulationDocument`** and related types plus **XML decode** aligned with the existing diagram file format; **`Struktogramm.toSimulationDocument()`** exports the current editor state for a future **`step()`** engine (no simulation UI yet).
28
+
29
+
Full notes: [`release-notes/v1.2.0.md`](release-notes/v1.2.0.md).
30
+
25
31
## Changes in 1.1.4 (summary)
26
32
27
33
-**Diagram:** canvas **view zoom** with **⌘+ / ⌘−** (macOS) or **Ctrl+ / Ctrl−** (Windows/Linux); **no** block resize via mouse wheel anymore.
@@ -127,7 +133,7 @@ This release aligns **branding and technical identity** with **VisuStruct**. **`
127
133
-**Java 17** target (build and run with JDK 17+).
128
134
-**FlatLaf** light/dark themes; **JDOM2**; no legacy AppleJavaExtensions.
129
135
-**Motif** look-and-feel removed; **Metal** and FlatLaf available.
130
-
- Current fat JAR name follows **`pom.xml`****`version`** (e.g. **`visustruct-1.1.4.jar`**).
136
+
- Current fat JAR name follows **`pom.xml`****`version`** (e.g. **`visustruct-1.2.0.jar`**).
131
137
132
138
---
133
139
@@ -202,13 +208,13 @@ chmod +x mvnw
202
208
Output (version from `pom.xml`):
203
209
204
210
```text
205
-
target/visustruct-1.1.4.jar
211
+
target/visustruct-1.2.0.jar
206
212
```
207
213
208
214
## Run
209
215
210
216
```bash
211
-
java -jar target/visustruct-1.1.4.jar
217
+
java -jar target/visustruct-1.2.0.jar
212
218
```
213
219
214
220
Double-click may work if `.jar` is associated with Java.
0 commit comments