Update version to 1.104.0

This commit is contained in:
kwaroran
2024-05-23 08:17:11 +09:00
parent d126e52788
commit e59ddd080e
4 changed files with 12 additions and 10 deletions

View File

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

View File

@@ -1,13 +1,15 @@
export const patchNote = {
version: "1.103",
version: "1.104",
content:
`
# Update 1.103
- Made logit_bias work for all gpt-based multimodal models (#418)
- Added supports of gpt-4o tokenizer for reverse_proxy (#418)
- Added GPT-4o in Custom (OpenAI-compatible) (#419)
- Added Tag autocomplete in RisuRealm upload
- Fixed GPT-4o image multimodal feature not working properly
# 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
`
}

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

View File

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