Update version to 1.105.0

This commit is contained in:
kwaroran
2024-05-24 11:31:07 +09:00
parent 96ccc1cdd8
commit b0579f34f7
4 changed files with 10 additions and 12 deletions

View File

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

View File

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

View File

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

View File

@@ -1 +1 @@
{"version":"1.104.0"}
{"version":"1.105.0"}