Update version to 1.90.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.89.0"
|
"version": "1.90.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -2,15 +2,10 @@ export const patchNote = {
|
|||||||
version: "1.89",
|
version: "1.89",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.89.0
|
# Update 1.90.0
|
||||||
- Reworked import card system
|
- Added {{spread::A}} and {{trim::B}}
|
||||||
- Now it would read streamed data instead of whole file
|
- Fixed undefined variable crashing the app
|
||||||
- This would reduce memory usage and increase performance, and also allow to import larger files
|
- Now invaild curly brace syntax will be ignored
|
||||||
- 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
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.89.0"
|
export let appVer = "1.90.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.89.0"}
|
{"version":"1.90.0"}
|
||||||
Reference in New Issue
Block a user