Update version to 1.88.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.87.2"
|
"version": "1.88.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,12 +1,15 @@
|
|||||||
export const patchNote = {
|
export const patchNote = {
|
||||||
version: "1.87",
|
version: "1.88",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.87
|
# Update 1.88
|
||||||
- Changed name of Reverse Proxy to Custom (OpenAI-Compatible)
|
- Added DeepLX API support for translation #328
|
||||||
- Added Additional Parameters to Custom (OpenAI-Compatible)
|
- Added ElevenLabs Multilingual support #328
|
||||||
- Added Height mode option
|
- Added CharacterJS API support for Background Embedding #324
|
||||||
- Fixed file post not working on Custom (OpenAI-Compatible)
|
- Added CodeMinor based syntax highlighting on input #325
|
||||||
|
- Added ST preset import support
|
||||||
|
- Reworked Variable system, now variables are stored in CharacterJS states, rather than in the chat context
|
||||||
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.87.2"
|
export let appVer = "1.88.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.87.2"}
|
{"version":"1.88.0"}
|
||||||
Reference in New Issue
Block a user