Releases: jon-axon/chipolata
Releases · jon-axon/chipolata
v1.0.1 - dependency vulnerability update
What's Changed
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Initial "MVP" release
Chipolata v1.0.0
This release represents the "minimum viable product" build of Chipolata i.e. a stable and fully-functional CHIP-8/SUPER-CHIP interpreter.
What's Changed
- All work required for v1.0 milestone complete by @jon-axon in #29
- Re-syncing CI worklows by @jon-axon in #31
- Updated README file by @jon-axon in #30
- Development by @jon-axon in #39
Full Changelog: v0.4...v1.0.0
v0.4 prototype
What's Changed
Full Changelog: v0.3...v0.4
v0.3 prototype
What's Changed
Full Changelog: v0.2...v0.3
v0.2 prototype
Working PoC baseline
This is a baseline release of 90% functionally-complete back-end CHIP-8 emulation code, with very rudimentary working GUI that must currently be executed from the code editor (due to the path of the program to be executed being embedded in the code).