Releases: turing-marcos/turing-machine
Releases · turing-marcos/turing-machine
v1.1.1 - Preview - Fixed undefined outputs
Preview release of a dev branch
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - A lot of small improvements
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
- 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!
What's Changed
- Created header bar and internal changes by @margual56 in #5
- I10n - App translation by @margual56 in #7
Full Changelog: v1.0.0...v1.0.2
v1.0.0 - Big release, stabilized most features
v0.2.1 - Fixes
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
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.