From 4cf44e91d2c7ccdf7f84ce5516088a7d5fc67c4b Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 11 Jan 2026 16:17:54 +0100 Subject: [PATCH] Upgraded dependencies --- app/MindWork AI Studio/MindWork AI Studio.csproj | 2 +- app/MindWork AI Studio/packages.lock.json | 8 ++++---- app/MindWork AI Studio/wwwroot/changelog/v26.1.1.md | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/MindWork AI Studio/MindWork AI Studio.csproj b/app/MindWork AI Studio/MindWork AI Studio.csproj index 3959573e..b8d8fc2a 100644 --- a/app/MindWork AI Studio/MindWork AI Studio.csproj +++ b/app/MindWork AI Studio/MindWork AI Studio.csproj @@ -52,7 +52,7 @@ - + diff --git a/app/MindWork AI Studio/packages.lock.json b/app/MindWork AI Studio/packages.lock.json index b25b5e55..6a315a34 100644 --- a/app/MindWork AI Studio/packages.lock.json +++ b/app/MindWork AI Studio/packages.lock.json @@ -64,11 +64,11 @@ }, "ReverseMarkdown": { "type": "Direct", - "requested": "[4.7.1, )", - "resolved": "4.7.1", - "contentHash": "Tz8yJXg8J1O9xJn6fXzjeEcLTYjfwbauCGwK4f/dpxOOpo3iniXIggmRlJ7F91yHJPB0Gm4lk1/qV0Jxip4a8A==", + "requested": "[5.0.0, )", + "resolved": "5.0.0", + "contentHash": "Zw7ODMO/P8b4ua9qFdsmZPkPmYGCcSfwhKo8+81PCS0e6P21c9sOlYwVJ3MCEWZAGW+CXJBdF3FKtXKWZWzFTg==", "dependencies": { - "HtmlAgilityPack": "1.12.1" + "HtmlAgilityPack": "1.12.4" } }, "BuildBundlerMinifier": { diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.1.1.md b/app/MindWork AI Studio/wwwroot/changelog/v26.1.1.md index c1a84f1f..4c21a6ec 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v26.1.1.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v26.1.1.md @@ -8,4 +8,5 @@ - Improved the app versioning. Starting in 2026, each version number includes the year, followed by the month. The last digit shows the release number for that month. For example, version `26.1.1` is the first release in January 2026. - Fixed a bug in the profile selection where the "Use no profile" entry could not be localized, causing English text to appear in languages such as German. This behavior has now been fixed. - Fixed a bug in the provider dialogs (LLMs, embeddings, and transcriptions) when editing a provider. In cases where an error had to be displayed, a non-localized message in English was used. -- Fixed a very rare bug in the provider dialogs (LLMs, embeddings, and transcriptions) where a validation error appeared if the API key could not be read from the operating system, but the error did not clear after the user changed the API key. \ No newline at end of file +- Fixed a very rare bug in the provider dialogs (LLMs, embeddings, and transcriptions) where a validation error appeared if the API key could not be read from the operating system, but the error did not clear after the user changed the API key. +- Upgraded dependencies. \ No newline at end of file