From 5d41733142b36003b424c5ab0f5a360db253f389 Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Fri, 4 Feb 2022 23:23:29 +0100 Subject: [PATCH] add download links to 0.1.1 --- site/content/_index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/site/content/_index.md b/site/content/_index.md index c904583..732f72d 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -29,6 +29,24 @@ Examplers for older versions: ## Versions +### v0.1.1 + +* [Web runtime](v0.1.1) +* [Linux](https://github.com/exoticorn/microw8/releases/download/v0.1.1/microw8-0.1.1-linux.tgz) +* [MacOS](https://github.com/exoticorn/microw8/releases/download/v0.1.1/microw8-0.1.1-macos.tgz) +* [Windows](https://github.com/exoticorn/microw8/releases/download/v0.1.1/microw8-0.1.1-windows.zip) + +Changes: + +* implement more robust file watcher +* add basic video recording on F10 in web runtime +* add screenshot on F9 +* add watchdog to interrupt hanging update in native runtime +* add devkit mode to web runtime +* add unpack and compile commands to uw8 +* add support for table/element section in pack command +* disable wayland support (caused missing window decorations in gnome) + ### v0.1.0 * [Web runtime](v0.1.0)