1.11.7
Diode 1.11.7 was released on May 15, 2024.
Summary
Bug Fixes:
- Always use Zone name as label
- Make Markdown previewer fail gracefully on non-Unicode characters
Details
Always use Zone name as label
The app had a bug in which sometimes the Zone's local device folder name was used as the Zone's label. Although usually the folder name and Zone name are the same, in some edge cases they are not and in some edge cases related to those edge cases the Zone name would be set incorrectly :-). This has been fixed.
Make Markdown viewer fail gracefully on non Unicode characters
It was possible to paste non-Unicode characters into a Markdown file outside the app, which would sometimes result in crashing the preview for that file. The Markdown viewer is now more robust and no longer crashes if the breaking non Unicode characters are present.