From 0fc41e2e440db7d8767b20029f4e4187b7d71977 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sat, 2 Nov 2024 23:56:34 +0900 Subject: [PATCH] update version to 138.0.2 --- src-tauri/tauri.conf.json | 2 +- src/lang/en.ts | 2 +- src/ts/storage/database.svelte.ts | 2 +- version.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6bb42b77..88d8550d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -29,7 +29,7 @@ }, "productName": "RisuAI", "mainBinaryName": "RisuAI", - "version": "138.0.1", + "version": "138.0.2", "identifier": "co.aiclient.risu", "plugins": { "updater": { diff --git a/src/lang/en.ts b/src/lang/en.ts index e3c3e488..1ef9c394 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -164,7 +164,7 @@ export const languageEnglish = { translatorNote: "Here, you can add a unique translation prompt for each character. This option only applies when using the Ax. model for translation. To apply it, include `{{slot::tnote}}` in the language settings. It doesn't work in group chats.", groupInnerFormat: "This defines a format that is used in group chat for characters that isn't speaker. if it is not blank, it will use this format instead of the default format. if `Group Other Bot Role` is `assistant`, it will also be applied to the speaker.", groupOtherBotRole: "This defines a role that is used in group chat for characters that isn't speaker.", - chatHTML: "A HTML that would be inserted as each chat.\n\nYou can use CBS and special tags.\n- ``: a textbox that would be used to render text\n- ``: an icon for user or assistant\n- ``: icon buttons for chat edit, translations and etc.\n- ``: generation information button." + chatHTML: "A HTML that would be inserted as each chat.\n\nYou can use CBS and special tags.\n- ``: a textbox that would be used to render text\n- ``: an icon for user or assistant\n- ``: icon buttons for chat edit, translations and etc.\n- ``: generation information button." }, setup: { chooseProvider: "Choose AI Provider", diff --git a/src/ts/storage/database.svelte.ts b/src/ts/storage/database.svelte.ts index 44a13248..b2c6edc2 100644 --- a/src/ts/storage/database.svelte.ts +++ b/src/ts/storage/database.svelte.ts @@ -12,7 +12,7 @@ import { defaultColorScheme, type ColorScheme } from '../gui/colorscheme'; import type { PromptItem, PromptSettings } from '../process/prompt'; import type { OobaChatCompletionRequestParams } from '../model/ooba'; -export let appVer = "138.0.1" +export let appVer = "138.0.2" export let webAppSubVer = '' diff --git a/version.json b/version.json index 52e86e54..9d501355 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"138.0.1"} \ No newline at end of file +{"version":"138.0.2"} \ No newline at end of file