Skip to content

Releases: barryw/sim6502

v3.13.1

12 Apr 14:19

Choose a tag to compare

  • Merge pull request #20 from barryw/fix/remaining-issues
  • fix: use pre-built framework-dependent output for multi-arch Docker

v3.13.0

12 Apr 14:06

Choose a tag to compare

  • Merge pull request #19 from barryw/fix/remaining-issues
  • fix: use Kaniko for multi-arch Docker builds without privileged mode
  • Merge pull request #18 from barryw/fix/remaining-issues
  • feat: add linux/arm64 Docker image support via buildx
  • fix: use bitwise AND for stack pointer wrapping to prevent memory corruption

v3.12.1

11 Apr 21:53

Choose a tag to compare

  • Merge pull request #16 from barryw/dependabot/npm_and_yarn/sim6502-vscode/minimatch-5.1.9
  • chore(deps): bump minimatch from 5.1.6 to 5.1.9 in /sim6502-vscode

v3.12.0

11 Apr 20:29

Choose a tag to compare

  • fix: escape shell variables with $$ in Woodpecker YAML
  • fix: use GitHub API with jq to resolve cocogitto version
  • fix: combine cocogitto install into single shell block for variable persistence
  • fix: dynamically resolve cocogitto version in CI release step
  • fix: skip integration parse tests when e6502 repo not available in CI
  • fix: update minimatch and brace-expansion to resolve CVEs
  • feat: add NovaVM and Verilator backends for integration testing

v3.11.5

06 Feb 03:27

Choose a tag to compare

  • fix: align ViceBackend contracts with actual vice-mcp server

v3.11.4

06 Feb 02:46

Choose a tag to compare

  • docs: point VICE backend prereqs to vice-mcp fork

v3.11.3

06 Feb 02:43

Choose a tag to compare

  • fix: use 'size' parameter for vice.memory.read instead of 'length'

v3.11.2

06 Feb 02:20

Choose a tag to compare

  • fix: add Accept header for text/event-stream to VICE MCP client

v3.11.1

06 Feb 02:06

Choose a tag to compare

  • fix: escape shell variables in Woodpecker CI to prevent empty substitution

v3.11.0

06 Feb 01:59

Choose a tag to compare

  • feat: add self-contained single-file binaries with CI release automation