Update version numbers to 1.95.0

This commit is contained in:
kwaroran
2024-04-11 06:06:26 +09:00
parent 386129626f
commit 8c0fe0d795
4 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

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

View File

@@ -1 +1 @@
{"version":"1.94.1"}
{"version":"1.95.0"}