Update version to 1.90.1
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.90.0"
|
"version": "1.90.1"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ export const patchNote = {
|
|||||||
version: "1.90",
|
version: "1.90",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.90.0
|
# Update 1.90.1
|
||||||
- Added {{spread::A}} and {{trim::B}}
|
- Added {{spread::A}} and {{trim::B}}
|
||||||
- Fixed undefined variable crashing the app
|
- Fixed undefined variable crashing the app
|
||||||
- Now invaild curly brace syntax will be ignored
|
- Now invaild curly brace syntax will be ignored
|
||||||
|
|||||||
@@ -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.90.0"
|
export let appVer = "1.90.1"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.90.0"}
|
{"version":"1.90.1"}
|
||||||
Reference in New Issue
Block a user