From df1ebfcc9f8b6fa4390ffb93104a12f710ece7c8 Mon Sep 17 00:00:00 2001 From: Henrik Date: Sat, 21 Jan 2023 19:02:06 +0100 Subject: [PATCH] Update releasenotes.md --- releasenotes.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/releasenotes.md b/releasenotes.md index f7b25a0..0ba6c0a 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,13 @@ +# Version 1.0.5 +## Main take aways +- Querying the device for available segments +- Manually input any segment id (0-63) +- Preview matrix is now centered also on landscape displays +- Several UI adjustments +- Alignment with WLED profile +- Development moved to main WLED project +- Changed file ending to htm to align with WLED naming + # Version 1.0.4 ## Main take aways - Minor visual adjustments @@ -9,6 +19,6 @@ # 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 +- 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.htm?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