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

version: 0.4.1

parent 60590502
No related branches found
No related tags found
1 merge request!12Version 0.4.1
Pipeline #1455 passed
......@@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Logic frequency control using on click UI and keyboard
* Support for on screen keyboard for Game Boy
* Support for remote ROM loading using URL - [#3](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/3)
*
### Changed
......@@ -21,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
## [0.4.1] - 2022-11-06
### Added
* Logic frequency control using on click UI and keyboard
* Support for on screen keyboard for Game Boy
* Support for remote ROM loading using URL - [#3](https://gitlab.stage.hive.pt/joamag/boytacean/-/issues/3)
## [0.4.0] - 2022-11-01
### Added
......
[package]
name = "boytacean"
description = "A Game Boy emulator that is written in Rust."
version = "0.4.0"
version = "0.4.1"
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.4.0"
version = "0.4.1"
authors = ["João Magalhães <joamag@gmail.com>"]
description = "Game Boy Emulator SDL (Desktop) Application"
license = "Apache-2.0"
......
{
"name": "boytacean-web",
"version": "0.4.0",
"version": "0.4.1",
"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.
Finish editing this message first!
Please register or to comment