Update version numbers to 1.96.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.95.7"
|
"version": "1.96.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,20 +1,13 @@
|
|||||||
export const patchNote = {
|
export const patchNote = {
|
||||||
version: "1.95",
|
version: "1.96",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.95
|
# Update 1.96
|
||||||
- Added New character import screen
|
- Added Openrouter Repetition penalty
|
||||||
- Added Metadata viewer for chat
|
- Added Openrouter Min P
|
||||||
- Changed default prompt
|
- Added Openrouter Top A
|
||||||
- Changed High contrast text color
|
- Added Custom Tokenizer settings for both Openrouter and Custom
|
||||||
- Changed SupaMemory and HypaMemory to return one chunk instead of multiple
|
- Added Remove Incomplete Sentences option
|
||||||
- Made progress circle color to change dynamically depending how the progress is
|
|
||||||
- Imported flag would be saved when character is imported
|
|
||||||
- Fixed Realm UI cutoff
|
|
||||||
- Fixed Realm import not working for new URLs
|
|
||||||
- Fixed Error message in SupaMemory returning [Object Object]
|
|
||||||
- Fixed HypaMemory not running even the HypaMemory is enabled
|
|
||||||
- Fixed HypaMemory and SupaMemory returning same result
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.95.7"
|
export let appVer = "1.96.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.95.7"}
|
{"version":"1.96.0"}
|
||||||
Reference in New Issue
Block a user