Skip to content

Releases: jon-axon/chipolata

v1.0.1 - dependency vulnerability update

11 Apr 19:14
e115bf3
Compare
Choose a tag to compare

What's Changed

  • Update to vulnerable dependency (spin) by @jon-axon in #42

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Initial "MVP" release

29 Mar 21:40
1c692ec
Compare
Choose a tag to compare

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

Full Changelog: v0.4...v1.0.0

v0.4 prototype

14 Mar 21:07
f6070e0
Compare
Choose a tag to compare
v0.4 prototype Pre-release
Pre-release

What's Changed

  • All work required for v0.4 milestone complete by @jon-axon in #27

Full Changelog: v0.3...v0.4

v0.3 prototype

08 Mar 20:18
5b6394e
Compare
Choose a tag to compare
v0.3 prototype Pre-release
Pre-release

What's Changed

  • All work required for v0.3 milestone complete by @jon-axon in #25

Full Changelog: v0.2...v0.3

v0.2 prototype

25 Feb 22:39
8c1e65c
Compare
Choose a tag to compare
v0.2 prototype Pre-release
Pre-release

What's Changed

  • All work required for v0.2 milestone complete by @jon-axon in #16

New Contributors

Full Changelog: v0.1...v0.2

Working PoC baseline

22 Feb 21:58
Compare
Choose a tag to compare
Working PoC baseline Pre-release
Pre-release

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).