Update version to 1.89.0

This commit is contained in:
kwaroran
2024-03-28 18:42:56 +09:00
parent 00e86527ce
commit 86400dffe3
4 changed files with 13 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "RisuAI", "productName": "RisuAI",
"version": "1.88.3" "version": "1.89.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@@ -1,15 +1,16 @@
export const patchNote = { export const patchNote = {
version: "1.88", version: "1.89",
content: content:
` `
# Update 1.88 # Update 1.89.0
- Added DeepLX API support for translation #328 - Reworked import card system
- Added ElevenLabs Multilingual support #328 - Now it would read streamed data instead of whole file
- Added CharacterJS API support for Background Embedding #324 - This would reduce memory usage and increase performance, and also allow to import larger files
- Added CodeMinor based syntax highlighting on input #325 - Reworked RisuRealm share system
- Added ST preset import support - Now it would upload and download streamed data instead of splited assets
- Reworked Variable system, now variables are stored in CharacterJS states, rather than in the chat context - Added Upload functionallity
- Added /setvar, /addvar, /getvar command
- Fixed trigger scripts using old variable system
` `
} }

View File

@@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database) export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false) export const loadedStore = writable(false)
export let appVer = "1.88.3" export let appVer = "1.89.0"
export let webAppSubVer = '' export let webAppSubVer = ''
export function setDatabase(data:Database){ export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.88.3"} {"version":"1.89.0"}