From 6dd655676d9dff74f111acd58de7077dda1123d4 Mon Sep 17 00:00:00 2001 From: Henrik Date: Wed, 18 Jan 2023 05:25:02 +0100 Subject: [PATCH] Create releasenotes.md --- releasenotes.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes.md diff --git a/releasenotes.md b/releasenotes.md new file mode 100644 index 0000000..fb70193 --- /dev/null +++ b/releasenotes.md @@ -0,0 +1,5 @@ +# Version 1.0.2 +## Main take aways +- Developer mode: Some new and experimental features will be turned off unless you run in developer mode. To enter developermode append "?dev" to the url. Example: http://192.168.0.123/pixartmin.html?dev +- File to device: Experimental feature to send the generated code as a file to the device instead of using the JSON API. Will not do anything more on the device at the moment. +- Minor adjustmensts