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 ...@@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
* Support for 8x16 sprites *
* Support for MBC5, think Pokemon Yellow
### Changed ### Changed
...@@ -18,6 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -18,6 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### 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 with MBC1 and Advanced ROM Banking Mode
* Issue related to LDC power of and return mode * Issue related to LDC power of and return mode
......
[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.2.0" version = "0.3.0"
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://gitlab.stage.hive.pt/joamag/boytacean" repository = "https://gitlab.stage.hive.pt/joamag/boytacean"
......
[package] [package]
name = "boytacean-sdl" name = "boytacean-sdl"
version = "0.2.0" version = "0.3.0"
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.2.0", "version": "0.3.0",
"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.
Please register or to comment