Skip to content
Snippets Groups Projects
Verified Commit cbfc3f56 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

version: 0.5.6

parent 5b1303a2
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #1682 passed
...@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
*
## [0.5.6] - 2022-11-17
### Fixed
* Issue with background color and change of palette colors * Issue with background color and change of palette colors
* Issue related with STAT interrupt not being triggered for all conditions * Issue related with STAT interrupt not being triggered for all conditions
......
[package] [package]
name = "boytacean" name = "boytacean"
description = "A Game Boy emulator that is written in Rust." description = "A Game Boy emulator that is written in Rust."
version = "0.5.5" version = "0.5.6"
authors = ["João Magalhães <joamag@gmail.com>"] authors = ["João Magalhães <joamag@gmail.com>"]
license = "Apache-2.0" license = "Apache-2.0"
repository = "https://github.com/joamag/boytacean" repository = "https://github.com/joamag/boytacean"
......
[package] [package]
name = "boytacean-sdl" name = "boytacean-sdl"
version = "0.5.5" version = "0.5.6"
authors = ["João Magalhães <joamag@gmail.com>"] authors = ["João Magalhães <joamag@gmail.com>"]
description = "Game Boy Emulator SDL (Desktop) Application" description = "Game Boy Emulator SDL (Desktop) Application"
license = "Apache-2.0" license = "Apache-2.0"
......
{ {
"name": "boytacean-web", "name": "boytacean-web",
"version": "0.5.5", "version": "0.5.6",
"description": "The web version of Boytacean", "description": "The web version of Boytacean",
"repository": { "repository": {
"type": "git", "type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment