diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b9080ab0..48d8bc77 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.104.0" + "version": "1.105.0" }, "tauri": { "allowlist": { diff --git a/src/etc/patchNote.ts b/src/etc/patchNote.ts index fd645468..5786240c 100644 --- a/src/etc/patchNote.ts +++ b/src/etc/patchNote.ts @@ -1,15 +1,13 @@ export const patchNote = { - version: "1.104", + version: "1.105", content: ` -# Update 1.104 -- Added experimental Hypamemory V2 -- Added catalog list menu -- Added catalog trash menu -- Added trash - - Now if you delete a character, it will be moved to the trash instead of being deleted permanently - - You can restore the character from the trash - - Characters in the trash will be deleted permanently after 3 days +# Update 1.105 +- Reworked RisuRealm share screen + - Now it uses RisuRealm iframe instead of GUI provided by app +- Added RisuRealm preset sharing support +- Added new preset sharing screen +- Removed RisuRCC dude to low usage ` } diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index 0d5fb96e..6e4b9252 100644 --- a/src/ts/storage/database.ts +++ b/src/ts/storage/database.ts @@ -14,7 +14,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba'; export const DataBase = writable({} as any as Database) export const loadedStore = writable(false) -export let appVer = "1.104.0" +export let appVer = "1.105.0" export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index ed5cf034..87e6385a 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.104.0"} \ No newline at end of file +{"version":"1.105.0"} \ No newline at end of file