From d6dbceb1a16f47b0438b0b058bf0e83eb9d4005f Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sat, 16 Mar 2024 15:02:58 +0900 Subject: [PATCH] Update patch notes for version 1.83 --- src/etc/patchNote.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/etc/patchNote.ts b/src/etc/patchNote.ts index 8e260295..90306f6c 100644 --- a/src/etc/patchNote.ts +++ b/src/etc/patchNote.ts @@ -1,13 +1,13 @@ export const patchNote = { - version: "1.82", + version: "1.83", content: ` -# Update 1.82 -- Added native fetch handling for local version - - This would make the fetch request faster and more stable - - This would solve many issues with fetch request on local version -- Added Claude-3 streaming -- Force Plain Fetch is now unrecommended +# Update 1.83 +- Added multi language support for creator's quote +- Added Network error resolve tips +- Added iPad fullscreen compatibility +- Changed requirements for creator's quote on uploading to RisuRealm +- Fixed inlayed emotion images not displaying properly ` }