From 235e9cce77f7a82d881f424c98bfb0514fca2cf3 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 8 Sep 2024 16:23:59 +0200 Subject: [PATCH] Improves hyphenation --- app/MindWork AI Studio/Components/MudTextList.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md diff --git a/app/MindWork AI Studio/Components/MudTextList.razor b/app/MindWork AI Studio/Components/MudTextList.razor index bb702476..f0ec6295 100644 --- a/app/MindWork AI Studio/Components/MudTextList.razor +++ b/app/MindWork AI Studio/Components/MudTextList.razor @@ -2,7 +2,7 @@ @foreach(var item in this.Items) { - @item.Header: @item.Text + @item.Header: @item.Text } \ No newline at end of file diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md new file mode 100644 index 00000000..bdd5d8ab --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md @@ -0,0 +1,2 @@ +# v0.9.7, build 182 (2024-09-09 xx:xx UTC) +- Improved hyphenation for continuous text so that the rules of the respective language are taken into account where possible. \ No newline at end of file