Skip to content

Releases: andreicozma1/STEM

v2.0.2

16 Dec 02:28
54c35c1
Compare
Choose a tag to compare

Change Log:

  • Removed pop up window for editing the tape. Tape is now editable directly in the main window.
  • Added access to help menu while a machine is open via a button in the pop out menu on the right side of the button bar.
  • Added "Add Comment Box" mode, allowing you to draw a colored box and add comments directly in the machine.
  • Updated help menu to reflect changes.

v2.0.1

01 Apr 20:44
Compare
Choose a tag to compare

Changes & Bug Fixes:

  • Fixed the misspelling of transition in the help menu
  • Added the wildcard character into the help menu

v2.0.0

13 Mar 23:31
a6883b0
Compare
Choose a tag to compare

Changes & additions in this release:

  • Movable Canvas - Click and drag to move the canvas around to allow for bigger Turing Machines.
  • Zooming In & Out - Users can use the scroll wheel or touchpad to zoom in and out the canvas.
  • Screenshots - Added screenshot capability in the editor.
  • New Main Menu - Revamp the look of the main menu.
  • Help Menu - Describes how to use the simulator.
  • Multi-Window - ability to open multiple projects at the same time.
  • Included JavaFX dependencies within JAR file, eliminating the need for separate linking of the libraries and classpaths with the JVM.
  • Updated build configuration to ensure support of Java 9+.
  • Fixed bugs