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

version: 0.3.0

parent 6b35a0b0
No related branches found
No related tags found
No related merge requests found
Pipeline #1001 passed
......@@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Support for 8x16 sprites
* Support for MBC5, think Pokemon Yellow
*
### Changed
......@@ -18,6 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
## [0.3.0] - 2022-07-11
### Added
* Support for 8x16 sprites
* Support for MBC5, think Pokemon Yellow
### Fixed
* Issue with MBC1 and Advanced ROM Banking Mode
* Issue related to LDC power of and return mode
......
[package]
name = "boytacean"
description = "A Game Boy emulator that is written in Rust."
version = "0.2.0"
version = "0.3.0"
authors = ["João Magalhães <joamag@gmail.com>"]
license = "Apache-2.0"
repository = "https://gitlab.stage.hive.pt/joamag/boytacean"
......
[package]
name = "boytacean-sdl"
version = "0.2.0"
version = "0.3.0"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "Game Boy Emulator SDL (Desktop) Application"
license = "Apache-2.0"
......
{
"name": "boytacean-web",
"version": "0.2.0",
"version": "0.3.0",
"description": "The web version of Boytacean",
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment