From f0ba0f2b9945aca176a492ff4d819b6d50b039ac Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Mon, 25 Jul 2022 08:46:23 +0200 Subject: [PATCH] update site with 0.2.1 release --- site/content/_index.md | 13 +++++++++++++ site/static/v0.2.1/index.html | 1 + site/templates/index.html | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 site/static/v0.2.1/index.html diff --git a/site/content/_index.md b/site/content/_index.md index 97caec0..a97dbc6 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -29,6 +29,19 @@ Examplers for older versions: ## Versions +### v0.2.1 + +* [Web runtime](v0.2.1) +* [Linux](https://github.com/exoticorn/microw8/releases/download/v0.2.1/microw8-0.2.1-linux.tgz) +* [MacOS](https://github.com/exoticorn/microw8/releases/download/v0.2.1/microw8-0.2.1-macos.tgz) +* [Windows](https://github.com/exoticorn/microw8/releases/download/v0.2.1/microw8-0.2.1-windows.zip) + +Changes: + +* new gpu accelerated renderer with (optional) crt filter +* optimized `hline` function, a big speed-up when drawing large filled circles or rectangles +* print fractional size of packed `uw8` cart + ### v0.2.0 * [Web runtime](v0.2.0) diff --git a/site/static/v0.2.1/index.html b/site/static/v0.2.1/index.html new file mode 100644 index 0000000..c25f2e8 --- /dev/null +++ b/site/static/v0.2.1/index.html @@ -0,0 +1 @@ +MicroW8
MicroW8 0.2.1
\ No newline at end of file diff --git a/site/templates/index.html b/site/templates/index.html index cd9a558..f7c847d 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -4,7 +4,7 @@

A WebAssembly based fantasy console

- +