Skip to content

Releases: turing-marcos/turing-machine

v1.1.1 - Preview - Fixed undefined outputs

10 Mar 14:30
Compare
Choose a tag to compare

Preview release of a dev branch

Full Changelog: v1.1.0...v1.1.1

v1.1.0 - A lot of small improvements

08 Feb 22:09
Compare
Choose a tag to compare

What's Changed

  • Bugfixes, more stability and implementation of feature-requests by @margual56 in #16

Full Changelog: v1.0.2...v1.1.0

v1.1.0 - alpha

07 Feb 16:41
Compare
Choose a tag to compare
v1.1.0 - alpha Pre-release
Pre-release
  • Stop (pause) the execution when finished
  • Non-interactive CLI: Option that directly returns the result of the machine
  • Throw an error when the tape does not have at least one 1
  • Detect undefined states: Throw an error instead of crashing

Full Changelog: v1.0.2...v1.1.0-alpha

Executable only for GNU/Linux systems.

v1.0.2 - App translations and more!

03 Feb 12:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.2

v1.0.0 - Big release, stabilized most features

30 Nov 13:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v1.0.0

v0.2.1 - Fixes

21 Nov 16:23
d7d09ee
Compare
Choose a tag to compare

What's Changed

  • Fixed final state's instruction needing to be explicitly defined by @margual56 in #2

Full Changelog: v0.2.0...v0.2.1

v0.2 - First working release

21 Nov 13:39
7c6a40a
Compare
Choose a tag to compare

This release introduces the GUI and robustness.

No optimizations to the code have been made yet, so it will not be the best performance-wise.