Update version to 1.88.0

This commit is contained in:
kwaroran
2024-03-25 21:03:26 +09:00
parent e4ecb46959
commit dc6d39b754
4 changed files with 12 additions and 9 deletions

View File

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

View File

@@ -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
`
}

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.87.2"
export let appVer = "1.88.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.87.2"}
{"version":"1.88.0"}