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": { "package": {
"productName": "RisuAI", "productName": "RisuAI",
"version": "1.87.2" "version": "1.88.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

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

View File

@@ -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){

View File

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