Update version to 1.88.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "RisuAI",
|
||||
"version": "1.87.2"
|
||||
"version": "1.88.0"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
export const patchNote = {
|
||||
version: "1.87",
|
||||
version: "1.88",
|
||||
content:
|
||||
`
|
||||
# Update 1.87
|
||||
- Changed name of Reverse Proxy to Custom (OpenAI-Compatible)
|
||||
- Added Additional Parameters to Custom (OpenAI-Compatible)
|
||||
- Added Height mode option
|
||||
- Fixed file post not working on Custom (OpenAI-Compatible)
|
||||
# Update 1.88
|
||||
- Added DeepLX API support for translation #328
|
||||
- Added ElevenLabs Multilingual support #328
|
||||
- Added CharacterJS API support for Background Embedding #324
|
||||
- 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 loadedStore = writable(false)
|
||||
export let appVer = "1.87.2"
|
||||
export let appVer = "1.88.0"
|
||||
export let webAppSubVer = ''
|
||||
|
||||
export function setDatabase(data:Database){
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"version":"1.87.2"}
|
||||
{"version":"1.88.0"}
|
||||
Reference in New Issue
Block a user