From 8b185d2f191e05b6b704f51db4fad9a9cfd16f60 Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 7 Jan 2025 21:00:11 +0100 Subject: [PATCH 1/2] add tags list tags info added. fixes #215 --- _locales/en/messages.json | 4 ++++ pages/addtags/mzta-add-tags.html | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a41f2c60..5435b6ca 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -894,5 +894,9 @@ "prompt_add_tags_force_lang": { "message": "The tags must be written in", "description": "" + }, + "prefs_OptionText_btnManagePrompts_infoline3": { + "message": "You can use the {%tags_full_list%} data placeholder in the prompt to list the available tags. With an appropriate prompt, you could then force the tags to be chosen only from the list of those already existing.", + "description": "" } } \ No newline at end of file diff --git a/pages/addtags/mzta-add-tags.html b/pages/addtags/mzta-add-tags.html index c85d8b06..f7e0f81f 100644 --- a/pages/addtags/mzta-add-tags.html +++ b/pages/addtags/mzta-add-tags.html @@ -53,7 +53,8 @@
__MSG_AddTags_prompt_text_title__
__MSG_prefs_OptionText_btnManagePrompts_infoline__ __MSG_customPrompts_managePrompts_help__ -
__MSG_prefs_OptionText_btnManagePrompts_infoline2__
+
__MSG_prefs_OptionText_btnManagePrompts_infoline3__ +
__MSG_prefs_OptionText_btnManagePrompts_infoline2__
From 0d5ec0d4e1e52b34ec1eed9147e0d28976dc6901 Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 7 Jan 2025 21:08:29 +0100 Subject: [PATCH 2/2] updated release notes --- CHANGELOG.md | 1 + options/mzta-release-notes.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a161bc1..88750066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@

Version 3.1.0 - ??/??/2025

    +
  • Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
  • ...

Version 3.0.0 - 05/01/2025

diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index fe3f3750..300e7b19 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -9,6 +9,7 @@

ThunderAI Release Notes

Version 3.1.0 - ??/??/2025

    +
  • Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
  • ...

Version 3.0.0 - 05/01/2025