File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,16 @@ Building
19
19
The provided gradle scripts can be used to easily build a JAR file. Just run ` ./gradlew jar ` on Linux/macOS
20
20
or ` .\gradlew.bat jar ` on Windows!
21
21
22
- The release directory contains a ` build.sh ` script that automatically builds the JAR, and generates an executable image
23
- for Windows, Mac, and Linux.
22
+ The ` release/ ` directory contains a ` build.sh ` script that automatically builds the JAR, and generates an executable image
23
+ for Windows, Mac (Intel), and Linux.
24
+
25
+ You can execute the JAR by running ` java -jar CircuitSim.jar ` . You must have JDK 17 or later.
24
26
25
27
Changelog
26
28
=========
27
29
28
30
1.10.0 (CE)
29
- ======
31
+ ------
30
32
31
33
- Improve pathfinding to create less destructive wire paths
32
34
- Implement canvas pan and zoom gestures (+ fix major performance bug as a result)
@@ -35,7 +37,7 @@ Changelog
35
37
- Add icon for macOS builds
36
38
37
39
1.9.2b (CS 2110 version)
38
- ======
40
+ ------
39
41
40
42
NOTE: This is the first major diverging version of the fork.
41
43
@@ -47,12 +49,12 @@ NOTE: This is the first major diverging version of the fork.
47
49
- Removed Herobrine
48
50
49
51
1.9.1
50
- =====
52
+ -----
51
53
52
54
- Hotfix for ROM component not saving its contents to disk.
53
55
54
56
1.9.0
55
- =====
57
+ -----
56
58
57
59
- The grid background can now be hidden: View -> uncheck Show grid
58
60
- Circuits can be exported as image files: File -> Export as images
You can’t perform that action at this time.
0 commit comments