From ccaf2e894a6129a41fa92747ce081bb480cc8526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peer=20Sch=C3=BCtt?= Date: Fri, 7 Mar 2025 09:24:53 +0100 Subject: [PATCH] Added a new panel in the about section regarding the Github repos (#310) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Peer Schütt --- app/MindWork AI Studio/Pages/About.razor | 23 +++++++++++++++++++ .../wwwroot/changelog/v0.9.32.md | 2 ++ 2 files changed, 25 insertions(+) create mode 100644 app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md diff --git a/app/MindWork AI Studio/Pages/About.razor b/app/MindWork AI Studio/Pages/About.razor index f4f96af..74492c4 100644 --- a/app/MindWork AI Studio/Pages/About.razor +++ b/app/MindWork AI Studio/Pages/About.razor @@ -22,6 +22,29 @@ Check for updates + + + + + Discover MindWork AI's mission and vision on our official homepage. + + + Browse AI Studio's source code on GitHub — we welcome your contributions. + + + Connect AI Studio to your organization's data with our External Retrieval Interface (ERI). + + + View our project roadmap and help shape AI Studio's future development. + + + Did you find a bug or are you experiencing issues? Report your concern here. + + + Have feature ideas? Submit suggestions for future AI Studio enhancements. + + + diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md new file mode 100644 index 0000000..9863080 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md @@ -0,0 +1,2 @@ +# v0.9.32, build 207 (2025-03-xx xx:xx UTC) +- Added the Community & Code section to the About page. It includes links to the GitHub repositories and the project homepage. \ No newline at end of file