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 = {
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::<name>}}\` CBS
- This CBS will be replaced to lorebooks that uses \`@@position tk_<name>\` decorator
`
}