Update patch notes for version 1.75

This commit is contained in:
kwaroran
2024-01-15 12:50:55 +09:00
parent 560a2eea25
commit 8c84f2d34f

View File

@@ -1,13 +1,17 @@
export const patchNote = { export const patchNote = {
version: "1.74", version: "1.75",
content: content:
` `
# Update 1.74 # Update 1.75
- Added (?) button on many settings - Added @@move_top and @@move_bottom in regex script
- Hypamemory isn't marked as experimental anymore - Added @@end, @@assistant, @@user, @@system
- Generation Times isn't marked as experimental anymore - depercated @@@end, @@@assistant, @@@user, @@@system for consistency
- Generation Times will work with streamed responses now - Use newly added two @ version instead
- Removed unused settings - deprecated commands could be removed in future update
- Added {{br}}, used for line break
- sendChat error message changed
- fix AWS claude (by @bangonicdd)
- fix TTS replace error when empty string
` `
} }