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::<name>}}` CBS
  - This CBS will be replaced to lorebooks that uses `@@position tk_<name>` decorator
This commit is contained in:
kwaroran
2024-05-30 13:40:13 +09:00
parent 7e9433008a
commit ec6dc9b3a2

View File

@@ -1,15 +1,16 @@
export const patchNote = { export const patchNote = {
version: "1.109", version: "1.110",
content: content:
` `
# Update 1.109 (More triggers update) # Update 1.110 (Modules Update)
- Added new triggers - Improved module GUI
- Added Image Generation trigger - Added search bar
- Added Extract Text with Regex trigger - Now modules are ordered by name
- Added Cut Chat trigger - Now global modules are ordered in the end of the list in the chat GUI
- Added Modify Chat trigger - Added module export and import from Realm
- Now modules can have low level access - Added preset import from Realm
- Fixed Lorebooks not matching with spaces - Added \`{{position::<name>}}\` CBS
- This CBS will be replaced to lorebooks that uses \`@@position tk_<name>\` decorator
` `
} }