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

version: 0.5.0

parent 1bf7d140
No related branches found
No related tags found
No related merge requests found
Pipeline #1557 canceled
...@@ -9,10 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,10 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
* Support for true fullscreen at a browser level *
* Support for more flexible palette colors
* Support for setting palette colors using WASM
* Local storage usage for saving battery backed RAM
### Changed ### Changed
...@@ -22,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -22,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* *
## [0.5.0] - 2022-11-14
### Added
* Support for true fullscreen at a browser level
* Support for more flexible palette colors
* Support for setting palette colors using WASM
* Local storage usage for saving battery backed RAM
## [0.4.5] - 2022-11-12 ## [0.4.5] - 2022-11-12
### Fixed ### Fixed
......
[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.4.5" version = "0.5.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.4.5" version = "0.5.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.4.5", "version": "0.5.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.
Finish editing this message first!
Please register or to comment