|
1 | 1 | export const patchNote = {
|
2 |
| - version: "1.106", |
| 2 | + version: "1.107", |
3 | 3 | content:
|
4 | 4 | `
|
5 |
| -# Update 1.106 (Character Card V3 Update 1 & Highlights) |
6 |
| -- Added Character Card V3 Support |
7 |
| - - Added Character Card V3 Export |
8 |
| - - Added Character Card V3 Import |
9 |
| - - Added Multiple character icons support |
10 |
| - - Added {{// }} CBS support |
11 |
| - - Added {{hidden_key:A}} support |
12 |
| - - Added {{reverse:B}} support |
13 |
| - - Added {{comment:B}} support |
14 |
| - - Added nickname field |
15 |
| - - Added creation date field |
16 |
| - - Added last modified date field |
17 |
| - - Added use regex field on lorebook |
18 |
| - - Rewrote lorebook system |
19 |
| - - Added decorators support |
20 |
| - - Added @@activate_only_after support |
21 |
| - - Added @@activate_only_every support |
22 |
| - - Added @@depth support |
23 |
| - - Added @@reverse_depth support |
24 |
| - - Added @@role support |
25 |
| - - Added @@@scan_depth support |
26 |
| - - Added @@is_greeting support |
27 |
| - - Added @@position support |
28 |
| - - Added @@ignore_on_max_context support |
29 |
| - - Added @@additional_keys support |
30 |
| - - Added @@exclude_keys support |
31 |
| - - Added @@activate support |
32 |
| - - Added @@dont_activate support |
33 |
| - - Added @@disable_ui_prompt support |
34 |
| -- Deprecated legacy decorators |
35 |
| - - Deprecated @@end, use @@role end instead |
36 |
| - - Deprecated @@assistant, use @@role assistant instead |
37 |
| - - Deprecated @@user, use @@role user instead |
38 |
| - - Deprecated @@system, use @@role system instead |
39 |
| -- Added Highlight system |
40 |
| - - Requires Custom Highlight API support in the browser/OS |
41 |
| - - This would enable Highlights of CBS, decorators, and more |
42 |
| -- Added Long press to close edit |
43 |
| -- Added Long press to remove recursive |
44 |
| -- Changed Regex OUT to multi-line input, rather than single line |
45 |
| -- Changed many Trigger Script fields to multi-line input, rather than single line |
| 5 | +# Update 1.107 (Things & Stuff Update) |
| 6 | +- Added custom toggle system in prompt template |
| 7 | +- Added default variable setting in prompt template and characters |
| 8 | +- Removed experimental flag from HypaMemory V2 |
| 9 | +- Added HypaMemory V2 chunk size and allocation size setting |
| 10 | +- Changed old COT toggle to deprecated, dude to new custom toggle system |
| 11 | +- Fixed Supamemory summary not working when generation choices are more than 1 |
| 12 | +- Fixed triggerscript not handling undefined values as null |
| 13 | +- Fixed Character Card V3 export not working or missing fields in specific cases |
46 | 14 | `
|
47 | 15 | }
|
48 | 16 |
|
|
0 commit comments