Releases: Kakoluz/THUMDER_Core
Releases · Kakoluz/THUMDER_Core
Release list
v1.0.0
Full Changelog: 0.8.7...1.0.0
First official production release
- Fixed a bug where instructions in execution would override the one before if loaded into other unit
- Version bump to 1.0.0
- Updated to .NET 7
- Build using native AOT, this creates native C++ code instead of packing the runtime in the executable (Not available on macOS as of yet)
This is the first build to include binaries for every platform.
v0.8.7
Full Changelog: 0.8.5...0.8.7
- Fixed breakpoint behaviour
- Added a breakpoint list
- Clarified text prompts
- Removed Terminal.gui dependencies and leftover code
v0.8.5
Full Changelog: 0.8.1...0.8.5
This minor version only adds a few improvements over the current release. Core emulation is untouched
- Added code explorer
- Added more useful info while doing steps
- Added instruction code to the pipeline viewer
v0.8.1
Full Changelog: 0.1.2...0.8.1
It should work as WinDLX, there is always 1 extra cycle and an extra decoded instruction because of how I process the trap 0.
Posting the Win64 exe, will add the .deb file as soon as i can