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