diff --git a/CHANGLELOG.md b/CHANGLELOG.md index ed885573..76b1809b 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -28,10 +28,12 @@ ### GUI - Hide cursor during `antiburn` and `idle` if the pointer is enabled +- Screenshot images now display properly in Safari on macOS/iOS (thanks @masto) ### Objects - `img.src` now accepts both `http` and `https` urls (thanks @htvekov) - `img.src` now accepts `png` and `binary` image urls, PSram is *highly* recommended +- `img.src` now accepts 16-bit BMP files stored in flash ### Fonts - Added Vietnamese encoding build option (thanks @kydang789) @@ -43,6 +45,7 @@ - Fix `src` bug in `img` objects that could corrupt images sent over http (thanks @htvekov) - Fix screen dimensions in `statusupdate` message, taking into account current orientation (thanks @kquinsland) - Fix syslog message format (thanks @geiseri) +- Fix for HTTP password that could be overwritten by 8 asterisks when it was not changed in the web UI ### Custom component - Expose `antiburn` for the CC (thanks @dgomes) diff --git a/data/edit.htm b/data/edit.htm index 210748ad..71a6f701 100644 --- a/data/edit.htm +++ b/data/edit.htm @@ -1 +1 @@ -File Editor
\ No newline at end of file +File Editor
\ No newline at end of file diff --git a/data/edit.htm.gz b/data/edit.htm.gz index b3b67851..095e2d43 100644 Binary files a/data/edit.htm.gz and b/data/edit.htm.gz differ