Update version to 1.90.0

This commit is contained in:
kwaroran
2024-03-29 20:40:59 +09:00
parent aee17205ed
commit 2cfa373a48
4 changed files with 7 additions and 12 deletions

View File

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

View File

@@ -2,15 +2,10 @@ export const patchNote = {
version: "1.89",
content:
`
# Update 1.89.0
- Reworked import card system
- Now it would read streamed data instead of whole file
- This would reduce memory usage and increase performance, and also allow to import larger files
- Reworked RisuRealm share system
- Now it would upload and download streamed data instead of splited assets
- Added Upload functionallity
- Added /setvar, /addvar, /getvar command
- Fixed trigger scripts using old variable system
# Update 1.90.0
- Added {{spread::A}} and {{trim::B}}
- Fixed undefined variable crashing the app
- Now invaild curly brace syntax will be ignored
`
}

View File

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

View File

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