Update version numbers to 1.95.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "RisuAI",
|
||||
"version": "1.94.1"
|
||||
"version": "1.95.0"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
export const patchNote = {
|
||||
version: "1.94",
|
||||
version: "1.95",
|
||||
content:
|
||||
`
|
||||
# Update 1.94
|
||||
- Added "If Value" condition in Trigger Scripts
|
||||
- Added "Call Trigger" effect in Trigger Scripts
|
||||
- Added "Stop Sending Prompt" effect in Trigger Scripts
|
||||
- Added "Run Command" effect in Trigger Scripts
|
||||
- Added Trigger Scripts' help dialog
|
||||
- Added "risu-trigger" attribute support to trigger Trigger Scripts in HTML
|
||||
- Reworked {{button::A::B}} to use with Trigger Scripts
|
||||
- Trigger Scripts now parses curly braced syntax in attributes
|
||||
- Fixed Commands not chaining properly
|
||||
- Fixed Trigger Scripts' variable not saving and syncing properly
|
||||
- Changed CharacterJS in character to not be shown unless unrecommended option is enabled
|
||||
- Changed CharacterJS to not be exported in character export
|
||||
# Update 1.95
|
||||
- Added New character import screen
|
||||
- Added Metadata viewer for chat
|
||||
- Changed default prompt
|
||||
- Changed High contrast text color
|
||||
- Changed SupaMemory and HypaMemory to return one chunk instead of multiple
|
||||
- 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 loadedStore = writable(false)
|
||||
export let appVer = "1.94.1"
|
||||
export let appVer = "1.95.0"
|
||||
export let webAppSubVer = ''
|
||||
|
||||
export function setDatabase(data:Database){
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"version":"1.94.1"}
|
||||
{"version":"1.95.0"}
|
||||
Reference in New Issue
Block a user