From ec6dc9b3a27ff937cd994ea5a18a3b73cebac08a Mon Sep 17 00:00:00 2001 From: kwaroran Date: Thu, 30 May 2024 13:40:13 +0900 Subject: [PATCH] feat: Update patch notes for version 1.110 - Improved module GUI - Added search bar - Now modules are ordered by name - Now global modules are ordered in the end of the list in the chat GUI - Added module export and import from Realm - Added preset import from Realm - Added `{{position::}}` CBS - This CBS will be replaced to lorebooks that uses `@@position tk_` decorator --- src/etc/patchNote.ts | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/etc/patchNote.ts b/src/etc/patchNote.ts index bebe4623..e249f91d 100644 --- a/src/etc/patchNote.ts +++ b/src/etc/patchNote.ts @@ -1,15 +1,16 @@ export const patchNote = { - version: "1.109", + version: "1.110", content: ` -# Update 1.109 (More triggers update) -- Added new triggers - - Added Image Generation trigger - - Added Extract Text with Regex trigger - - Added Cut Chat trigger - - Added Modify Chat trigger -- Now modules can have low level access -- Fixed Lorebooks not matching with spaces +# Update 1.110 (Modules Update) +- Improved module GUI + - Added search bar + - Now modules are ordered by name + - Now global modules are ordered in the end of the list in the chat GUI +- Added module export and import from Realm +- Added preset import from Realm +- Added \`{{position::}}\` CBS + - This CBS will be replaced to lorebooks that uses \`@@position tk_\` decorator ` }