mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 08:21:36 +00:00
Merge remote-tracking branch 'fork/add-audio-recording' into add-audio-recording
This commit is contained in:
commit
bab7b10d2b
@ -5943,6 +5943,9 @@ UI_TEXT_CONTENT["AISTUDIO::TOOLS::RAG::RAGPROCESSES::AISRCSELWITHRETCTXVAL::T377
|
|||||||
-- Executable Files
|
-- Executable Files
|
||||||
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2217313358"] = "Ausführbare Dateien"
|
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2217313358"] = "Ausführbare Dateien"
|
||||||
|
|
||||||
|
-- All Source Code Files
|
||||||
|
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2460199369"] = "Alle Quellcodedateien"
|
||||||
|
|
||||||
-- All Audio Files
|
-- All Audio Files
|
||||||
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2575722901"] = "Alle Audiodateien"
|
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2575722901"] = "Alle Audiodateien"
|
||||||
|
|
||||||
|
|||||||
@ -5943,6 +5943,9 @@ UI_TEXT_CONTENT["AISTUDIO::TOOLS::RAG::RAGPROCESSES::AISRCSELWITHRETCTXVAL::T377
|
|||||||
-- Executable Files
|
-- Executable Files
|
||||||
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2217313358"] = "Executable Files"
|
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2217313358"] = "Executable Files"
|
||||||
|
|
||||||
|
-- All Source Code Files
|
||||||
|
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2460199369"] = "All Source Code Files"
|
||||||
|
|
||||||
-- All Audio Files
|
-- All Audio Files
|
||||||
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2575722901"] = "All Audio Files"
|
UI_TEXT_CONTENT["AISTUDIO::TOOLS::RUST::FILETYPEFILTER::T2575722901"] = "All Audio Files"
|
||||||
|
|
||||||
|
|||||||
@ -27,8 +27,8 @@ public readonly record struct FileTypeFilter(string FilterName, string[] FilterE
|
|||||||
|
|
||||||
public static FileTypeFilter AllSourceCode => new(TB("All Source Code Files"),
|
public static FileTypeFilter AllSourceCode => new(TB("All Source Code Files"),
|
||||||
[
|
[
|
||||||
// C#:
|
// .NET
|
||||||
"cs",
|
"cs", "vb", "fs", "razor", "aspx", "cshtml", "csproj",
|
||||||
|
|
||||||
// Java:
|
// Java:
|
||||||
"java",
|
"java",
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
# v26.1.1, build 231 (2026-01-xx xx:xx UTC)
|
# v26.1.1, build 231 (2026-01-xx xx:xx UTC)
|
||||||
- Added the option to attach files, including images, to chat templates. You can also define templates with file attachments through a configuration plugin. These file attachments aren’t copied—they’re re-read every time. That means the AI will pick up any updates you make to those files.
|
- Added the option to attach files, including images, to chat templates. You can also define templates with file attachments through a configuration plugin. These file attachments aren’t copied—they’re re-read every time. That means the AI will pick up any updates you make to those files.
|
||||||
|
- Added the option to use source code files in chats and document analysis. This supports software development workflows.
|
||||||
- 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.
|
- 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.
|
||||||
Loading…
Reference in New Issue
Block a user