From 8c84f2d34fc9ee26484831a275e6a4e651e3afed Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 15 Jan 2024 12:50:55 +0900 Subject: [PATCH] Update patch notes for version 1.75 --- src/etc/updateLog.ts | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/etc/updateLog.ts b/src/etc/updateLog.ts index 713133eb..041fd4d8 100644 --- a/src/etc/updateLog.ts +++ b/src/etc/updateLog.ts @@ -1,13 +1,17 @@ export const patchNote = { - version: "1.74", + version: "1.75", content: ` -# Update 1.74 -- Added (?) button on many settings -- Hypamemory isn't marked as experimental anymore -- Generation Times isn't marked as experimental anymore -- Generation Times will work with streamed responses now -- Removed unused settings +# Update 1.75 +- Added @@move_top and @@move_bottom in regex script +- Added @@end, @@assistant, @@user, @@system +- depercated @@@end, @@@assistant, @@@user, @@@system for consistency + - Use newly added two @ version instead + - 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 ` }