Update patch notes for version 1.83

This commit is contained in:
kwaroran
2024-03-16 15:02:58 +09:00
parent 85ac780282
commit d6dbceb1a1

View File

@@ -1,13 +1,13 @@
export const patchNote = { export const patchNote = {
version: "1.82", version: "1.83",
content: content:
` `
# Update 1.82 # Update 1.83
- Added native fetch handling for local version - Added multi language support for creator's quote
- This would make the fetch request faster and more stable - Added Network error resolve tips
- This would solve many issues with fetch request on local version - Added iPad fullscreen compatibility
- Added Claude-3 streaming - Changed requirements for creator's quote on uploading to RisuRealm
- Force Plain Fetch is now unrecommended - Fixed inlayed emotion images not displaying properly
` `
} }