Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 7.04 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

[0.9.0] - 2023-05-18

Added

  • Support for Game Boy Color (CGB) emulation! :partying_face: - #8 (closed)
  • Support for CLI params in Boytacean SDL
  • Support for GameBoyConfig structure that is passed to some comments
  • New DMA component

[0.8.0] - 2023-04-20

Added

  • Support for serial data transfer - #19 (closed)
  • Support for printing of images using Printer emulation - #19 (closed)
  • Support for display of logger and printer in Web panels
  • Converted serial-sections strategy to event driven

Fixed

  • ButtonSwitch issues by updating the value strategy nad bumping emukit
  • AudioGB with display of canvas with no visibility

[0.7.5] - 2023-04-11

Added