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

version: 0.4.2

parent 80f65eb9
No related branches found
No related tags found
No related merge requests found
Pipeline #1479 passed
......@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
## [0.4.2] - 2022-11-09
### Fixed
* Arrow keys usage for on-screen gamepad
* Wrong UX for keyboard focus and fullscreen
......
[package]
name = "boytacean"
description = "A Game Boy emulator that is written in Rust."
version = "0.4.1"
version = "0.4.2"
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.1"
version = "0.4.2"
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.1",
"version": "0.4.2",
"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