Second release of JCS.
First version which is able to drive Trains automatically!
This release consists out of 4 possibilities:
- Window executable (zipped)
- Apple Mac OS App (zipped)
- Linux (zipped)
- Java executable jar file including all dependencies
Prerequisite is an installed JRE or JDK 21. For the development of JCS Temurin open jdk is used.
What's Changed
- 35 add support for dcc ex by @fransjacobs in #64
- 15 automatic control by @fransjacobs in #65
- Do not copy the dev setting for tiny log when building and app by @fransjacobs in #66
- 15 automatic control by @fransjacobs in #81
- Fix the saving issue by storing all tile changes immediately by @fransjacobs in #82
- 79 when auto mode is stopped dispatchers do not continue until destination is reached by @fransjacobs in #83
- 73 dcc ex serial connection takes a long time by @fransjacobs in #85
- Fix tile placement added tests by @fransjacobs in #86
- 15 automatic control by @fransjacobs in #87
- Update StateMachineThreadTest.java by @fransjacobs in #88
- Update StateMachineThreadTest.java by @fransjacobs in #89
- Update AutoPilotTest.java by @fransjacobs in #90
- 78 after a layout change the autolink between block and sensor needs restart of jcs by @fransjacobs in #91
- Minor fix in simulated driving by @fransjacobs in #92
- 44 when a cs is not connected the power button on the main screen should be disabled by @fransjacobs in #93
Full Changelog: V0.0.1...V0.0.2